Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindowListBox.cxx72 DBG_NAME(OTableWindowListBox) in DBG_NAME() argument
74 OTableWindowListBox::OTableWindowListBox( OTableWindow* pParent ) in DBG_NAME()
82 DBG_CTOR(OTableWindowListBox,NULL); in DBG_NAME()
92 void OTableWindowListBox::dragFinished( ) in dragFinished()
103 OTableWindowListBox::~OTableWindowListBox() in ~OTableWindowListBox()
105 DBG_DTOR(OTableWindowListBox,NULL); in ~OTableWindowListBox()
152 void OTableWindowListBox::NotifyScrolled() in NotifyScrolled()
158 void OTableWindowListBox::NotifyEndScroll() in NotifyEndScroll()
169 long OTableWindowListBox::PreNotify(NotifyEvent& rNEvt) in PreNotify()
367 void OTableWindowListBox::LoseFocus() in LoseFocus()
[all …]
H A DConnectionLine.cxx75 OTableWindowListBox* pListBox = _pWin ? _pWin->GetListBox() : NULL; in GetTextPos()
107 const OTableWindowListBox* pListBox = _pWin->GetListBox(); in calcPointsYValue()
H A DTableWindow.cxx190 OTableWindowListBox* OTableWindow::CreateListBox() in CreateListBox()
192 return new OTableWindowListBox(this); in CreateListBox()
H A DJoinTableView.cxx1023 OTableWindowListBox* pSourceBox = pConnSource->GetListBox(); in SelectConn()
1024 OTableWindowListBox* pDestBox = pConnDest->GetListBox(); in SelectConn()
/trunk/main/dbaccess/source/ui/inc/
H A DTableWindowListBox.hxx33 class OTableWindowListBox;
37OTableWindowListBox* pListBox; // die ListBox innerhalb desselben (daraus kann man sich das TabWi…
40 OJoinExchangeData(OTableWindowListBox* pBox);
50 class OTableWindowListBox class
84 OTableWindowListBox(OTableWindow* pParent);
85 virtual ~OTableWindowListBox();
H A DTableWindow.hxx49 class OTableWindowListBox;
59 friend class OTableWindowListBox;
64 OTableWindowListBox* m_pListBox;
90 virtual OTableWindowListBox* CreateListBox();
154 OTableWindowListBox* GetListBox() const { return m_pListBox; } in GetListBox()

Completed in 41 milliseconds