00001
00002
00003
00004
00005
00006
00007 #import <OfficeImport/WBDocument.h>
00008
00009 @interface WBDocument (Private)
00010 + (void)setTimeStamp:(struct WrdDocumentProperties *)fp8;
00011 + (void)readSectionsFrom:(id)fp8 document:(id)fp12;
00012 + (void)readNoteSeparatorFrom:(id)fp8 type:(int)fp12 separator:(id)fp16;
00013 + (void)addLastStoryTo:(struct WrdStoryTable *)fp8;
00014 + (void)readTextBoxesFrom:(id)fp8 document:(id)fp12;
00015 + (void)addImageBullets:(id)fp8;
00016 + (void)readProperties:(id)fp8 document:(id)fp12;
00017 + (unsigned int)setupZIndices:(id)fp8 document:(id)fp12 escherType:(int)fp16;
00018 @end
00019