Searched refs:OApplicationSwapWindow (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/dbaccess/source/ui/app/ |
| H A D | AppSwapWindow.cxx | 65 DBG_NAME(OApplicationSwapWindow) in DBG_NAME() argument 67 OApplicationSwapWindow::OApplicationSwapWindow( Window* _pParent, OAppBorderWindow& _rBorderWindow ) in DBG_NAME() 73 DBG_CTOR(OApplicationSwapWindow,NULL); in DBG_NAME() 78 m_aIconControl.SetClickHdl(LINK(this, OApplicationSwapWindow, OnContainerSelectHdl)); in DBG_NAME() 85 OApplicationSwapWindow::~OApplicationSwapWindow() in ~OApplicationSwapWindow() 88 DBG_DTOR(OApplicationSwapWindow,NULL); in ~OApplicationSwapWindow() 91 void OApplicationSwapWindow::Resize() in Resize() 104 void OApplicationSwapWindow::ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBack… in ImplInitSettings() 125 void OApplicationSwapWindow::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged() 139 void OApplicationSwapWindow::clearSelection() in clearSelection() [all …]
|
| H A D | AppSwapWindow.hxx | 43 class OApplicationSwapWindow : public Window, class 57 OApplicationSwapWindow( Window* _pParent, OAppBorderWindow& _rBorderWindow ); 58 virtual ~OApplicationSwapWindow();
|
| H A D | AppView.cxx | 135 OApplicationSwapWindow* pSwap = new OApplicationSwapWindow( m_pPanel, *this ); in DBG_NAME() 187 OApplicationSwapWindow* pSwap = getPanel(); in Resize() 247 OApplicationSwapWindow* OAppBorderWindow::getPanel() const in getPanel() 249 return static_cast< OApplicationSwapWindow* >( m_pPanel->getChildWindow() ); in getPanel()
|
| H A D | AppView.hxx | 66 class OApplicationSwapWindow; 88 OApplicationSwapWindow* getPanel() const; 156 inline OApplicationSwapWindow* getPanel() const { return m_pWin->getPanel(); } in getPanel()
|