Lines Matching refs:OQueryContainerWindow
77 DBG_NAME(OQueryContainerWindow) in DBG_NAME() argument
78 …OQueryContainerWindow::OQueryContainerWindow(Window* pParent, OQueryController& _rController,const… in DBG_NAME()
83 DBG_CTOR(OQueryContainerWindow,NULL); in DBG_NAME()
88 m_pSplitter->SetSplitHdl( LINK( this, OQueryContainerWindow, SplitHdl ) ); in DBG_NAME()
92 OQueryContainerWindow::~OQueryContainerWindow() in ~OQueryContainerWindow()
94 DBG_DTOR(OQueryContainerWindow,NULL); in ~OQueryContainerWindow()
116 bool OQueryContainerWindow::switchView( ::dbtools::SQLExceptionInfo* _pErrorInfo ) in switchView()
122 void OQueryContainerWindow::forceInitialView() in forceInitialView()
128 void OQueryContainerWindow::resizeAll( const Rectangle& _rPlayground ) in resizeAll()
161 void OQueryContainerWindow::resizeDocumentView( Rectangle& _rPlayground ) in resizeDocumentView()
169 void OQueryContainerWindow::GetFocus() in GetFocus()
176 IMPL_LINK( OQueryContainerWindow, SplitHdl, void*, /*p*/ )
185 void OQueryContainerWindow::Construct() in Construct()
191 void OQueryContainerWindow::disposingPreview() in disposingPreview()
204 long OQueryContainerWindow::PreNotify( NotifyEvent& rNEvt ) in PreNotify()
221 void OQueryContainerWindow::showPreview(const Reference<XFrame>& _xFrame) in showPreview()