Lines Matching refs:xServiceFactory
56 …t ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xServiceFactory, in XMLVersionListExport()
60 : SvXMLExport( xServiceFactory, rFileName, rHandler ), in XMLVersionListExport()
118 …t ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xServiceFactory, in XMLVersionListImport()
120 : SvXMLImport(xServiceFactory), in XMLVersionListImport()
362 Reference< lang::XMultiServiceFactory > xServiceFactory = in store() local
364 DBG_ASSERT( xServiceFactory.is(), "XMLReader::Read: got no service manager" ); in store()
366 Reference< XInterface > xWriter (xServiceFactory->createInstance( in store()
405 XMLVersionListExport aExp( xServiceFactory, rVersions, sVerName, xHandler ); in store()
432 Reference< lang::XMultiServiceFactory > xServiceFactory = in load() local
434 DBG_ASSERT( xServiceFactory.is(), "XMLReader::Read: got no service manager" ); in load()
465 Reference< XInterface > xXMLParser = xServiceFactory->createInstance( in load()
472 … Reference< XDocumentHandler > xFilter = new XMLVersionListImport( xServiceFactory, aVersions ); in load()