Home
last modified time | relevance | path

Searched refs:OQueryController (Results 1 – 11 of 11) sorted by relevance

/aoo41x/main/dbaccess/source/ui/querydesign/
H A Dquerycontroller.cxx320 DBG_NAME(OQueryController);
322 OQueryController::OQueryController(const Reference< XMultiServiceFactory >& _rM) in OQueryController() function in dbaui::OQueryController
338 DBG_CTOR(OQueryController,NULL); in OQueryController()
348 OQueryController::~OQueryController() in ~OQueryController()
350 DBG_DTOR(OQueryController,NULL); in ~OQueryController()
446 void OQueryController::deleteIterator() in deleteIterator()
457 void OQueryController::disposing() in disposing()
473 void OQueryController::clearFields() in clearFields()
1273 void OQueryController::executeQuery() in executeQuery()
1632 short OQueryController::saveModified() in saveModified()
[all …]
H A DSelectionBrowseBox.cxx450 static_cast< OQueryController& >( getDesignView()->getController() ).clearFields(); in PreFill()
504 if (static_cast<OQueryController&>(getDesignView()->getController()).isReadOnly()) in GetController()
712 OQueryController& rController = static_cast<OQueryController&>(getDesignView()->getController()); in saveField()
965OQueryController& rController = static_cast<OQueryController&>(getDesignView()->getController()); in SaveModified()
1341 OQueryController& rController = static_cast<OQueryController&>(getDesignView()->getController()); in RemoveColumn()
1376 OQueryController& rController = static_cast<OQueryController&>(getDesignView()->getController()); in RemoveField()
2096 if (!static_cast<OQueryController&>(getDesignView()->getController()).isReadOnly()) in Command()
2136 …static_cast<OQueryController&>(getDesignView()->getController()).setDistinct(!static_cast<OQueryCo… in Command()
2492 if (static_cast<OQueryController&>(getDesignView()->getController()).isReadOnly()) in ColumnResized()
2688 OQueryController& rController = static_cast<OQueryController&>(getDesignView()->getController()); in getFields()
[all …]
H A DQueryDesignView.cxx1220 OQueryController& rController = static_cast<OQueryController&>(_pView->getController()); in GenerateGroupBy()
1427 OQueryController& rController = static_cast<OQueryController&>(_pView->getController()); in GetANDCriteria()
1589 OQueryController& rController = static_cast<OQueryController&>(_pView->getController()); in AddFunctionCondition()
1690 OQueryController& rController = static_cast<OQueryController&>(_pView->getController()); in ComparisonPredicate()
2015 OQueryController& rController = static_cast<OQueryController&>(_pView->getController()); in insertUnUsedFields()
2029 OQueryController& rController = static_cast<OQueryController&>(_pView->getController()); in InitFromParseNodeImpl()
2234 OQueryController& rController = static_cast<OQueryController&>(_pView->getController()); in InstallFields()
2921 OQueryController& rController = static_cast<OQueryController&>(getController()); in getStatement()
3103 OQueryController& rCtrl = static_cast<OQueryController&>(getController()); in SaveUIConfig()
3225 OQueryController& rController = static_cast< OQueryController& >( getController() ); in initByFieldDescriptions()
[all …]
H A DQueryViewSwitch.cxx62 OQueryViewSwitch::OQueryViewSwitch(OQueryContainerWindow* _pParent, OQueryController& _rController,… in DBG_NAME()
219 …m_pTextView->setStatement(static_cast<OQueryController&>(m_pDesignView->getController()).getStatem… in impl_forceSQLView()
225OQueryController& rQueryController( static_cast< OQueryController& >( m_pDesignView->getController… in forceInitialView()
253 …sal_Bool bGraphicalDesign = static_cast<OQueryController&>(m_pDesignView->getController()).isGraph… in switchView()
H A Dqueryview.cxx42 OQueryView::OQueryView(Window* _pParent, OQueryController& _rController,const Reference< XMultiServ… in DBG_NAME()
H A Dquerycontainerwindow.cxx78 …OQueryContainerWindow::OQueryContainerWindow(Window* pParent, OQueryController& _rController,const… in DBG_NAME()
/aoo41x/main/dbaccess/source/ui/inc/
H A Dquerycontroller.hxx68 class OQueryController;
70 typedef ::comphelper::OPropertyArrayUsageHelper< OQueryController > OQueryController_PABase;
71 class OQueryController :public OJoinController class
146OQueryController(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFact…
148 virtual ~OQueryController();
H A Dqueryview.hxx32 class OQueryController;
36 …OQueryView(Window* pParent, OQueryController& _rController,const ::com::sun::star::uno::Reference<…
H A DQueryViewSwitch.hxx45 …OQueryViewSwitch(OQueryContainerWindow* pParent, OQueryController& _rController,const ::com::sun::…
H A Dquerycontainerwindow.hxx74 …OQueryContainerWindow(Window* pParent, OQueryController& _rController,const ::com::sun::star::uno:…
H A DQueryDesignView.hxx102 …OQueryDesignView(OQueryContainerWindow* pParent, OQueryController& _rController,const ::com::sun::…

Completed in 469 milliseconds