/headers/OfficeImport/PBPresentationState.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 ESDObject, ESDRoot, NSArray, NSMutableArray, OADTextListStyle, PBOfficeArtState, PBOutlineBulletDictionary, PDPresentation, PDSlideBase;
00010 
00011 @interface PBPresentationState : NSObject
00012 {
00013     struct PptBinaryReader *mPptBinaryReader;
00014     PDPresentation *mTgtPresentation;
00015     ESDRoot *mDocumentRoot;
00016     NSMutableArray *mSlideIndexes;
00017     PBOfficeArtState *mOfficeArtState;
00018     NSMutableArray *mFontEntities;
00019     OADTextListStyle *mBaseTextListStyle;
00020     NSArray *mPlaceholderTexts;
00021     PDSlideBase *mTgtSlide;
00022     unsigned int mTextLength;
00023     BOOL mHasCharacterPropertyBulletIndex;
00024     unsigned int mBulletIndex;
00025     PBOutlineBulletDictionary *mPlaceholderBulletStyles;
00026     PBOutlineBulletDictionary *mPlaceholderMacCharStyles;
00027     ESDObject *mCurrentBulletStyle;
00028     ESDObject *mCurrentMacCharStyle;
00029     NSMutableArray *mBulletBlips;
00030 }
00031 
00032 - (id)initWithReader:(struct PptBinaryReader *)fp8 tgtPresentation:(id)fp12;
00033 - (void)dealloc;
00034 - (struct PptBinaryReader *)reader;
00035 - (id)documentRoot;
00036 - (void)setDocumentRoot:(id)fp8;
00037 - (id)tgtPresentation;
00038 - (int)numberOfSlideIndexes;
00039 - (void)addSlideIndex:(int)fp8;
00040 - (int)getSlideIndexAt:(int)fp8;
00041 - (id)slideIndexesRef;
00042 - (id)officeArtState;
00043 - (unsigned int)fontEntityCount;
00044 - (void)addFontEntity:(id)fp8 charSet:(int)fp12 type:(int)fp16 family:(int)fp20;
00045 - (id)fontEntityAtIndex:(unsigned int)fp8;
00046 - (id)baseTextListStyle;
00047 - (void)setBaseTextListStyle:(id)fp8;
00048 - (id)placeholderTexts;
00049 - (void)setPlaceholderTexts:(id)fp8;
00050 - (id)tgtSlide;
00051 - (void)setTgtSlide:(id)fp8;
00052 - (unsigned int)textLength;
00053 - (void)setTextLength:(unsigned int)fp8;
00054 - (BOOL)hasCharacterPropertyBulletIndex;
00055 - (void)setHasCharacterPropertyBulletIndex:(BOOL)fp8;
00056 - (unsigned int)bulletIndex;
00057 - (void)setBulletIndex:(unsigned int)fp8;
00058 - (void)setPlaceholderBulletStyles:(id)fp8;
00059 - (void)setPlaceholderMacCharStyles:(id)fp8;
00060 - (id)currentBulletStyle;
00061 - (id)currentMacCharStyle;
00062 - (void)setCurrentSlideId:(unsigned int)fp8 textType:(int)fp12;
00063 - (void)setCurrentBulletStyle:(id)fp8 macCharStyle:(id)fp12;
00064 - (void)addBulletBlip:(id)fp8;
00065 - (id)bulletBlipAtIndex:(unsigned int)fp8;
00066 - (unsigned int)bulletBlipCount;
00067 
00068 @end
00069