Searched refs:OTableBorderWindow (Results 1 – 2 of 2) sorted by relevance
76 DBG_NAME(OTableBorderWindow) in DBG_NAME() argument78 OTableBorderWindow::OTableBorderWindow(Window* pParent) : Window(pParent,WB_BORDER) in DBG_NAME()81 DBG_CTOR(OTableBorderWindow,NULL); in DBG_NAME()96 m_aHorzSplitter.SetSplitHdl( LINK(this, OTableBorderWindow, SplitHdl) ); in DBG_NAME()100 OTableBorderWindow::~OTableBorderWindow() in ~OTableBorderWindow()117 DBG_DTOR(OTableBorderWindow,NULL); in ~OTableBorderWindow()120 void OTableBorderWindow::Resize() in Resize()152 IMPL_LINK( OTableBorderWindow, SplitHdl, Splitter*, pSplit ) in IMPL_LINK() argument192 void OTableBorderWindow::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()204 void OTableBorderWindow::GetFocus() in GetFocus()[all …]
48 class OTableBorderWindow : public Window class60 OTableBorderWindow(Window* pParent);61 ~OTableBorderWindow();81 OTableBorderWindow* m_pWin;
Completed in 16 milliseconds