Searched refs:sFormatStrg (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/basic/source/sbx/ |
| H A D | sbxform.cxx | 257 void SbxBasicFormater::ParseBack( String& sStrg, const String& sFormatStrg, in ParseBack() argument 262 i>0 && sFormatStrg.GetChar( i ) == '#' && sStrg.GetChar( (sStrg.Len()-1) ) == '0'; in ParseBack() 431 String SbxBasicFormater::GetPosFormatString( const String& sFormatStrg, sal_Bool & bFound ) in GetPosFormatString() argument 434 sal_uInt16 nPos = sFormatStrg.Search( FORMAT_SEPARATOR ); in GetPosFormatString() 441 return sFormatStrg.Copy( 0,nPos ); in GetPosFormatString() 450 String SbxBasicFormater::GetNegFormatString( const String& sFormatStrg, sal_Bool & bFound ) in GetNegFormatString() argument 453 sal_uInt16 nPos = sFormatStrg.Search( FORMAT_SEPARATOR ); in GetNegFormatString() 460 String sTempStrg = sFormatStrg.Copy( nPos+1 ); in GetNegFormatString() 477 String SbxBasicFormater::Get0FormatString( const String& sFormatStrg, sal_Bool & bFound ) in Get0FormatString() argument 480 sal_uInt16 nPos = sFormatStrg.Search( FORMAT_SEPARATOR ); in Get0FormatString() [all …]
|
| /AOO41X/main/basic/inc/basic/ |
| H A D | sbxform.hxx | 107 String BasicFormat( double dNumber, String sFormatStrg ); 108 String BasicFormatNull( String sFormatStrg ); 110 static sal_Bool isBasicFormat( String sFormatStrg ); 121 void ParseBack( String& sStrg, const String& sFormatStrg, 137 String GetPosFormatString( const String& sFormatStrg, sal_Bool & bFound ); 138 String GetNegFormatString( const String& sFormatStrg, sal_Bool & bFound ); 139 String Get0FormatString( const String& sFormatStrg, sal_Bool & bFound ); 140 String GetNullFormatString( const String& sFormatStrg, sal_Bool & bFound ); 141 short AnalyseFormatString( const String& sFormatStrg, 149 void ScanFormatString( double dNumber, const String& sFormatStrg,
|