Home
last modified time | relevance | path

Searched refs:m_pViewSwitch (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/dbaccess/source/ui/inc/
H A Dquerycontainerwindow.hxx67 OQueryViewSwitch* m_pViewSwitch; member in dbaui::OQueryContainerWindow
89 OQueryDesignView* getDesignView() { return m_pViewSwitch->getDesignView(); } in getDesignView()
91 sal_Bool isCutAllowed() { return m_pViewSwitch->isCutAllowed(); } in isCutAllowed()
92 sal_Bool isPasteAllowed() { return m_pViewSwitch->isPasteAllowed(); } in isPasteAllowed()
93 sal_Bool isCopyAllowed() { return m_pViewSwitch->isCopyAllowed(); } in isCopyAllowed()
94 void copy() { m_pViewSwitch->copy(); } in copy()
95 void cut() { m_pViewSwitch->cut(); } in cut()
96 void paste() { m_pViewSwitch->paste(); } in paste()
98 void clear() { m_pViewSwitch->clear(); } in clear()
109 void initialize() { m_pViewSwitch->initialize(); } in initialize()
[all …]
/aoo4110/main/dbaccess/source/ui/querydesign/
H A Dquerycontainerwindow.cxx80 ,m_pViewSwitch(NULL) in DBG_NAME()
84 m_pViewSwitch = new OQueryViewSwitch( this, _rController, _rFactory ); in DBG_NAME()
96 ::std::auto_ptr<OQueryViewSwitch> aTemp(m_pViewSwitch); in ~OQueryContainerWindow()
97 m_pViewSwitch = NULL; in ~OQueryContainerWindow()
118 return m_pViewSwitch->switchView( _pErrorInfo ); in switchView()
124 return m_pViewSwitch->forceInitialView(); in forceInitialView()
172 if(m_pViewSwitch) in GetFocus()
173 m_pViewSwitch->GrabFocus(); in GetFocus()
187 m_pViewSwitch->Construct(); in Construct()
210 if ( m_pViewSwitch ) in PreNotify()
[all …]

Completed in 15 milliseconds