Home
last modified time | relevance | path

Searched refs:cThousandSep (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/sw/source/core/text/
H A Dinftxt.cxx1640 const xub_Unicode cThousandSep = ',' == cTabDec ? '.' : ','; in ScanPortionEnd() local
1702 ( bNumFound && ( cPos == cThousandSep || cPos == cThousandSep2 ) ) ) in ScanPortionEnd()
1725 …if ( cPos != cTabDec && cPos != cThousandSep && cPos !=cThousandSep2 && ( 0x2F >= cPos || cPos >= … in ScanPortionEnd()
/trunk/main/basic/source/sbx/
H A Dsbxscan.cxx79 sal_Unicode cDecimalSep, cThousandSep = 0; in ImpScan() local
82 ImpGetIntntlSep( cDecimalSep, cThousandSep ); in ImpScan()
84 cIntntl1000 = (char)cThousandSep; in ImpScan()
96 cIntntl1000 = (char)cThousandSep; in ImpScan()
292 sal_Unicode cDecimalSep, cThousandSep; in myftoa() local
293 ImpGetIntntlSep( cDecimalSep, cThousandSep ); in myftoa()
295 cThousandSep = cForceThousandSep; in myftoa()
355 *pBuf++ = (char)cThousandSep; in myftoa()
395 sal_Unicode cDecimalSep, cThousandSep; in ImpCvtNum() local
396 ImpGetIntntlSep( cDecimalSep, cThousandSep ); in ImpCvtNum()
[all …]
H A Dsbxdec.cxx216 sal_Unicode cThousandSep; in setString() local
217 ImpGetIntntlSep( cDecimalSep, cThousandSep ); in setString()
221 if( cDecimalSep != '.' || cThousandSep != ',' ) in setString()
238 else if( c == cThousandSep ) in setString()
404 sal_Unicode cThousandSep; in getString() local
405 ImpGetIntntlSep( cDecimalSep, cThousandSep ); in getString()
407 if( cDecimalSep != '.' || cThousandSep != ',' ) in getString()
416 aBStr[i] = cThousandSep; in getString()
H A Dsbxform.cxx128 cThousandSep = _cThousandSep; in SbxBasicFormater()
196 if( nPos>0 && (c == cDecPoint || c == cThousandSep) ) in StrRoundDigit()
808 StrAppendChar( sReturnStrg,cThousandSep ); in ScanFormatString()
824 StrAppendChar( sReturnStrg,cThousandSep ); in ScanFormatString()
840 StrAppendChar( sReturnStrg,cThousandSep ); in ScanFormatString()
/trunk/main/basic/inc/basic/
H A Dsbxform.hxx155 sal_Unicode cThousandSep; // sign for thousand delimiter member in SbxBasicFormater

Completed in 34 milliseconds