Lines Matching refs:OTableBorderWindow
76 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
162 void OTableBorderWindow::ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackgrou… in ImplInitSettings()
192 void OTableBorderWindow::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
204 void OTableBorderWindow::GetFocus() in GetFocus()
236 m_pWin = new OTableBorderWindow(this); in OTableDesignView()