Home
last modified time | relevance | path

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

/trunk/main/basic/source/sbx/
H A Dsbxform.cxx156 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 Dsbxform.hxx117 inline void StrAppendChar( String& sStrg, sal_Unicode ch );