Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Dinftxt.cxx1639 const xub_Unicode cTabDec = GetLastTab() ? (sal_Unicode)GetTabDecimal() : 0; in ScanPortionEnd() local
1640 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 24 milliseconds