Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/text/
H A Dinftxt.cxx1627 const xub_Unicode cTabDec = GetLastTab() ? (sal_Unicode)GetTabDecimal() : 0; in ScanPortionEnd() local
1628 const xub_Unicode cThousandSep = ',' == cTabDec ? '.' : ','; in ScanPortionEnd()
1630 const xub_Unicode cThousandSep2 = ',' == cTabDec ? '.' : '\''; in ScanPortionEnd()
1671 if ( cTabDec ) in ScanPortionEnd()
1673 if( cTabDec == cPos ) in ScanPortionEnd()
1713 …if ( cPos != cTabDec && cPos != cThousandSep && cPos !=cThousandSep2 && ( 0x2F >= cPos || cPos >= … in ScanPortionEnd()

Completed in 31 milliseconds