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, NSString, WDDocument; 00012 00013 @interface WMDocumentMapper : CMMapper <CMMapperRoot> 00014 { 00015 CMArchiveManager *mArchiver; 00016 WDDocument *wDom; 00017 NSString *mFileName; 00018 } 00019 00020 - (id)initWithWDom:(id)fp8 archiver:(id)fp12; 00021 - (void)dealloc; 00022 - (id)blipAtIndex:(unsigned int)fp8; 00023 - (int)defaultTabWidth; 00024 - (void)setFileName:(id)fp8; 00025 - (id)fileName; 00026 - (void)mapDefaultCssStylesAt:(id)fp8; 00027 - (void)mapAt:(id)fp8 withState:(id)fp12; 00028 - (id)archiver; 00029 - (id)documentTitle; 00030 - (struct _NSSize)pageSizeForDevice; 00031 00032 @end 00033