Searched refs:OTableController (Results 1 – 5 of 5) sorted by relevance
87 static ::dbaui::OMultiInstanceAutoRegistration< ::dbaui::OTableController > aAutoRegistration; in createRegistryInfo_OTableControl()135 ::rtl::OUString SAL_CALL OTableController::getImplementationName() throw( RuntimeException ) in getImplementationName()141 ::rtl::OUString OTableController::getImplementationName_Static() throw( RuntimeException ) in getImplementationName_Static()146 Sequence< ::rtl::OUString> OTableController::getSupportedServiceNames_Static(void) throw( RuntimeEx… in getSupportedServiceNames_Static()153 Sequence< ::rtl::OUString> SAL_CALL OTableController::getSupportedServiceNames() throw(RuntimeExcep… in getSupportedServiceNames()158 Reference< XInterface > SAL_CALL OTableController::Create(const Reference<XMultiServiceFactory >& _… in Create()160 return *(new OTableController(_rxFactory)); in Create()163 DBG_NAME(OTableController) in DBG_NAME() argument165 OTableController::OTableController(const Reference< XMultiServiceFactory >& _rM) : OTableController… in DBG_NAME()171 DBG_CTOR(OTableController,NULL); in DBG_NAME()[all …]
735 OTableController& rController = GetView()->getController(); in SaveData()1588 OTableController& rController = GetView()->getController(); in IsPrimaryKeyAllowed()1828 OTableController& rController = GetView()->getController(); in AdjustFieldDescription()
220 OTableController& _rController in OTableDesignView()
44 class OTableController;82 OTableController& m_rController;95 OTableController& _rController);104 OTableController& getController() const { return m_rController; } in getController()
43 class OTableController : public OTableController_BASE class92 virtual ~OTableController();94 …OTableController(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFact…