Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/style/
H A Dxmlnumfi.cxx2215 const String& rDecSep = GetLocaleData().getNumDecimalSep(); in AddCondition() local
2216 if ( rDecSep.Len() > 1 || rDecSep.GetChar(0) != '.' ) in AddCondition()
2217 sRealCond = sRealCond.replaceAt( nPos, 1, rDecSep ); in AddCondition()
2264 const String& rDecSep = rData.getNumDecimalSep(); in AddCondition() local
2265 if ( rDecSep.Len() > 1 || rDecSep.GetChar(0) != '.' ) in AddCondition()
2266 sRealCond = sRealCond.replaceAt( nPos, 1, rDecSep ); in AddCondition()
/trunk/main/sc/source/core/data/
H A Dcolumn3.cxx1405 const OUString& rDecSep = aLocaleItem.decimalSeparator; in SetString() local
1407 if (rDecSep.getLength() != 1 || rGroupSep.getLength() != 1) in SetString()
1410 sal_Unicode dsep = rDecSep.getStr()[0]; in SetString()
/trunk/main/svl/source/numbers/
H A Dzformat.cxx3619 const String& rDecSep = GetFormatter().GetNumDecimalSep(); in ImpGetNumberOutput() local
3620 xub_StrLen nLen = rDecSep.Len(); in ImpGetNumberOutput()
3621 if ( sStr.Len() > nLen && sStr.Equals( rDecSep, sStr.Len() - nLen, nLen ) ) in ImpGetNumberOutput()
4158 SvNumberformatLimitOps eOp, double fLimit, const String& rDecSep ) in lcl_SvNumberformat_AddLimitStringImpl() argument
4188 rDecSep.GetChar(0), sal_True)); in lcl_SvNumberformat_AddLimitStringImpl()

Completed in 60 milliseconds