Home
last modified time | relevance | path

Searched refs:sFormatStrg (Results 1 – 2 of 2) sorted by relevance

/trunk/main/basic/source/sbx/
H A Dsbxform.cxx441 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 …]
/trunk/main/basic/inc/basic/
H A Dsbxform.hxx108 String BasicFormat( double dNumber, String sFormatStrg );
109 String BasicFormatNull( String sFormatStrg );
111 static sal_Bool isBasicFormat( String sFormatStrg );
122 void ParseBack( String& sStrg, const String& sFormatStrg,
138 String GetPosFormatString( const String& sFormatStrg, sal_Bool & bFound );
139 String GetNegFormatString( const String& sFormatStrg, sal_Bool & bFound );
140 String Get0FormatString( const String& sFormatStrg, sal_Bool & bFound );
141 String GetNullFormatString( const String& sFormatStrg, sal_Bool & bFound );
142 short AnalyseFormatString( const String& sFormatStrg,
150 void ScanFormatString( double dNumber, const String& sFormatStrg,

Completed in 23 milliseconds