Lines Matching refs:sFormatString

1561 sal_Bool SvNumberFormatter::GetPreviewString(const String& sFormatString,  in GetPreviewString()  argument
1567 if (sFormatString.Len() == 0) // keinen Leerstring in GetPreviewString()
1576 String sTmpString = sFormatString; in GetPreviewString()
1601 sal_Bool SvNumberFormatter::GetPreviewStringGuess( const String& sFormatString, in GetPreviewStringGuess() argument
1607 if (sFormatString.Len() == 0) // keinen Leerstring in GetPreviewStringGuess()
1617 String aFormatStringUpper( pCharClass->upper( sFormatString ) ); in GetPreviewStringGuess()
1632 sTmpString = sFormatString; in GetPreviewStringGuess()
1645 sTmpString = sFormatString; in GetPreviewStringGuess()
1653 if ( nCheckPos > 0 || xTransliteration->isEqual( sFormatString, in GetPreviewStringGuess()
1657 sTmpString = sFormatString; in GetPreviewStringGuess()
1667 sTmpString = sFormatString; in GetPreviewStringGuess()
1672 if ( nCheckPos2 == 0 && !xTransliteration->isEqual( sFormatString, in GetPreviewStringGuess()
1676 sTmpString = sFormatString; in GetPreviewStringGuess()
1696 sal_Bool SvNumberFormatter::GetPreviewString( const String& sFormatString, in GetPreviewString() argument
1702 if (sFormatString.Len() == 0) // no empty string in GetPreviewString()
1711 String sTmpString = sFormatString; in GetPreviewString()
1748 sal_uInt32 SvNumberFormatter::TestNewString(const String& sFormatString, in TestNewString() argument
1751 if (sFormatString.Len() == 0) // keinen Leerstring in TestNewString()
1760 String sTmpString = sFormatString; in TestNewString()