X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=pdf%2Fxpdf%2FOutline.h;h=f38f8d1612107ea988da9c9bb3dabc9afdd8d64e;hb=2af881bd90a35b4f1343b027ba7c3c0464930fb1;hp=92a9462f3cfd2144ac4b578cb370891cbd14685f;hpb=bfd0b848c8c81ab10698f74b77f9f0904c3161e1;p=evince.git diff --git a/pdf/xpdf/Outline.h b/pdf/xpdf/Outline.h index 92a9462f..f38f8d16 100644 --- a/pdf/xpdf/Outline.h +++ b/pdf/xpdf/Outline.h @@ -47,7 +47,8 @@ public: OutlineItem(Dict *dict, XRef *xrefA); ~OutlineItem(); - static GList *readItemList(Object *itemRef, XRef *xrefA); + static GList *readItemList(Object *firstItemRef, Object *lastItemRef, + XRef *xrefA); void open(); void close(); @@ -66,6 +67,7 @@ private: int titleLen; LinkAction *action; Object firstRef; + Object lastRef; Object nextRef; GBool startsOpen; GList *kids; // NULL unless this item is open [OutlineItem]