Home
last modified time | relevance | path

Searched refs:ORelationController (Results 1 – 4 of 4) sorted by relevance

/trunk/main/dbaccess/source/ui/relationdesign/
H A DRelationController.cxx78 … static ::dbaui::OMultiInstanceAutoRegistration< ::dbaui::ORelationController > aAutoRegistration; in createRegistryInfo_ORelationControl()
102 ::rtl::OUString SAL_CALL ORelationController::getImplementationName() throw( RuntimeException ) in getImplementationName()
108 ::rtl::OUString ORelationController::getImplementationName_Static() throw( RuntimeException ) in getImplementationName_Static()
113 Sequence< ::rtl::OUString> ORelationController::getSupportedServiceNames_Static(void) throw( Runtim… in getSupportedServiceNames_Static()
120 Sequence< ::rtl::OUString> SAL_CALL ORelationController::getSupportedServiceNames() throw(RuntimeEx… in getSupportedServiceNames()
125 Reference< XInterface > SAL_CALL ORelationController::Create(const Reference<XMultiServiceFactory >… in Create()
127 return *(new ORelationController(_rxFactory)); in Create()
129 DBG_NAME(ORelationController);
131 ORelationController::ORelationController(const Reference< XMultiServiceFactory >& _rM) in ORelationController() function in ORelationController
136 DBG_CTOR(ORelationController,NULL); in ORelationController()
[all …]
H A DRelationDesignView.cxx95 ORelationDesignView::ORelationDesignView(Window* _pParent, ORelationController& _rController,const … in DBG_NAME()
/trunk/main/dbaccess/source/ui/inc/
H A DRelationController.hxx42 class ORelationController : public OJoinController class
64ORelationController(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceF…
66 ~ORelationController();
H A DRelationDesignView.hxx49 class ORelationController;
54 …ORelationDesignView(Window* pParent, ORelationController& _rController,const ::com::sun::star::uno…