Home
last modified time | relevance | path

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

/AOO42X/main/basic/source/sbx/
H A Dsbxform.cxx257 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 …]
/AOO42X/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,