Searched refs:cTabDec (Results 1 – 1 of 1) sorted by relevance
1639 const xub_Unicode cTabDec = GetLastTab() ? (sal_Unicode)GetTabDecimal() : 0; in ScanPortionEnd() local1640 const xub_Unicode cThousandSep = ',' == cTabDec ? '.' : ','; in ScanPortionEnd()1642 const xub_Unicode cThousandSep2 = ',' == cTabDec ? '.' : '\''; in ScanPortionEnd()1683 if ( cTabDec ) in ScanPortionEnd()1685 if( cTabDec == cPos ) in ScanPortionEnd()1725 …if ( cPos != cTabDec && cPos != cThousandSep && cPos !=cThousandSep2 && ( 0x2F >= cPos || cPos >= … in ScanPortionEnd()
Completed in 840 milliseconds