Lines Matching refs:nFormatKey
363 …dField(Window* pParent, WinBits nStyle, SvNumberFormatter* pInitialFormatter, sal_Int32 nFormatKey) in FormattedField() argument
372 m_nFormatKey = nFormatKey; in FormattedField()
377 …d(Window* pParent, const ResId& rResId, SvNumberFormatter* pInitialFormatter, sal_Int32 nFormatKey) in FormattedField() argument
386 m_nFormatKey = nFormatKey; in FormattedField()
611 void FormattedField::ImplSetFormatKey(sal_uLong nFormatKey) in ImplSetFormatKey() argument
615 m_nFormatKey = nFormatKey; in ImplSetFormatKey()
616 sal_Bool bNeedFormatter = (m_pFormatter == NULL) && (nFormatKey != 0); in ImplSetFormatKey()
621 m_nFormatKey = nFormatKey; in ImplSetFormatKey()
624 …DBG_ASSERT(m_pFormatter->GetEntry(nFormatKey) != NULL, "FormattedField::ImplSetFormatKey : invalid… in ImplSetFormatKey()
631 void FormattedField::SetFormatKey(sal_uLong nFormatKey) in SetFormatKey() argument
635 ImplSetFormatKey(nFormatKey); in SetFormatKey()
1022 sal_uInt32 nFormatKey = m_nFormatKey; // IsNumberFormat veraendert den FormatKey ... in ImplGetValue() local
1024 if (ImplGetFormatter()->IsTextFormat(nFormatKey) && m_bTreatAsNumber) in ImplGetValue()
1026 nFormatKey = 0; in ImplGetValue()
1047 if (!ImplGetFormatter()->IsNumberFormat(sText, nFormatKey, dNewVal)) in ImplGetValue()