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 <OfficeImport/CMMapper.h> 00008 00009 #import "CMMapperRootProtocol.h" 00010 00011 @class CMArchiveManager, NSMutableArray, NSString, PDPresentation; 00012 00013 @interface PMPresentationMapper : CMMapper <CMMapperRoot> 00014 { 00015 int mWidth; 00016 PDPresentation *mPresentation; 00017 NSMutableArray *mSlideNames; 00018 NSMutableArray *mSlideGuids; 00019 NSString *mResourceUrlPrefix; 00020 NSString *mResourceUrlProtocol; 00021 CMArchiveManager *mArchiver; 00022 } 00023 00024 - (id)initWithPDPresentation:(id)fp8 archiver:(id)fp12; 00025 - (void)dealloc; 00026 - (void)mapWithState:(id)fp8; 00027 - (id)archiver; 00028 - (id)blipAtIndex:(unsigned int)fp8; 00029 - (id)documentTitle; 00030 - (struct _NSSize)pageSizeForDevice; 00031 - (struct _NSSize)slideSize; 00032 00033 @end 00034