Home
last modified time | relevance | path

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

/trunk/main/i18npool/source/localedata/ !
H A DLocaleNode.cxx391 OUString aDecSep = in generateCode() local
435 if (aDecSep == aThoSep) in generateCode()
439 if (aListSep == aDecSep) in generateCode()
453 if (aDecSep != aTime100Sep) in generateCode()
/trunk/main/sc/source/filter/xml/ !
H A Dxmlimprt.cxx2040 String aDecSep; in ExamineDefaultStyle() local
2043 aDecSep = ScGlobal::pLocaleData->getNumDecimalSep(); in ExamineDefaultStyle()
2048 aDecSep = aLocaleData.getNumDecimalSep(); in ExamineDefaultStyle()
2051 sal_uInt8 nScript = pDoc->GetStringScriptType( aDecSep ); in ExamineDefaultStyle()
/trunk/main/sc/source/ui/view/ !
H A Dviewfunc.cxx2792 String aDecSep( pFormatter->GetFormatDecimalSep( nOldFormat ) ); in ChangeNumFmtDecimals() local
2793 xub_StrLen nPos = aOut.Search( aDecSep ); in ChangeNumFmtDecimals()
2795 nPrecision = aOut.Len() - nPos - aDecSep.Len(); in ChangeNumFmtDecimals()