Lines Matching refs:DbCellControl

184     DbCellControl* pCellControl = NULL;  in CreateControl()
535 TYPEINIT0( DbCellControl )
536 TYPEINIT1( DbLimitedLengthField, DbCellControl ) in TYPEINIT1() argument
539 TYPEINIT1( DbCheckBox, DbCellControl ) in TYPEINIT1()
540 TYPEINIT1( DbComboBox, DbCellControl ) in TYPEINIT1()
541 TYPEINIT1( DbListBox, DbCellControl ) in TYPEINIT1()
542 TYPEINIT1( DbPatternField, DbCellControl ) in TYPEINIT1()
543 TYPEINIT1( DbSpinField, DbCellControl ) in TYPEINIT1()
548 TYPEINIT1( DbFilterField, DbCellControl ) in TYPEINIT1()
551 DbCellControl::DbCellControl( DbGridColumn& _rColumn, sal_Bool /*_bText*/ ) in TYPEINIT1()
602 void DbCellControl::implDoPropertyListening( const ::rtl::OUString& _rPropertyName, sal_Bool _bWarn… in implDoPropertyListening()
625 void DbCellControl::doPropertyListening( const ::rtl::OUString& _rPropertyName ) in doPropertyListening()
641 DbCellControl::~DbCellControl() in ~DbCellControl()
651 void DbCellControl::implValuePropertyChanged( ) in implValuePropertyChanged()
664 void DbCellControl::implAdjustGenericFieldSetting( const Reference< XPropertySet >& /*_rxModel*/ ) in implAdjustGenericFieldSetting()
670 void DbCellControl::_propertyChanged(const PropertyChangeEvent& _rEvent) throw(RuntimeException) in _propertyChanged()
707 sal_Bool DbCellControl::Commit() in Commit()
728 void DbCellControl::ImplInitWindow( Window& rParent, const InitWindowFacet _eInitWhat ) in ImplInitWindow()
834 void DbCellControl::implAdjustReadOnly( const Reference< XPropertySet >& _rxModel,bool i_bReadOnly ) in implAdjustReadOnly()
854 void DbCellControl::implAdjustEnabled( const Reference< XPropertySet >& _rxModel ) in implAdjustEnabled()
867 void DbCellControl::Init( Window& rParent, const Reference< XRowSet >& _rxCursor ) in Init()
924 void DbCellControl::SetTextLineColor() in SetTextLineColor()
933 void DbCellControl::SetTextLineColor(const Color& _rColor) in SetTextLineColor()
952 void DbCellControl::AlignControl(sal_Int16 nAlignment) in AlignControl()
973 void DbCellControl::PaintCell( OutputDevice& _rDev, const Rectangle& _rRect ) in PaintCell()
1000 void DbCellControl::PaintFieldToCell( OutputDevice& _rDev, const Rectangle& _rRect, const Reference… in PaintFieldToCell()
1007 double DbCellControl::GetValue(const Reference< ::com::sun::star::sdb::XColumn >& _rxField, const R… in GetValue()
1040 void DbCellControl::invalidatedController() in invalidatedController()
1054 :DbCellControl( _rColumn ) in DbLimitedLengthField()
1645 :DbCellControl( _rColumn, sal_True ) in DbCheckBox()
1698 DbCellControl::Init( rParent, xCursor ); in Init()
1739 DbCellControl::PaintFieldToCell( rDev, rRect, _rxField, xFormatter ); in PaintFieldToCell()
1773 :DbCellControl( _rColumn ) in DbPatternField()
1816 DbCellControl::Init( rParent, xCursor ); in Init()
1889 :DbCellControl( _rColumn ) in DbSpinField()
1913 DbCellControl::Init( _rParent, _rxCursor ); in Init()
2002 …static String lcl_setFormattedNumeric_nothrow( DoubleNumericField& _rField, const DbCellControl& _… in lcl_setFormattedNumeric_nothrow()
2463 :DbCellControl(_rColumn) in DbComboBox()
2481 DbCellControl::_propertyChanged( _rEvent ) ; in _propertyChanged()
2539 DbCellControl::Init( rParent, xCursor ); in Init()
2592 :DbCellControl(_rColumn) in DbListBox()
2610 DbCellControl::_propertyChanged( _rEvent ) ; in _propertyChanged()
2653 DbCellControl::Init( rParent, xCursor ); in Init()
2749 :DbCellControl(_rColumn) in DbFilterField()
2777 DbCellControl::PaintCell( rDev, rRect ); in PaintCell()
2902 DbCellControl::Init( rParent, xCursor ); in Init()
3224 FmXGridCell::FmXGridCell( DbGridColumn* pColumn, DbCellControl* _pControl ) in FmXGridCell()
3606 FmXTextCell::FmXTextCell( DbGridColumn* pColumn, DbCellControl& _rControl ) in FmXTextCell()
3658 FmXEditCell::FmXEditCell( DbGridColumn* pColumn, DbCellControl& _rControl ) in FmXEditCell()
3925 FmXCheckBoxCell::FmXCheckBoxCell( DbGridColumn* pColumn, DbCellControl& _rControl ) in FmXCheckBoxCell()
4105 FmXListBoxCell::FmXListBoxCell(DbGridColumn* pColumn, DbCellControl& _rControl) in FmXListBoxCell()
4449 FmXComboBoxCell::FmXComboBoxCell( DbGridColumn* pColumn, DbCellControl& _rControl ) in FmXComboBoxCell()
4652 FmXFilterCell::FmXFilterCell(DbGridColumn* pColumn, DbCellControl* pControl ) in FmXFilterCell()