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 "NSObject.h" 00008 00009 @class EDCollection, EDReference; 00010 00011 @interface EDPivotArea : NSObject 00012 { 00013 _Bool mGrandCol; 00014 _Bool mGrandRow; 00015 _Bool mOutline; 00016 int mType; 00017 EDCollection *mReferences; 00018 EDReference *mOffset; 00019 } 00020 00021 + (id)pivotArea; 00022 - (id)init; 00023 - (void)dealloc; 00024 - (_Bool)grandRow; 00025 - (void)setGrandRow:(_Bool)fp8; 00026 - (_Bool)grandCol; 00027 - (void)setGrandCol:(_Bool)fp8; 00028 - (_Bool)outline; 00029 - (void)setOutline:(_Bool)fp8; 00030 - (int)type; 00031 - (void)setType:(int)fp8; 00032 - (id)offset; 00033 - (void)setOffset:(id)fp8; 00034 - (id)references; 00035 00036 @end 00037