Searched refs:ImplGetFormatter (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/svtools/source/control/ |
| H A D | fmtfield.cxx | 434 if (ImplGetFormatter()->IsTextFormat(m_nFormatKey)) in SetTextFormatted() 445 ImplGetFormatter()->IsNumberFormat(m_sCurrentTextValue, nTempFormatKey, dNumber) ) in SetTextFormatted() 446 ImplGetFormatter()->GetInputLineString(dNumber, m_nFormatKey, sFormatted); in SetTextFormatted() 448 …ImplGetFormatter()->GetOutputString(m_sCurrentTextValue, m_nFormatKey, sFormatted, &m_pLastOutputC… in SetTextFormatted() 619 ImplGetFormatter(); // damit wird ein Standard-Formatter angelegt in ImplSetFormatKey() 689 const SvNumberformat* pFormatEntry = ImplGetFormatter()->GetEntry(m_nFormatKey); in GetFormat() 699 sal_uInt32 nNewKey = ImplGetFormatter()->TestNewString(rFormatString, eLang); in SetFormat() 705 if (!ImplGetFormatter()->PutEntry(rFormat, nCheckPos, nType, nNewKey, eLang)) in SetFormat() 718 DBG_ASSERT(!ImplGetFormatter()->IsTextFormat(m_nFormatKey), in GetThousandsSep() 723 … ImplGetFormatter()->GetFormatSpecialInfo(m_nFormatKey, bThousand, IsRed, nPrecision, nAnzLeading); in GetThousandsSep() [all …]
|
| /AOO41X/main/svtools/inc/svtools/ |
| H A D | fmtfield.hxx | 270 …SvNumberFormatter* ImplGetFormatter() const { return m_pFormatter ? m_pFormatter : ((FormattedFie… in ImplGetFormatter() function in FormattedField
|