Lines Matching refs:DBContentLoader

70 class DBContentLoader : public ::cppu::WeakImplHelper2< XFrameLoader, XServiceInfo>  class
79 DBContentLoader(const Reference< XMultiServiceFactory >&);
80 ~DBContentLoader();
102 DBG_NAME(DBContentLoader) in DBG_NAME() argument
104 DBContentLoader::DBContentLoader(const Reference< XMultiServiceFactory >& _rxFactory) in DBG_NAME()
107 DBG_CTOR(DBContentLoader,NULL); in DBG_NAME()
112 DBContentLoader::~DBContentLoader() in ~DBContentLoader()
115 DBG_DTOR(DBContentLoader,NULL); in ~DBContentLoader()
121 static ::dbaui::OMultiInstanceAutoRegistration< DBContentLoader > aAutoRegistration; in createRegistryInfo_DBContentLoader()
124 Reference< XInterface > SAL_CALL DBContentLoader::Create( const Reference< XMultiServiceFactory > … in Create()
126 return *(new DBContentLoader(rSMgr)); in Create()
130 ::rtl::OUString SAL_CALL DBContentLoader::getImplementationName() throw( ) in getImplementationName()
137 sal_Bool SAL_CALL DBContentLoader::supportsService(const ::rtl::OUString& ServiceName) throw( ) in supportsService()
149 Sequence< ::rtl::OUString > SAL_CALL DBContentLoader::getSupportedServiceNames(void) throw( ) in getSupportedServiceNames()
155 Sequence< ::rtl::OUString > DBContentLoader::getSupportedServiceNames_Static(void) throw( ) in getSupportedServiceNames_Static()
169 aImpl += DBContentLoader::getImplementationName_Static(); in writeDBLoaderInfo()
182 void SAL_CALL DBContentLoader::load(const Reference< XFrame > & rFrame, const ::rtl::OUString& rURL, in load()
351 void DBContentLoader::cancel(void) throw() in cancel()