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/CMArchiveManager.h> 00008 00009 @class NSMutableDictionary, NSString; 00010 00011 @interface CMDictArchiveManager : CMArchiveManager 00012 { 00013 NSMutableDictionary *mResources; 00014 NSString *mPrefix; 00015 NSString *mResourceUrlProtocol; 00016 NSString *mMainHtml; 00017 NSString *mName; 00018 int mHeight; 00019 int mWidth; 00020 _Bool mIsFrameset; 00021 } 00022 00023 - (id)initWithName:(id)fp8 resourcePathPrefix:(id)fp12; 00024 - (void)dealloc; 00025 - (void)setIsFrameset; 00026 - (id)name; 00027 - (id)addResourceAndReturnItsPath:(id)fp8 type:(int)fp12; 00028 - (id)addSubFrameAndReturnItsPath:(id)fp8 name:(id)fp12; 00029 - (void)setMainResource:(id)fp8; 00030 - (void)setHTMLHeight:(int)fp8; 00031 - (void)setHTMLWidth:(int)fp8; 00032 - (id)makePathRelative:(id)fp8; 00033 - (id)createDictionary; 00034 00035 @end 00036