Searched refs:OTableListBoxControl (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/dbaccess/source/ui/control/ |
| H A D | RelationControl.cxx | 96 friend class OTableListBoxControl; 101 OTableListBoxControl* m_pBoxControl; 116 …ORelationControl( OTableListBoxControl* pParent,const OJoinTableView::OTableWindowMap* _pTableMap … 165 …ORelationControl::ORelationControl( OTableListBoxControl* pParent ,const OJoinTableView::OTableWin… in DBG_NAME() 483 static_cast<OTableListBoxControl*>(GetParent())->NotifyCellChange(); in CellModified() 487 DBG_NAME(OTableListBoxControl) in DBG_NAME() argument 491 OTableListBoxControl::OTableListBoxControl( Window* _pParent in DBG_NAME() 510 Link aLink(LINK(this, OTableListBoxControl, OnTableChanged)); in DBG_NAME() 515 DBG_CTOR(OTableListBoxControl,NULL); in DBG_NAME() 518 OTableListBoxControl::~OTableListBoxControl() in ~OTableListBoxControl() [all …]
|
| /AOO41X/main/dbaccess/source/ui/inc/ |
| H A D | RelationControl.hxx | 39 class OTableListBoxControl; 45 class OTableListBoxControl : public Window class 60 OTableListBoxControl(Window* _pParent, 64 virtual ~OTableListBoxControl();
|
| H A D | RelationDlg.hxx | 56 class OTableListBoxControl; 63 ::std::auto_ptr<OTableListBoxControl> m_pTableControl;
|
| /AOO41X/main/dbaccess/source/ui/querydesign/ |
| H A D | querydlg.hxx | 55 class OTableListBoxControl; 68 OTableListBoxControl* m_pTableControl;
|
| H A D | querydlg.cxx | 119 m_pTableControl = new OTableListBoxControl(this,ModuleRes(WND_CONTROL),m_pTableMap,this); in DBG_NAME()
|
| /AOO41X/main/dbaccess/source/ui/dlg/ |
| H A D | RelationDlg.cxx | 128 m_pTableControl.reset( new OTableListBoxControl(this,ModuleRes(WND_CONTROL),m_pTableMap,this) ); in DBG_NAME()
|