Searched refs:OTableBorderWindow (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/dbaccess/source/ui/tabledesign/ |
| H A D | TableDesignView.cxx | 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() [all …]
|
| /AOO41X/main/dbaccess/source/ui/inc/ |
| H A D | TableDesignView.hxx | 48 class OTableBorderWindow : public Window class 60 OTableBorderWindow(Window* pParent); 61 ~OTableBorderWindow(); 81 OTableBorderWindow* m_pWin;
|