Searched refs:StrAppendChar (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/basic/source/sbx/ |
| H A D | sbxform.cxx | 156 inline void SbxBasicFormater::StrAppendChar( String& sStrg, sal_Unicode ch ) in StrAppendChar() function in SbxBasicFormater 167 StrAppendChar( sStrg, (sal_Unicode)(nDigit+ASCII_0) ); in AppendDigit() 788 StrAppendChar( sReturnStrg,'-' ); in ScanFormatString() 808 StrAppendChar( sReturnStrg,cThousandSep ); in ScanFormatString() 824 StrAppendChar( sReturnStrg,cThousandSep ); in ScanFormatString() 840 StrAppendChar( sReturnStrg,cThousandSep ); in ScanFormatString() 888 StrAppendChar( sReturnStrg,cDecPoint ); in ScanFormatString() 908 StrAppendChar( sReturnStrg,c ); in ScanFormatString() 938 StrAppendChar( sReturnStrg,c ); in ScanFormatString() 948 StrAppendChar( sReturnStrg,'-' ); in ScanFormatString() [all …]
|
| /trunk/main/basic/inc/basic/ |
| H A D | sbxform.hxx | 117 inline void StrAppendChar( String& sStrg, sal_Unicode ch );
|