Searched refs:OQueryContainerWindow (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/dbaccess/source/ui/querydesign/ |
H A D | querycontainerwindow.cxx | 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() 92 OQueryContainerWindow::~OQueryContainerWindow() in ~OQueryContainerWindow() 94 DBG_DTOR(OQueryContainerWindow,NULL); in ~OQueryContainerWindow() 122 void OQueryContainerWindow::forceInitialView() in forceInitialView() 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() [all …]
|
H A D | QueryViewSwitch.cxx | 62 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 D | QueryTextView.cxx | 78 OQueryTextView::OQueryTextView(OQueryContainerWindow* _pParent) in DBG_NAME()
|
H A D | querycontroller.cxx | 1116 setView( * new OQueryContainerWindow( pParent, *this, getORB() ) ); in Construct()
|
H A D | QueryDesignView.cxx | 2597 OQueryDesignView::OQueryDesignView( OQueryContainerWindow* _pParent, in DBG_NAME()
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | QueryTextView.hxx | 42 OQueryTextView( OQueryContainerWindow* pParent ); 65 …OQueryContainerWindow* getContainerWindow() { return static_cast< OQueryContainerWindow* >( GetPar… in getContainerWindow()
|
H A D | QueryViewSwitch.hxx | 38 class OQueryContainerWindow; 45 …OQueryViewSwitch(OQueryContainerWindow* pParent, OQueryController& _rController,const ::com::sun::… 86 OQueryContainerWindow* getContainer() const;
|
H A D | querycontainerwindow.hxx | 65 class OQueryContainerWindow : public ODataView class 74 …OQueryContainerWindow(Window* pParent, OQueryController& _rController,const ::com::sun::star::uno:… 75 ~OQueryContainerWindow();
|
H A D | querycontroller.hxx | 61 class OQueryContainerWindow; 143 …OQueryContainerWindow* getContainer() const { return static_cast< OQueryContainerWindow* >( getVie… in getContainer()
|
H A D | QueryDesignView.hxx | 80 class OQueryContainerWindow; 102 …OQueryDesignView(OQueryContainerWindow* pParent, OQueryController& _rController,const ::com::sun::…
|
Completed in 167 milliseconds