Home
last modified time | relevance | path

Searched refs:OApplicationSwapWindow (Results 1 – 5 of 5) sorted by relevance

/trunk/main/dbaccess/source/ui/app/
H A DAppSwapWindow.cxx65 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()
85 OApplicationSwapWindow::~OApplicationSwapWindow() in ~OApplicationSwapWindow()
88 DBG_DTOR(OApplicationSwapWindow,NULL); in ~OApplicationSwapWindow()
91 void OApplicationSwapWindow::Resize() in Resize()
139 void OApplicationSwapWindow::clearSelection() in clearSelection()
167 ElementType OApplicationSwapWindow::getElementType() const in getElementType()
175 bool OApplicationSwapWindow::onContainerSelected( ElementType _eType ) in onContainerSelected()
206 IMPL_LINK(OApplicationSwapWindow, ChangeToLastSelected, void*, EMPTYARG) in IMPL_LINK() argument
[all …]
H A DAppSwapWindow.hxx43 class OApplicationSwapWindow : public Window, class
57 OApplicationSwapWindow( Window* _pParent, OAppBorderWindow& _rBorderWindow );
58 virtual ~OApplicationSwapWindow();
H A DAppView.cxx135 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 DAppView.hxx66 class OApplicationSwapWindow;
88 OApplicationSwapWindow* getPanel() const;
156 inline OApplicationSwapWindow* getPanel() const { return m_pWin->getPanel(); } in getPanel()
H A Dwindow_layout.txt29 | +-OApplicationSwapWindow

Completed in 30 milliseconds