/headers/OfficeImport/EMDrawableMapper.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 <OfficeImport/CMDrawableMapper.h>
00008 
00009 @interface EMDrawableMapper : CMDrawableMapper
00010 {
00011     double *mRowGrid;
00012     double *mColumnGrid;
00013 }
00014 
00015 - (id)initWithOADDrawable:(id)fp8 parent:(id)fp12;
00016 - (id)initWithChartDrawable:(id)fp8 box:(struct _NSRect)fp12 parent:(id)fp28;
00017 - (id)initWithOADDrawable:(id)fp8 rowGrid:(double *)fp12 columnGrid:(double *)fp16;
00018 - (void)mapAt:(id)fp8 withState:(id)fp12;
00019 - (void)setBoundingBox;
00020 - (void)mapBounds;
00021 - (struct _NSRect)getImageRect;
00022 - (struct _NSPoint)anchorMarkerToPosition:(struct EDCellAnchorMarker)fp8 rowGrid:(double *)fp24 columnGrid:(double *)fp28 start:(BOOL)fp32 relative:(BOOL)fp36;
00023 - (struct _NSRect)mapAnchorToRect:(id)fp8 rowGrid:(double *)fp12 columnGrid:(double *)fp16;
00024 - (void)mapTextBoxAt:(id)fp8 withState:(id)fp12;
00025 
00026 @end
00027