Home
last modified time | relevance | path

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

/AOO41X/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx233 OGenericUnoController_Data( OGenericUnoController& _rController, ::osl::Mutex& _rMutex ) in OGenericUnoController_Data()
243 DBG_NAME(OGenericUnoController) in DBG_NAME() argument
245 OGenericUnoController::OGenericUnoController(const Reference< XMultiServiceFactory >& _rM) in DBG_NAME()
251 ,m_aAsyncInvalidateAll(LINK(this, OGenericUnoController, OnAsyncInvalidateAll)) in DBG_NAME()
252 ,m_aAsyncCloseTask(LINK(this, OGenericUnoController, OnAsyncCloseTask)) in DBG_NAME()
266 DBG_CTOR(OGenericUnoController,NULL); in DBG_NAME()
280 OGenericUnoController::OGenericUnoController() in OGenericUnoController() function in dbaui::OGenericUnoController
286 ,m_aAsyncInvalidateAll(LINK(this, OGenericUnoController, OnAsyncInvalidateAll)) in OGenericUnoController()
287 ,m_aAsyncCloseTask(LINK(this, OGenericUnoController, OnAsyncCloseTask)) in OGenericUnoController()
302 OGenericUnoController::~OGenericUnoController() in ~OGenericUnoController()
[all …]
H A Dbrwctrlr.cxx1185 SbaXDataBrowserController_Base::OGenericUnoController::disposing( Source ); in disposing()
1318 SbaXDataBrowserController_Base::OGenericUnoController::disposing(); in disposing()
H A Dunodatbr.cxx3732 OGenericUnoController::loadMenu(_xFrame); in loadMenu()
/AOO41X/main/dbaccess/source/ui/inc/
H A DTableCopyHelper.hxx54 class OGenericUnoController;
85 OGenericUnoController* m_pController;
108 OTableCopyHelper(OGenericUnoController* _pControler);
H A Dexsrcbrw.hxx59 DECLARE_UNO3_DEFAULTS(SbaExternalSourceBrowser, OGenericUnoController);
H A Dbrwctrlr.hxx68 typedef ::cppu::ImplInheritanceHelper9 < OGenericUnoController
/AOO41X/main/dbaccess/inc/
H A Dgenericcontroller.hxx206 class DBACCESS_DLLPUBLIC OGenericUnoController class
270OGenericUnoController( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServi…
393 virtual ~OGenericUnoController();
531 OGenericUnoController(); // never implemented
H A Ddbsubcomponentcontroller.hxx56 typedef ::cppu::ImplInheritanceHelper2 < OGenericUnoController
/AOO41X/main/dbaccess/source/ui/misc/
H A DTableCopyHelper.cxx156 OTableCopyHelper::OTableCopyHelper(OGenericUnoController* _pControler) in OTableCopyHelper()
H A Ddbsubcomponentcontroller.cxx201 OGenericUnoController::impl_initialize(); in impl_initialize()
/AOO41X/main/dbaccess/source/ui/app/
H A DAppController.hxx80 typedef OGenericUnoController OApplicationController_CBASE;