/headers/OfficeImport/PXPresentationState.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 NSMutableDictionary, OAVState, OAXDrawingState, OAXTableStyleCache, PDPresentation;
00010 
00011 @interface PXPresentationState : NSObject
00012 {
00013     NSMutableDictionary *mModelObjects;
00014     OAXDrawingState *mOfficeArtState;
00015     OAVState *mOAVState;
00016     OAXTableStyleCache *mTableStyleCache;
00017     NSMutableDictionary *mSlideURLToIndexMap;
00018     PDPresentation *mTgtPresentation;
00019 }
00020 
00021 - (id)init;
00022 - (void)dealloc;
00023 - (id)oavState;
00024 - (id)modelObjectForLocation:(id)fp8;
00025 - (void)setModelObject:(id)fp8 forLocation:(id)fp12;
00026 - (id)officeArtState;
00027 - (id)tableStyleCache;
00028 - (int)slideIndexForSlideURL:(id)fp8;
00029 - (void)setSlideIndex:(int)fp8 forSlideURL:(id)fp12;
00030 - (id)tgtPresentation;
00031 - (void)setTgtPresentation:(id)fp8;
00032 
00033 @end
00034