Searched refs:sFormatStrg (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/basic/source/sbx/ |
H A D | sbxform.cxx | 441 return sFormatStrg.Copy( 0,nPos ); in GetPosFormatString() 553 nLen = sFormatStrg.Len(); in AnalyseFormatString() 573 sal_Unicode c = sFormatStrg.GetChar( i ); in AnalyseFormatString() 727 nLen = sFormatStrg.Len(); in ScanFormatString() 770 c = sFormatStrg.GetChar( i ); in ScanFormatString() 940 c = sFormatStrg.GetChar( ++i ); in ScanFormatString() 1001 c = sFormatStrg.GetChar( ++i ); in ScanFormatString() 1040 ParseBack( sReturnStrg,sFormatStrg,sFormatStrg.Len()-1 ); in ScanFormatString() 1066 sFormatStrg.AssignAscii( FIXED_FORMAT ); in BasicFormat() 1092 sTempStrg = sFormatStrg; in BasicFormat() [all …]
|
/aoo4110/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,
|
Completed in 11 milliseconds