Lines Matching refs:xServiceFactory
108 uno::Reference< lang::XMultiServiceFactory > xServiceFactory = in GetDoc() local
110 ASSERT( xServiceFactory.is(), "XMLReader::Read: got no service manager" ); in GetDoc()
111 if( !xServiceFactory.is() ) in GetDoc()
122 uno::Reference< XInterface > xXMLParser = xServiceFactory->createInstance( in GetDoc()
134 …ce< xml::sax::XDocumentHandler > xFilter = new SwXMLTextBlockImport( xServiceFactory, *this, aCur,… in GetDoc()
219 uno::Reference< lang::XMultiServiceFactory > xServiceFactory = in GetMacroTable() local
221 if ( xServiceFactory.is() ) in GetMacroTable()
228 xServiceFactory->createInstance(sParserService), in GetMacroTable()
248 xServiceFactory->createInstanceWithArguments( in GetMacroTable()
334 uno::Reference< lang::XMultiServiceFactory > xServiceFactory = in GetBlockText() local
336 ASSERT( xServiceFactory.is(), "XMLReader::Read: got no service manager" ); in GetBlockText()
337 if( !xServiceFactory.is() ) in GetBlockText()
347 uno::Reference< XInterface > xXMLParser = xServiceFactory->createInstance( in GetBlockText()
359 …ce< xml::sax::XDocumentHandler > xFilter = new SwXMLTextBlockImport( xServiceFactory, *this, rText… in GetBlockText()
407 uno::Reference< lang::XMultiServiceFactory > xServiceFactory = in PutBlockText() local
409 ASSERT( xServiceFactory.is(), in PutBlockText()
411 if( !xServiceFactory.is() ) in PutBlockText()
416 uno::Reference < XInterface > xWriter (xServiceFactory->createInstance( in PutBlockText()
442 …SwXMLTextBlockExport aExp( xServiceFactory, *this, GetXMLToken ( XML_UNFORMATTED_TEXT ), xHandler); in PutBlockText()
487 uno::Reference< lang::XMultiServiceFactory > xServiceFactory = in ReadInfo() local
489 ASSERT( xServiceFactory.is(), in ReadInfo()
491 if( !xServiceFactory.is() ) in ReadInfo()
503 uno::Reference< XInterface > xXMLParser = xServiceFactory->createInstance( in ReadInfo()
515 …ference< xml::sax::XDocumentHandler > xFilter = new SwXMLBlockListImport( xServiceFactory, *this ); in ReadInfo()
548 uno::Reference< lang::XMultiServiceFactory > xServiceFactory = in WriteInfo() local
550 DBG_ASSERT( xServiceFactory.is(), in WriteInfo()
552 if( !xServiceFactory.is() ) in WriteInfo()
557 uno::Reference < XInterface > xWriter (xServiceFactory->createInstance( in WriteInfo()
589 …SwXMLBlockListExport aExp( xServiceFactory, *this, OUString::createFromAscii(XMLN_BLOCKLIST), xHan… in WriteInfo()
619 uno::Reference< lang::XMultiServiceFactory > xServiceFactory = in SetMacroTable() local
621 ASSERT( xServiceFactory.is(), in SetMacroTable()
623 if( !xServiceFactory.is() ) in SetMacroTable()
662 xServiceFactory->createInstance( in SetMacroTable()
685 xServiceFactory->createInstanceWithArguments( in SetMacroTable()