StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.util
Interface XNumberFormats

All Superinterfaces:
com.sun.star.uno.XInterface

public abstract interface XNumberFormats
extends com.sun.star.uno.XInterface


Field Summary
static com.sun.star.uno.Uik UIK
           
static java.lang.Object UNORUNTIMEDATA
           
static com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
           
 
Method Summary
abstract  int addNew(java.lang.String s, com.sun.star.lang.Locale l)
           
abstract  int addNewConverted(java.lang.String s, com.sun.star.lang.Locale l1, com.sun.star.lang.Locale l2)
           
abstract  java.lang.String generateFormat(int i, com.sun.star.lang.Locale l, boolean b1, boolean b2, short s1, short s2)
           
abstract  com.sun.star.beans.XPropertySet getByKey(int i)
           
abstract  int queryKey(java.lang.String s, com.sun.star.lang.Locale l, boolean b)
           
abstract  int[] queryKeys(short s, com.sun.star.lang.Locale l, boolean b)
           
abstract  void removeByKey(int i)
           
 

Field Detail

UIK

public static final com.sun.star.uno.Uik UIK

UNORUNTIMEDATA

public static final java.lang.Object UNORUNTIMEDATA

UNOTYPEINFO

public static final com.sun.star.lib.uno.typeinfo.TypeInfo[] UNOTYPEINFO
Method Detail

addNew

public abstract int addNew(java.lang.String s,
                           com.sun.star.lang.Locale l)
                    throws com.sun.star.util.MalformedNumberFormatException,
                           com.sun.star.uno.RuntimeException

addNewConverted

public abstract int addNewConverted(java.lang.String s,
                                    com.sun.star.lang.Locale l1,
                                    com.sun.star.lang.Locale l2)
                             throws com.sun.star.util.MalformedNumberFormatException,
                                    com.sun.star.uno.RuntimeException

generateFormat

public abstract java.lang.String generateFormat(int i,
                                                com.sun.star.lang.Locale l,
                                                boolean b1,
                                                boolean b2,
                                                short s1,
                                                short s2)
                                         throws com.sun.star.uno.RuntimeException

getByKey

public abstract com.sun.star.beans.XPropertySet getByKey(int i)
                                                  throws com.sun.star.uno.RuntimeException

queryKey

public abstract int queryKey(java.lang.String s,
                             com.sun.star.lang.Locale l,
                             boolean b)
                      throws com.sun.star.uno.RuntimeException

queryKeys

public abstract int[] queryKeys(short s,
                                com.sun.star.lang.Locale l,
                                boolean b)
                         throws com.sun.star.uno.RuntimeException

removeByKey

public abstract void removeByKey(int i)
                          throws com.sun.star.uno.RuntimeException

StarOffice 5.2 API
reverse engineered by classdoc