Searched refs:rDecSep (Results 1 – 3 of 3) sorted by relevance
2215 const String& rDecSep = GetLocaleData().getNumDecimalSep(); in AddCondition() local2216 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() local2265 if ( rDecSep.Len() > 1 || rDecSep.GetChar(0) != '.' ) in AddCondition()2266 sRealCond = sRealCond.replaceAt( nPos, 1, rDecSep ); in AddCondition()
1405 const OUString& rDecSep = aLocaleItem.decimalSeparator; in SetString() local1407 if (rDecSep.getLength() != 1 || rGroupSep.getLength() != 1) in SetString()1410 sal_Unicode dsep = rDecSep.getStr()[0]; in SetString()
3619 const String& rDecSep = GetFormatter().GetNumDecimalSep(); in ImpGetNumberOutput() local3620 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() argument4188 rDecSep.GetChar(0), sal_True)); in lcl_SvNumberformat_AddLimitStringImpl()
Completed in 49 milliseconds