Home
last modified time | relevance | path

Searched refs:sFormatString (Results 1 – 9 of 9) sorted by path

/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DUnoDialogSample.java1053 String sFormatString = "NNNNMMMM DD, YYYY"; in insertFormattedField() local
1060 int nFormatKey = xNumberFormats.queryKey(sFormatString, aLocale, true); in insertFormattedField()
1063 nFormatKey = xNumberFormats.addNew(sFormatString, aLocale); in insertFormattedField()
/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx7605 String sFormatString; in ScCurrency() local
7606 pFormatter->GenerateFormat(sFormatString, in ScCurrency()
7613 if (!pFormatter->GetPreviewString(sFormatString, in ScCurrency()
7694 String sFormatString; in ScFixed() local
7700 pFormatter->GenerateFormat(sFormatString, in ScFixed()
7707 if (!pFormatter->GetPreviewString(sFormatString, in ScFixed()
8051 String sFormatString = GetString(); in ScText() local
8102 if (!pFormatter->GetPreviewString( sFormatString, aStr, in ScText()
8110 if (!pFormatter->GetPreviewStringGuess( sFormatString, fVal, in ScText()
/trunk/main/sc/source/filter/xml/
H A Dxmlimprt.cxx2276 rtl::OUString sFormatString; in SetCurrencySymbol() local
2296 sFormatString = aBuffer.makeStringAndClear(); in SetCurrencySymbol()
2297 … sal_Int32 nNewKey = xLocalNumberFormats->queryKey(sFormatString, aLocale, sal_True); in SetCurrencySymbol()
2299 nNewKey = xLocalNumberFormats->addNew(sFormatString, aLocale); in SetCurrencySymbol()
2307 sErrorMessage += sFormatString; in SetCurrencySymbol()
/trunk/main/sc/source/ui/vba/
H A Dvbaformat.cxx453 rtl::OUString sFormatString; in setNumberFormat() local
454 if ( !( _oFormatString >>= sFormatString ) ) in setNumberFormat()
457 sFormatString = sFormatString.toAsciiUpperCase(); in setNumberFormat()
461 sal_Int32 nFormat = xNumberFormats->queryKey(sFormatString, aDefaultLocale, sal_True); in setNumberFormat()
464 nFormat = xNumberFormats->addNew(sFormatString, aDefaultLocale); in setNumberFormat()
/trunk/main/svl/inc/svl/
H A Dzforlist.hxx509 sal_Bool GetPreviewString( const String& sFormatString, double fPreviewNumber,
515 sal_Bool GetPreviewStringGuess( const String& sFormatString, double fPreviewNumber,
524 sal_Bool GetPreviewString( const String& sFormatString, const String& sPreviewString,
532 sal_uInt32 TestNewString( const String& sFormatString,
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx1567 if (sFormatString.Len() == 0) // keinen Leerstring in GetPreviewString()
1576 String sTmpString = sFormatString; in GetPreviewString()
1607 if (sFormatString.Len() == 0) // keinen Leerstring in GetPreviewStringGuess()
1632 sTmpString = sFormatString; in GetPreviewStringGuess()
1645 sTmpString = sFormatString; in GetPreviewStringGuess()
1657 sTmpString = sFormatString; in GetPreviewStringGuess()
1667 sTmpString = sFormatString; in GetPreviewStringGuess()
1676 sTmpString = sFormatString; in GetPreviewStringGuess()
1711 String sTmpString = sFormatString; in GetPreviewString()
1751 if (sFormatString.Len() == 0) // keinen Leerstring in TestNewString()
[all …]
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx1984 String sFormatString; in implAdjustGenericFieldSetting() local
1986 … pFormatterUsed->GenerateFormat( sFormatString, 0, aAppLanguage, bThousand, sal_False, nScale ); in implAdjustGenericFieldSetting()
1988 static_cast< DoubleNumericField* >( m_pWindow )->SetFormat( sFormatString, aAppLanguage ); in implAdjustGenericFieldSetting()
1989 static_cast< DoubleNumericField* >( m_pPainter )->SetFormat( sFormatString, aAppLanguage ); in implAdjustGenericFieldSetting()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx2428 OUString sFormatString = lcl_ParseFormat( rCommand ); in SetNumberFormat() local
2438 …::rtl::OUString sFormat = ConversionHelper::ConvertMSFormatStringToSO( sFormatString, aCurrentLoca… in SetNumberFormat()
/trunk/main/xmloff/inc/xmloff/
H A Dxmlnumfi.hxx147 rtl::OUString sFormatString; member in SvXMLNumFormatContext

Completed in 175 milliseconds