/headers/OfficeImport/SFUNumberFormatter-Private.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/SFUNumberFormatter.h>
00008 
00009 @interface SFUNumberFormatter (Private)
00010 + (id)formatterForLocale:(struct __CFLocale *)fp8;
00011 - (id)initWithLocale:(struct __CFLocale *)fp8;
00012 - (void)dealloc;
00013 - (void)numberPreferencesChanged:(id)fp8;
00014 - (BOOL)decimalFromString:(struct __CFString *)fp8 value:(double *)fp12 formatString:(const struct __CFString **)fp16;
00015 - (BOOL)currencyFromString:(struct __CFString *)fp8 value:(double *)fp12 formatString:(const struct __CFString **)fp16 currencyCode:(const struct __CFString **)fp20;
00016 - (BOOL)percentageFromString:(struct __CFString *)fp8 value:(double *)fp12 formatString:(const struct __CFString **)fp16;
00017 - (BOOL)scientificFromString:(struct __CFString *)fp8 value:(double *)fp12 formatString:(const struct __CFString **)fp16;
00018 - (BOOL)fractionFromString:(struct __CFString *)fp8 value:(double *)fp12;
00019 - (BOOL)valueFromString:(struct __CFString *)fp8 formatters:(struct __CFArray *)fp12 value:(double *)fp16 formatString:(const struct __CFString **)fp20 currencyCode:(const struct __CFString **)fp24;
00020 - (BOOL)findCurrencySymbolInString:(struct __CFString *)fp8;
00021 - (id)displayNameForCurrencyCode:(id)fp8;
00022 - (id)currencySymbolForCurrencyCode:(id)fp8;
00023 - (id)currentLocaleCurrencyCode;
00024 - (id)defaultFormatStringForValueType:(int)fp8;
00025 - (id)localizedPercentSymbol;
00026 @end
00027