Home
last modified time | relevance | path

Searched refs:xNumberFormatTypes (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/wizards/com/sun/star/wizards/common/
H A DNumberFormatter.java53 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()
/aoo4110/main/odk/examples/DevelopersGuide/OfficeDev/
H A DNumber_Formats.java88 com.sun.star.util.XNumberFormatTypes xNumberFormatTypes = in doFunction() local
96 int nCurrencyKey = xNumberFormatTypes.getStandardFormat( in doFunction()
/aoo4110/main/sc/source/ui/vba/
H A Dvbaformat.cxx468 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 Dvbaformat.hxx49 css::uno::Reference< css::util::XNumberFormatTypes > xNumberFormatTypes; member in ScVbaFormat
/aoo4110/main/sc/source/filter/xml/
H A Dxmlimprt.cxx2405 if (!xNumberFormatTypes.is()) in SetType()
2406xNumberFormatTypes.set(uno::Reference <util::XNumberFormatTypes>(xNumberFormats, uno::UNO_QUERY)); in SetType()
2407 …rProperties->setPropertyValue( sNumberFormat, uno::makeAny(xNumberFormatTypes->getStandardFormat(n… in SetType()
H A Dxmlimprt.hxx764 com::sun::star::uno::Reference <com::sun::star::util::XNumberFormatTypes> xNumberFormatTypes; member in ScXMLImport
/aoo4110/main/dbaccess/source/core/api/
H A DRowSet.cxx1846 Reference< XNumberFormatTypes> xNumberFormatTypes; in execute_NoApprove_NoNewConn() local

Completed in 178 milliseconds