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 @class CMDrawableStyle, NSData, NSString, OADDrawable, OADOrientedBounds; 00010 00011 @interface CMDrawableMapper : CMMapper 00012 { 00013 OADDrawable *mDrawable; 00014 CMDrawableStyle *mStyle; 00015 NSData *mImageBinaryData; 00016 NSString *mName; 00017 NSString *mExtension; 00018 int mResourceType; 00019 NSString *mSourcePath; 00020 struct _NSRect mBox; 00021 float mRotation; 00022 BOOL mIsSupported; 00023 BOOL mIsCropped; 00024 struct _NSRect mUncroppedBox; 00025 OADOrientedBounds *mOrientedBounds; 00026 } 00027 00028 - (void)dealloc; 00029 - (id)initWithParent:(id)fp8; 00030 - (id)initWithOadDrawable:(id)fp8 parent:(id)fp12; 00031 - (struct _NSRect)box; 00032 - (BOOL)isCropped; 00033 - (struct _NSRect)uncroppedBox; 00034 - (float)rotation; 00035 - (void)setRotation:(float)fp8; 00036 - (void)setBoundingBox; 00037 - (void)setWithOadImage:(id)fp8; 00038 - (id)saveResourceAndReturnPath:(id)fp8 type:(int)fp12; 00039 - (id)blipAtIndex:(unsigned int)fp8; 00040 - (void)mapImageBinaryData; 00041 - (void)mapBounds; 00042 - (void)calculateUncroppedBox:(id)fp8; 00043 - (void)mapShapeGraphicsAt:(id)fp8 withState:(id)fp12; 00044 - (struct _NSRect)shapeTextBoxRect; 00045 - (void)mapTextBoxAt:(id)fp8 withState:(id)fp12; 00046 - (id)convertMetafileToPdf; 00047 00048 @end 00049