Home
last modified time | relevance | path

Searched refs:OTableController (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx87 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() argument
165 OTableController::OTableController(const Reference< XMultiServiceFactory >& _rM) : OTableController… in DBG_NAME()
171 DBG_CTOR(OTableController,NULL); in DBG_NAME()
[all …]
H A DTEditControl.cxx735 OTableController& rController = GetView()->getController(); in SaveData()
1588 OTableController& rController = GetView()->getController(); in IsPrimaryKeyAllowed()
1828 OTableController& rController = GetView()->getController(); in AdjustFieldDescription()
H A DTableDesignView.cxx220 OTableController& _rController in OTableDesignView()
/AOO41X/main/dbaccess/source/ui/inc/
H A DTableDesignView.hxx44 class OTableController;
82 OTableController& m_rController;
95 OTableController& _rController);
104 OTableController& getController() const { return m_rController; } in getController()
H A DTableController.hxx43 class OTableController : public OTableController_BASE class
92 virtual ~OTableController();
94OTableController(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFact…