X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=pdf%2Fxpdf%2FOutline.h;h=f38f8d1612107ea988da9c9bb3dabc9afdd8d64e;hb=ff8d0330fc705c931a40d07e28eb4060f1dd92f9;hp=dc79252a801379e5a79427e837816aa9e487ecad;hpb=6112dfe4b45b0305c7a6f61bd8a847f69f892cbb;p=evince.git diff --git a/pdf/xpdf/Outline.h b/pdf/xpdf/Outline.h index dc79252a..f38f8d16 100644 --- a/pdf/xpdf/Outline.h +++ b/pdf/xpdf/Outline.h @@ -2,7 +2,7 @@ // // Outline.h // -// Copyright 2002 Glyph & Cog, LLC +// Copyright 2002-2003 Glyph & Cog, LLC // //======================================================================== @@ -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]