Lines Matching refs:_pView
175 void addUndoAction( OQueryTableView* _pView, in addUndoAction() argument
182 _pView->getDesignView()->getController().addUndoActionAndInvalidate(_pUndoAction); in addUndoAction()
191 …sal_Bool openJoinDialog(OQueryTableView* _pView,const TTableConnectionData::value_type& _pConnecti… in openJoinDialog() argument
195 …DlgQryJoin aDlg(_pView,_pConnectionData,_pView->GetTabWinMap(),_pView->getDesignView()->getControl… in openJoinDialog()
200 _pView->getDesignView()->getController().setModified(sal_True); in openJoinDialog()
211 void connectionModified(OQueryTableView* _pView, in connectionModified() argument
220 addUndoAction( _pView, in connectionModified()
221 new OQueryAddTabConnUndoAction(_pView), in connectionModified()
228 _pView->Invalidate(INVALIDATE_NOCHILDREN); in connectionModified()
231 void addConnections(OQueryTableView* _pView, in addConnections() argument
287 OQueryTableConnection aNewConn(_pView, aNewConnData); in addConnections()
290 _pView->NotifyTabConnection(aNewConn, sal_False); in addConnections()