/headers/OfficeImport/OADFormula.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 "NSObject.h"
00008 
00009 @class NSString;
00010 
00011 @interface OADFormula : NSObject
00012 {
00013     int mType;
00014     struct OADFormulaArg mArgs[3];
00015     NSString *mName;
00016 }
00017 
00018 - (id)initWithType:(int)fp8 arg0:(struct OADFormulaArg)fp12 arg1:(struct OADFormulaArg)fp20 arg2:(struct OADFormulaArg)fp28;
00019 - (int)type;
00020 - (struct OADFormulaArg)argAtIndex:(unsigned int)fp8;
00021 - (void)dealloc;
00022 - (id)name;
00023 - (void)setName:(id)fp8;
00024 
00025 @end
00026