Searched refs:GetFormatKey (Results 1 – 9 of 9) sorted by relevance
601 sal_Int32 OFieldDescription::GetFormatKey() const in GetFormatKey() function in OFieldDescription679 if ( GetFormatKey() != NumberFormat::ALL && xInfo->hasPropertyByName(PROPERTY_FORMATKEY) ) in copyColumnSettingsTo()680 _rxColumn->setPropertyValue(PROPERTY_FORMATKEY,makeAny(GetFormatKey())); in copyColumnSettingsTo()
155 _rStr << pFieldDesc->GetFormatKey(); in operator <<()
1337 sValue = String::CreateFromInt32(pFieldDescr->GetFormatKey()); in GetCellData()1959 if (pActFieldDescr != NULL && !pActFieldDescr->GetFormatKey()) in SwitchType()
1235 xColumn->setPropertyValue(PROPERTY_FORMATKEY,makeAny(pField->GetFormatKey())); in alterColumns()
168 aPropValue <<= (sal_Int32)getTypedControlWindow()->GetFormatKey(); in getValue()238 …Entry = getTypedControlWindow()->GetFormatter()->GetEntry(getTypedControlWindow()->GetFormatKey()); in SetFormatDescription()
697 sal_Int32 nOldFormatKey(pActFieldDescr->GetFormatKey());707 if(nOldFormatKey != pActFieldDescr->GetFormatKey())1813 _nFormatKey = _pFieldDescr->GetFormatKey(); in isTextFormat()
119 sal_Int32 GetFormatKey() const;
145 sal_uLong GetFormatKey() const { return m_nFormatKey; } in GetFormatKey() function in FormattedField
1351 return pField ? pField->GetFormatKey() : 0; in getFormatKey()
Completed in 51 milliseconds