Searched refs:DbCellControl (Results 1 – 3 of 3) sorted by relevance
184 DbCellControl* pCellControl = NULL; in CreateControl()535 TYPEINIT0( DbCellControl )536 TYPEINIT1( DbLimitedLengthField, DbCellControl ) in TYPEINIT1() argument539 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()[all …]
57 class DbCellControl;210 class DbCellControl class279 DbCellControl(DbGridColumn& _rColumn, sal_Bool _bText = sal_True);280 virtual ~DbCellControl();356 inline sal_Bool DbCellControl::isValuePropertyLocked() const in isValuePropertyLocked()362 inline void DbCellControl::lockValueProperty() in lockValueProperty()369 inline void DbCellControl::unlockValueProperty() in unlockValueProperty()378 class DbLimitedLengthField : public DbCellControl461 class DbCheckBox : public DbCellControl482 class DbComboBox : public DbCellControl[all …]
528 friend class DbCellControl;