Searched refs:OQueryController (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/dbaccess/source/ui/querydesign/ |
H A D | querycontroller.cxx | 320 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 D | SelectionBrowseBox.cxx | 450 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() 965 … OQueryController& 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 D | QueryDesignView.cxx | 1220 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 D | QueryViewSwitch.cxx | 62 OQueryViewSwitch::OQueryViewSwitch(OQueryContainerWindow* _pParent, OQueryController& _rController,… in DBG_NAME() 219 …m_pTextView->setStatement(static_cast<OQueryController&>(m_pDesignView->getController()).getStatem… in impl_forceSQLView() 225 …OQueryController& rQueryController( static_cast< OQueryController& >( m_pDesignView->getController… in forceInitialView() 253 …sal_Bool bGraphicalDesign = static_cast<OQueryController&>(m_pDesignView->getController()).isGraph… in switchView()
|
H A D | queryview.cxx | 42 OQueryView::OQueryView(Window* _pParent, OQueryController& _rController,const Reference< XMultiServ… in DBG_NAME()
|
H A D | querycontainerwindow.cxx | 78 …OQueryContainerWindow::OQueryContainerWindow(Window* pParent, OQueryController& _rController,const… in DBG_NAME()
|
/aoo42x/main/dbaccess/source/ui/inc/ |
H A D | querycontroller.hxx | 68 class OQueryController; 70 typedef ::comphelper::OPropertyArrayUsageHelper< OQueryController > OQueryController_PABase; 71 class OQueryController :public OJoinController class 146 …OQueryController(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFact… 148 virtual ~OQueryController();
|
H A D | queryview.hxx | 32 class OQueryController; 36 …OQueryView(Window* pParent, OQueryController& _rController,const ::com::sun::star::uno::Reference<…
|
H A D | QueryViewSwitch.hxx | 45 …OQueryViewSwitch(OQueryContainerWindow* pParent, OQueryController& _rController,const ::com::sun::…
|
H A D | querycontainerwindow.hxx | 74 …OQueryContainerWindow(Window* pParent, OQueryController& _rController,const ::com::sun::star::uno:…
|
H A D | QueryDesignView.hxx | 102 …OQueryDesignView(OQueryContainerWindow* pParent, OQueryController& _rController,const ::com::sun::…
|
Completed in 66 milliseconds