Home
last modified time | relevance | path

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

/AOO42X/main/i18npool/source/localedata/
H A DLocaleNode.cxx389 OUString aThoSep = in generateCode() local
435 if (aDecSep == aThoSep) in generateCode()
437 if (aThoSep.equalsAscii( " ")) in generateCode()
442 if (aListSep == aThoSep) in generateCode()
/AOO42X/main/svx/source/svdraw/
H A Dsvdtrans.cxx1008 String aThoSep( rLoc.getNumThousandSep() ); in TakeStr() local
1009 if ( aThoSep.Len() > 0 ) in TakeStr()
1011 sal_Unicode cTho( aThoSep.GetChar(0) ); in TakeStr()
H A Dsvdmodel.cxx1322 String aThoSep( rLoc.getNumThousandSep() ); in TakeMetricStr() local
1323 if ( aThoSep.Len() > 0 ) in TakeMetricStr()
1325 sal_Unicode cTho( aThoSep.GetChar(0) ); in TakeMetricStr()