Home
last modified time | relevance | path

Searched refs:queryKey (Results 1 – 18 of 18) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/common/
H A DNumberFormatter.java150 int NewFormatKey = xNumberFormats.queryKey(_FormatString, aLocale, true); in defineNumberFormat()
175 int NewFormatKey = xNumberFormats.queryKey(_FormatString, _aLocale, true); in defineNumberFormat()
247 iLogicalFormatKey = xNumberFormats.queryKey(FormatString, aLocale, true); in setBooleanReportDisplayNumberFormat()
/trunk/main/sc/source/ui/vba/
H A Dvbaformat.cxx405 sal_Int32 nFormat = xNumberFormats->queryKey(_sFormatString, _aLocale , sal_True); in setNumberFormat()
435 sal_Int32 nNewFormat = xNumberFormats->queryKey(sLocalFormatString, aRangeLocale, sal_True); in setNumberFormatLocal()
461 sal_Int32 nFormat = xNumberFormats->queryKey(sFormatString, aDefaultLocale, sal_True); in setNumberFormat()
H A Dvbarange.cxx582 nNewIndex = mxFormats->queryKey( rFormat, aLocale, false ); in setNumberFormat()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/
H A DNumber_Formats.java136 nIndexKey = xNumberFormats.queryKey( aFormatCode, aLocale, false ); in doFunction()
/trunk/main/forms/source/misc/
H A Dlimitedformats.cxx178 pLoopFormats->nKey = xStandardFormats->queryKey( in ensureTableInitialized()
/trunk/main/odk/examples/java/Spreadsheet/
H A DEuroAdaption.java251 nRetKey = xNumberFormat.queryKey( sFormat, xLanguage, true ); in NumberFormat()
/trunk/main/offapi/com/sun/star/util/
H A DXNumberFormats.idl101 long queryKey( [in] string aFormat,
/trunk/main/xmloff/source/forms/
H A Dlayerexport.cxx744 nOwnFormatKey = m_xControlNumberFormats->queryKey(sFormatDescription, aFormatLocale, sal_False); in ensureTranslateFormat()
/trunk/main/svl/source/numbers/
H A Dnumfmuno.hxx129 virtual sal_Int32 SAL_CALL queryKey( const ::rtl::OUString& aFormat,
H A Dnumfmuno.cxx478 sal_Int32 SAL_CALL SvNumberFormatsObj::queryKey( const rtl::OUString& aFormat, in queryKey() function in SvNumberFormatsObj
/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx198 nFormat = xFormats->queryKey(sNewFormat, _rLocale, sal_False); in getDefaultNumberFormat()
1219 sal_Int32 nKey = xFormats->queryKey(sNewFormat, _rLocale, sal_False); in TransferFormComponentProperties()
/trunk/main/forms/source/component/
H A DFormattedField.cxx945 nKey = xFormats->queryKey(sFormatDescription, aDescriptionLanguage, sal_False); in read()
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DUnoDialogSample.java1060 int nFormatKey = xNumberFormats.queryKey(sFormatString, aLocale, true); in insertFormattedField()
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx348 long nKey = xDocNumberFormats->queryKey( sFormat, aLoc, sal_True); in SwInsertDBColAutoPilot()
H A Ddbmgr.cxx1554 nFmt = xDocNumberFormats->queryKey( sFormat, aLoc, sal_False ); in GetColumnFmt()
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_impmodels.cxx443 sal_Int32 nKey = xFormats->queryKey( sFormat, locale, sal_True ); in endElement()
/trunk/main/sc/source/filter/xml/
H A Dxmlimprt.cxx2297 … sal_Int32 nNewKey = xLocalNumberFormats->queryKey(sFormatString, aLocale, sal_True); in SetCurrencySymbol()
/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx1202 m_nDateFormatKey = xFormats->queryKey(sFormat,aLocale,sal_False); in predicateTree()

Completed in 292 milliseconds