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 EDFormula, EDString, SFUPointerKeyDictionary; 00010 00011 @interface EDName : NSObject 00012 { 00013 unsigned int mSheetIndex; 00014 EDString *mNameString; 00015 EDFormula *mFormula; 00016 SFUPointerKeyDictionary *mMaxWorksheetReferences; 00017 } 00018 00019 - (id)init; 00020 - (void)dealloc; 00021 - (BOOL)isEqualToEDName:(id)fp8; 00022 - (BOOL)isEqualToString:(id)fp8; 00023 - (BOOL)isEqual:(id)fp8; 00024 - (unsigned int)hash; 00025 - (id)nameString; 00026 - (void)setNameString:(id)fp8; 00027 - (id)formula; 00028 - (void)setFormula:(id)fp8; 00029 - (unsigned int)sheetIndex; 00030 - (void)setSheetIndex:(unsigned int)fp8; 00031 - (id)maxWorksheetReferences; 00032 00033 @end 00034