Home
last modified time | relevance | path

Searched refs:cDecSep (Results 1 – 6 of 6) sorted by path

/trunk/main/connectivity/inc/connectivity/
H A Dsqlnode.hxx95 sal_Char cDecSep; member
/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx174 ,cDecSep(_cDecSep) in SQLParseNodeParameter()
2513 if (rParam.bInternational && rParam.bPredicate && rParam.cDecSep != '.') in parseLeaf()
2514 aTmp = aTmp.replace('.', rParam.cDecSep); in parseLeaf()
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx1971 sal_Unicode cDecSep = (mxSymbols->isEnglish() ? '.' : in NextSymbol() local
2161 else if (c == cDecSep) in NextSymbol()
2834 sal_Unicode cDecSep = ( mxSymbols->isEnglish() ? '.' : in IsReference() local
2836 if ( ch1 == cDecSep ) in IsReference()
2858 if ( cDecSep == '.' && (ch2 == 'E' || ch2 == 'e') // E + - digit in IsReference()
/trunk/main/sc/source/ui/docshell/
H A Dimpex.cxx1530 sal_Unicode cDecSep = '.'; in Sylk2Doc() local
1624 cDecSep, cGrpSep, NULL, NULL ); in Sylk2Doc()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx565 sal_Unicode cDecSep = ScGlobal::GetpLocaleData()->getLocaleItem().decimalSeparator.getStr()[0]; in SetTextToWidthOrHash() local
571 else if (c == cDecSep) in SetTextToWidthOrHash()
/trunk/main/svl/source/numbers/
H A Dzforfind.cxx2455 sal_Unicode cDecSep = pFormatter->GetNumDecimalSep().GetChar(0); in ChangeIntl() local
2456 bDecSepInDateSeps = ( cDecSep == '-' || in ChangeIntl()
2457 cDecSep == '/' || in ChangeIntl()
2458 cDecSep == '.' || in ChangeIntl()
2459 cDecSep == pFormatter->GetDateSep().GetChar(0) ); in ChangeIntl()

Completed in 91 milliseconds