Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/querydesign/
H A Dquerycontroller.cxx94 static ::dbaui::OMultiInstanceAutoRegistration< ::dbaui::OQueryController > aAutoRegistration; in createRegistryInfo_OQueryControl()
104 class OViewController : public OQueryController
117 OViewController(const Reference< XMultiServiceFactory >& _rM) : OQueryController(_rM){} in OViewController()
268 void ensureToolbars( OQueryController& _rController, sal_Bool _bDesign ) in ensureToolbars()
293 ::rtl::OUString SAL_CALL OQueryController::getImplementationName() throw( RuntimeException ) in getImplementationName()
299 ::rtl::OUString OQueryController::getImplementationName_Static() throw( RuntimeException ) in getImplementationName_Static()
304 Sequence< ::rtl::OUString> OQueryController::getSupportedServiceNames_Static(void) throw( RuntimeEx… in getSupportedServiceNames_Static()
311 Sequence< ::rtl::OUString> SAL_CALL OQueryController::getSupportedServiceNames() throw(RuntimeExcep… in getSupportedServiceNames()
316 Reference< XInterface > SAL_CALL OQueryController::Create(const Reference<XMultiServiceFactory >& _… in Create()
318 return *(new OQueryController(_rxFactory)); in Create()
[all …]
H A DSelectionBrowseBox.cxx235 …Reference< XConnection> xConnection = static_cast<OQueryController&>(getDesignView()->getControlle… in initialize()
238 …const IParseContext& rContext = static_cast<OQueryController&>(getDesignView()->getController()).g… in initialize()
423 …Reference< XConnection> xConnection = static_cast<OQueryController&>(getDesignView()->getControlle… in Init()
450 static_cast< OQueryController& >( getDesignView()->getController() ).clearFields(); in PreFill()
504 if (static_cast<OQueryController&>(getDesignView()->getController()).isReadOnly()) in GetController()
712OQueryController& rController = static_cast<OQueryController&>(getDesignView()->getController()); in saveField()
965OQueryController& rController = static_cast<OQueryController&>(getDesignView()->getController()); in SaveModified()
1049 …static_cast<OQueryController&>(getDesignView()->getController()).GetUndoManager().LeaveListAction(… in SaveModified()
1155 …Reference< XConnection> xConnection = static_cast<OQueryController&>(getDesignView()->getControlle… in SaveModified()
1174 … static_cast<OQueryController&>(getDesignView()->getController()).getNumberFormatter(), in SaveModified()
[all …]
H A DQueryDesignView.cxx197 …Reference< XConnection> xConnection = static_cast<OQueryController&>(_pView->getController()).getC… in getTableRange()
270 ::rtl::OUString ParseCondition( OQueryController& rController in ParseCondition()
336 …::connectivity::OSQLParseTreeIterator& rParseIter = static_cast<OQueryController&>(_pView->getCont… in FillDragInfo()
672 …Reference< XConnection> xConnection = static_cast<OQueryController&>(_pView->getController()).getC… in GenerateSelectList()
797 …Reference< XConnection> xConnection = static_cast<OQueryController&>(_pView->getController()).getC… in GenerateCriterias()
804 …const IParseContext& rContext = static_cast<OQueryController&>(_pView->getController()).getParser(… in GenerateCriterias()
959 … const OQueryController& rController = static_cast<OQueryController&>(_pView->getController()); in GenerateOrder()
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()
[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()
/trunk/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.hxx72 …OQueryContainerWindow(Window* pParent, OQueryController& _rController,const ::com::sun::star::uno:…
H A DQueryDesignView.hxx102 …OQueryDesignView(OQueryContainerWindow* pParent, OQueryController& _rController,const ::com::sun::…