Home
last modified time | relevance | path

Searched refs:OTableListBoxControl (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/dbaccess/source/ui/control/
H A DRelationControl.cxx96 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 DRelationControl.hxx39 class OTableListBoxControl;
45 class OTableListBoxControl : public Window class
60 OTableListBoxControl(Window* _pParent,
64 virtual ~OTableListBoxControl();
H A DRelationDlg.hxx56 class OTableListBoxControl;
63 ::std::auto_ptr<OTableListBoxControl> m_pTableControl;
/AOO41X/main/dbaccess/source/ui/querydesign/
H A Dquerydlg.hxx55 class OTableListBoxControl;
68 OTableListBoxControl* m_pTableControl;
H A Dquerydlg.cxx119 m_pTableControl = new OTableListBoxControl(this,ModuleRes(WND_CONTROL),m_pTableMap,this); in DBG_NAME()
/AOO41X/main/dbaccess/source/ui/dlg/
H A DRelationDlg.cxx128 m_pTableControl.reset( new OTableListBoxControl(this,ModuleRes(WND_CONTROL),m_pTableMap,this) ); in DBG_NAME()