Lines Matching refs:DBContentLoader

239 class DBContentLoader : public ::cppu::WeakImplHelper2< XFrameLoader, XServiceInfo>  class
249 DBContentLoader(const Reference< XMultiServiceFactory >&);
250 ~DBContentLoader();
275 DBG_NAME(DBContentLoader) in DBG_NAME() argument
277 DBContentLoader::DBContentLoader(const Reference< XMultiServiceFactory >& _rxFactory) in DBG_NAME()
281 DBG_CTOR(DBContentLoader,NULL); in DBG_NAME()
286 DBContentLoader::~DBContentLoader() in ~DBContentLoader()
289 DBG_DTOR(DBContentLoader,NULL); in ~DBContentLoader()
294 Reference< XInterface > SAL_CALL DBContentLoader::Create( const Reference< XMultiServiceFactory > … in Create()
296 return *(new DBContentLoader(rSMgr)); in Create()
300 ::rtl::OUString SAL_CALL DBContentLoader::getImplementationName() throw( ) in getImplementationName()
307 sal_Bool SAL_CALL DBContentLoader::supportsService(const ::rtl::OUString& ServiceName) throw( ) in supportsService()
319 Sequence< ::rtl::OUString > SAL_CALL DBContentLoader::getSupportedServiceNames(void) throw( ) in getSupportedServiceNames()
325 Sequence< ::rtl::OUString > DBContentLoader::getSupportedServiceNames_Static(void) throw( ) in getSupportedServiceNames_Static()
382 sal_Bool DBContentLoader::impl_executeNewDatabaseWizard( Reference< XModel >& _rxModel, sal_Bool& _… in impl_executeNewDatabaseWizard()
413 void SAL_CALL DBContentLoader::load(const Reference< XFrame > & rFrame, const ::rtl::OUString& _rUR… in load()
588 m_nStartWizard = Application::PostUserEvent(LINK(this, DBContentLoader, OnStartTableWizard)); in load()
602 void DBContentLoader::cancel(void) throw() in cancel()
606 IMPL_LINK( DBContentLoader, OnStartTableWizard, void*, /*NOTINTERESTEDIN*/ )
633 static ::dbaxml::OMultiInstanceAutoRegistration< ::dbaxml::DBContentLoader > aAutoRegistration; in createRegistryInfo_DBContentLoader2()
642 aImpl += ::dbaxml::DBContentLoader::getImplementationName_Static(); in writeDBLoaderInfo2()