Searched refs:sFormatString (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/svl/source/numbers/ |
H A D | zforlist.cxx | 1567 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 …]
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbaformat.cxx | 453 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()
|
/aoo42x/main/svl/inc/svl/ |
H A D | zforlist.hxx | 509 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,
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | xmlimprt.cxx | 2276 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()
|
/aoo42x/main/odk/examples/DevelopersGuide/GUI/ |
H A D | UnoDialogSample.java | 1053 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()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | interpr1.cxx | 7605 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()
|
/aoo42x/main/xmloff/inc/xmloff/ |
H A D | xmlnumfi.hxx | 147 rtl::OUString sFormatString; member in SvXMLNumFormatContext
|
/aoo42x/main/svx/source/fmcomp/ |
H A D | gridcell.cxx | 1984 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()
|
/aoo42x/main/writerfilter/source/dmapper/ |
H A D | DomainMapper_Impl.cxx | 2428 OUString sFormatString = lcl_ParseFormat( rCommand ); in SetNumberFormat() local 2438 …::rtl::OUString sFormat = ConversionHelper::ConvertMSFormatStringToSO( sFormatString, aCurrentLoca… in SetNumberFormat()
|
Completed in 180 milliseconds