Lines Matching refs:DbCurrencyField
196 case TYPE_CURRENCYFIELD: pCellControl = new DbCurrencyField(*this); break; in CreateControl()
546 TYPEINIT1( DbCurrencyField, DbSpinField ) in TYPEINIT1()
2069 DbCurrencyField::DbCurrencyField(DbGridColumn& _rColumn) in DbCurrencyField() function in DbCurrencyField
2083 void DbCurrencyField::implAdjustGenericFieldSetting( const Reference< XPropertySet >& _rxModel ) in implAdjustGenericFieldSetting()
2119 SpinField* DbCurrencyField::createField( Window* _pParent, WinBits _nFieldStyle, const Reference< X… in createField()
2125 double DbCurrencyField::GetCurrency(const Reference< ::com::sun::star::sdb::XColumn >& _rxField, co… in GetCurrency()
2140 …ing lcl_setFormattedCurrency_nothrow( LongCurrencyField& _rField, const DbCurrencyField& _rControl, in lcl_setFormattedCurrency_nothrow()
2167 String DbCurrencyField::GetFormatText(const Reference< ::com::sun::star::sdb::XColumn >& _rxField, … in GetFormatText()
2173 void DbCurrencyField::UpdateFromField(const Reference< ::com::sun::star::sdb::XColumn >& _rxField, … in UpdateFromField()
2179 void DbCurrencyField::updateFromModel( Reference< XPropertySet > _rxModel ) in updateFromModel()
2199 sal_Bool DbCurrencyField::commitControl() in commitControl()