/headers/OfficeImport/WXState.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import "NSObject.h"
00008 
00009 @class CPNoCopyDictionary, NSMutableArray, OAXDrawingState, OCPPackagePart, WDDocument, WXOAVState;
00010 
00011 @interface WXState : NSObject
00012 {
00013     WDDocument *mDocument;
00014     CPNoCopyDictionary *mTextNodesToBeAdded;
00015     CPNoCopyDictionary *mMapBookmarkIdToName;
00016     CPNoCopyDictionary *mMapAnnotationIdToAnnotation;
00017     OCPPackagePart *mPackagePart;
00018     struct _xmlDoc *mFootnoteDocument;
00019     struct _xmlNode *mFootnotes;
00020     struct _xmlDoc *mEndnoteDocument;
00021     struct _xmlNode *mEndnotes;
00022     struct _xmlDoc *mAnnotationDocument;
00023     struct _xmlNode *mAnnotations;
00024     NSMutableArray *mDeleteAuthorStack;
00025     NSMutableArray *mDeleteDateStack;
00026     NSMutableArray *mEditAuthorStack;
00027     NSMutableArray *mEditDateStack;
00028     NSMutableArray *mFormatAuthorStack;
00029     NSMutableArray *mFormatDateStack;
00030     WXOAVState *mWXOavState;
00031     OAXDrawingState *mDrawingState;
00032     BOOL mNewSectionRequested;
00033     unsigned long mCurrentRowCNFStyle;
00034     unsigned long mCurrentCellCNFStyle;
00035     BOOL mCurrentTableWraps;
00036     BOOL mIsThumbnail;
00037 }
00038 
00039 - (id)init;
00040 - (void)dealloc;
00041 - (id)document;
00042 - (void)setDocument:(id)fp8;
00043 - (void)addText:(id)fp8 node:(struct _xmlNode *)fp12;
00044 - (id)nodesToBeAdded:(id)fp8;
00045 - (void)clearOutNodesToBeAdded:(id)fp8;
00046 - (void)addBookmarkId:(int)fp8 name:(id)fp12;
00047 - (id)bookmarkName:(int)fp8;
00048 - (void)addAnnotationID:(long)fp8 annotation:(id)fp12;
00049 - (id)annotationWithID:(long)fp8;
00050 - (struct _xmlNode *)xmlFootnoteWithID:(long)fp8;
00051 - (struct _xmlNode *)xmlEndnoteWithID:(long)fp8;
00052 - (struct _xmlNode *)xmlAnnotationWithID:(long)fp8;
00053 - (id)packagePart;
00054 - (void)setPackagePart:(id)fp8;
00055 - (void)setDocumentPart:(id)fp8;
00056 - (id)wxoavState;
00057 - (void)pushDeleteAuthor:(id)fp8 date:(id)fp12;
00058 - (void)popDeleteAuthorDate;
00059 - (id)currentDeleteAuthor;
00060 - (id)currentDeleteDate;
00061 - (void)pushEditAuthor:(id)fp8 date:(id)fp12;
00062 - (void)popEditAuthorDate;
00063 - (id)currentEditAuthor;
00064 - (id)currentEditDate;
00065 - (void)pushFormatAuthor:(id)fp8 date:(id)fp12;
00066 - (void)popFormatAuthorDate;
00067 - (id)currentFormatAuthor;
00068 - (id)currentFormatDate;
00069 - (id)drawingState;
00070 - (BOOL)isNewSectionRequested;
00071 - (void)setNewSectionRequested:(BOOL)fp8;
00072 - (unsigned long)currentRowCNFStyle;
00073 - (void)setCurrentRowCNFStyle:(unsigned long)fp8;
00074 - (unsigned long)currentCellCNFStyle;
00075 - (void)setCurrentCellCNFStyle:(unsigned long)fp8;
00076 - (void)setCurrentTableWraps:(BOOL)fp8;
00077 - (BOOL)currentTableWraps;
00078 - (void)setIsThumbnail:(BOOL)fp8;
00079 - (BOOL)isThumbnail;
00080 
00081 @end
00082