Searched refs:xNumberFormatTypes (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/wizards/com/sun/star/wizards/common/ |
H A D | NumberFormatter.java | 53 public XNumberFormatTypes xNumberFormatTypes; field in NumberFormatter 67 xNumberFormatTypes = UnoRuntime.queryInterface(XNumberFormatTypes.class, xNumberFormats); in NumberFormatter() 76 xNumberFormatTypes = UnoRuntime.queryInterface(XNumberFormatTypes.class, xNumberFormats); in NumberFormatter() 258 …iLogicalFormatKey = xNumberFormatTypes.getStandardFormat(NumberFormat.LOGICAL, aLocale); … in setBooleanReportDisplayNumberFormat() 271 … iDateFormatKey = xNumberFormatTypes.getStandardFormat(NumberFormat.DATE, aLocale); in getDateFormatKey() 282 … iDateTimeFormatKey = xNumberFormatTypes.getStandardFormat(NumberFormat.DATETIME, aLocale); in getDateTimeFormatKey() 293 iLogicalFormatKey = xNumberFormatTypes.getStandardFormat(NumberFormat.LOGICAL, aLocale); in getLogicalFormatKey() 304 iNumberFormatKey = xNumberFormatTypes.getStandardFormat(NumberFormat.NUMBER, aLocale); in getNumberFormatKey() 315 iTextFormatKey = xNumberFormatTypes.getStandardFormat(NumberFormat.TEXT, aLocale); in getTextFormatKey() 326 iTimeFormatKey = xNumberFormatTypes.getStandardFormat(NumberFormat.TIME, aLocale); in getTimeFormatKey()
|
/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/ |
H A D | Number_Formats.java | 88 com.sun.star.util.XNumberFormatTypes xNumberFormatTypes = in doFunction() local 96 int nCurrencyKey = xNumberFormatTypes.getStandardFormat( in doFunction()
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbaformat.cxx | 468 sal_Int32 nNewFormat = xNumberFormatTypes->getFormatForLocale(nFormat, aRangeLocale); in setNumberFormat() 746 sal_Int32 nNewFormat = xNumberFormatTypes->getFormatForLocale(nFormat, getDefaultLocale() ); in getNumberFormat() 784 xNumberFormatTypes.set( xNumberFormats, uno::UNO_QUERY ); // _THROW? in initializeNumberFormats()
|
H A D | vbaformat.hxx | 49 css::uno::Reference< css::util::XNumberFormatTypes > xNumberFormatTypes; member in ScVbaFormat
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | xmlimprt.cxx | 2405 if (!xNumberFormatTypes.is()) in SetType() 2406 … xNumberFormatTypes.set(uno::Reference <util::XNumberFormatTypes>(xNumberFormats, uno::UNO_QUERY)); in SetType() 2407 …rProperties->setPropertyValue( sNumberFormat, uno::makeAny(xNumberFormatTypes->getStandardFormat(n… in SetType()
|
H A D | xmlimprt.hxx | 764 com::sun::star::uno::Reference <com::sun::star::util::XNumberFormatTypes> xNumberFormatTypes; member in ScXMLImport
|
/aoo42x/main/dbaccess/source/core/api/ |
H A D | RowSet.cxx | 1846 Reference< XNumberFormatTypes> xNumberFormatTypes; in execute_NoApprove_NoNewConn() local
|
Completed in 71 milliseconds