Searched refs:OQueryController (Results 1 – 11 of 11) sorted by relevance
| /trunk/main/dbaccess/source/ui/querydesign/ |
| H A D | querycontroller.cxx | 94 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 D | SelectionBrowseBox.cxx | 235 …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() 712 … OQueryController& rController = static_cast<OQueryController&>(getDesignView()->getController()); in saveField() 965 … OQueryController& 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 D | QueryDesignView.cxx | 197 …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 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()
|
| /trunk/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 | 72 …OQueryContainerWindow(Window* pParent, OQueryController& _rController,const ::com::sun::star::uno:…
|
| H A D | QueryDesignView.hxx | 102 …OQueryDesignView(OQueryContainerWindow* pParent, OQueryController& _rController,const ::com::sun::…
|