Home
last modified time | relevance | path

Searched refs:xNumberFormat (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/odk/examples/java/Spreadsheet/
H A DEuroAdaption.java245 public static int NumberFormat( XNumberFormats xNumberFormat, String sFormat, in NumberFormat() argument
251 nRetKey = xNumberFormat.queryKey( sFormat, xLanguage, true ); in NumberFormat()
255 nRetKey = xNumberFormat.addNew( sFormat, xLanguage ); in NumberFormat()
269 XNumberFormats xNumberFormat ) { in createExampleData() argument
284 int iNumberFormatKey = NumberFormat(xNumberFormat, sSimple, xLanguage); in createExampleData()
/aoo42x/main/wizards/com/sun/star/wizards/common/
H A DNumberFormatter.java195 …XPropertySet xNumberFormat = _oNumberFormatter.xNumberFormats.getByKey(_FormatKey); //CurDBField.D… in setNumberFormat() local
196 …String FormatString = AnyConverter.toString(Helper.getUnoPropertyValue(xNumberFormat, "FormatStrin… in setNumberFormat()
197 Locale oLocale = (Locale) Helper.getUnoPropertyValue(xNumberFormat, "Locale"); in setNumberFormat()
/aoo42x/main/dbaccess/source/core/api/
H A DRowSet.cxx1847 …Reference< XNumberFormatsSupplier> xNumberFormat = ::dbtools::getNumberFormats(m_xActiveConnection… in execute_NoApprove_NoNewConn() local
1848 if ( xNumberFormat.is() ) in execute_NoApprove_NoNewConn()
1849 m_xNumberFormatTypes.set(xNumberFormat->getNumberFormats(),UNO_QUERY); in execute_NoApprove_NoNewConn()

Completed in 22 milliseconds