Home
last modified time | relevance | path

Searched refs:OQueryContainerWindow (Results 1 – 10 of 10) sorted by relevance

/trunk/main/dbaccess/source/ui/querydesign/
H A Dquerycontainerwindow.cxx77 DBG_NAME(OQueryContainerWindow) in DBG_NAME() argument
78OQueryContainerWindow::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()
[all …]
H A DQueryViewSwitch.cxx62 OQueryViewSwitch::OQueryViewSwitch(OQueryContainerWindow* _pParent, OQueryController& _rController,… in DBG_NAME()
197 OQueryContainerWindow* OQueryViewSwitch::getContainer() const in getContainer()
200 return static_cast< OQueryContainerWindow* >( pDesignParent ); in getContainer()
294 OQueryContainerWindow* pContainer = getContainer(); in impl_postViewSwitch()
H A DQueryTextView.cxx78 OQueryTextView::OQueryTextView(OQueryContainerWindow* _pParent) in DBG_NAME()
H A Dquerycontroller.cxx1116 setView( * new OQueryContainerWindow( pParent, *this, getORB() ) ); in Construct()
H A DQueryDesignView.cxx2597 OQueryDesignView::OQueryDesignView( OQueryContainerWindow* _pParent, in DBG_NAME()
/trunk/main/dbaccess/source/ui/inc/
H A DQueryTextView.hxx42 OQueryTextView( OQueryContainerWindow* pParent );
65OQueryContainerWindow* getContainerWindow() { return static_cast< OQueryContainerWindow* >( GetPa… in getContainerWindow()
H A DQueryViewSwitch.hxx38 class OQueryContainerWindow;
45 …OQueryViewSwitch(OQueryContainerWindow* pParent, OQueryController& _rController,const ::com::sun::…
86 OQueryContainerWindow* getContainer() const;
H A Dquerycontainerwindow.hxx63 class OQueryContainerWindow : public ODataView class
72OQueryContainerWindow(Window* pParent, OQueryController& _rController,const ::com::sun::star::uno:…
73 ~OQueryContainerWindow();
H A Dquerycontroller.hxx61 class OQueryContainerWindow;
143OQueryContainerWindow* getContainer() const { return static_cast< OQueryContainerWindow* >( getVie… in getContainer()
H A DQueryDesignView.hxx80 class OQueryContainerWindow;
102 …OQueryDesignView(OQueryContainerWindow* pParent, OQueryController& _rController,const ::com::sun::…