Home
last modified time | relevance | path

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

/aoo4110/main/dbaccess/source/ui/control/
H A DRelationControl.cxx96 friend class OTableListBoxControl;
101 OTableListBoxControl* m_pBoxControl;
487 DBG_NAME(OTableListBoxControl) in DBG_NAME() argument
491 OTableListBoxControl::OTableListBoxControl( Window* _pParent in DBG_NAME()
515 DBG_CTOR(OTableListBoxControl,NULL); in DBG_NAME()
518 OTableListBoxControl::~OTableListBoxControl() in ~OTableListBoxControl()
523 DBG_DTOR(OTableListBoxControl,NULL); in ~OTableListBoxControl()
526 void OTableListBoxControl::fillListBoxes() in fillListBoxes()
659 void OTableListBoxControl::NotifyCellChange() in NotifyCellChange()
720 void OTableListBoxControl::lateInit() in lateInit()
[all …]
/aoo4110/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;
/aoo4110/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()
/aoo4110/main/dbaccess/source/ui/dlg/
H A DRelationDlg.cxx128 m_pTableControl.reset( new OTableListBoxControl(this,ModuleRes(WND_CONTROL),m_pTableMap,this) ); in DBG_NAME()

Completed in 32 milliseconds