Home
last modified time | relevance | path

Searched refs:GetFormatKey (Results 1 – 9 of 9) sorted by relevance

/trunk/main/dbaccess/source/ui/tabledesign/
H A DFieldDescriptions.cxx601 sal_Int32 OFieldDescription::GetFormatKey() const in GetFormatKey() function in OFieldDescription
679 if ( GetFormatKey() != NumberFormat::ALL && xInfo->hasPropertyByName(PROPERTY_FORMATKEY) ) in copyColumnSettingsTo()
680 _rxColumn->setPropertyValue(PROPERTY_FORMATKEY,makeAny(GetFormatKey())); in copyColumnSettingsTo()
H A DTableRow.cxx155 _rStr << pFieldDesc->GetFormatKey(); in operator <<()
H A DTEditControl.cxx1337 sValue = String::CreateFromInt32(pFieldDescr->GetFormatKey()); in GetCellData()
1959 if (pActFieldDescr != NULL && !pActFieldDescr->GetFormatKey()) in SwitchType()
H A DTableController.cxx1235 xColumn->setPropertyValue(PROPERTY_FORMATKEY,makeAny(pField->GetFormatKey())); in alterColumns()
/trunk/main/extensions/source/propctrlr/
H A Dusercontrol.cxx168 aPropValue <<= (sal_Int32)getTypedControlWindow()->GetFormatKey(); in getValue()
238 …Entry = getTypedControlWindow()->GetFormatter()->GetEntry(getTypedControlWindow()->GetFormatKey()); in SetFormatDescription()
/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx697 sal_Int32 nOldFormatKey(pActFieldDescr->GetFormatKey());
707 if(nOldFormatKey != pActFieldDescr->GetFormatKey())
1813 _nFormatKey = _pFieldDescr->GetFormatKey(); in isTextFormat()
/trunk/main/dbaccess/source/ui/inc/
H A DFieldDescriptions.hxx119 sal_Int32 GetFormatKey() const;
/trunk/main/svtools/inc/svtools/
H A Dfmtfield.hxx145 sal_uLong GetFormatKey() const { return m_nFormatKey; } in GetFormatKey() function in FormattedField
/trunk/main/svtools/source/uno/
H A Dunoiface.cxx1351 return pField ? pField->GetFormatKey() : 0; in getFormatKey()

Completed in 55 milliseconds