Home
last modified time | relevance | path

Searched refs:OTableBorderWindow (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/dbaccess/source/ui/tabledesign/
H A DTableDesignView.cxx76 DBG_NAME(OTableBorderWindow) in DBG_NAME() argument
78 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() argument
192 void OTableBorderWindow::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
204 void OTableBorderWindow::GetFocus() in GetFocus()
[all …]
/aoo4110/main/dbaccess/source/ui/inc/
H A DTableDesignView.hxx48 class OTableBorderWindow : public Window class
60 OTableBorderWindow(Window* pParent);
61 ~OTableBorderWindow();
81 OTableBorderWindow* m_pWin;

Completed in 16 milliseconds