Home
last modified time | relevance | path

Searched refs:xServiceFactory (Results 1 – 25 of 130) sorted by relevance

123456

/AOO42X/main/sw/source/core/swg/
H A DSwXMLTextBlocks1.cxx108 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
[all …]
/AOO42X/main/framework/source/xml/
H A Dimagesconfiguration.cxx70 …t ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory in GetSaxParser()
75 … return Reference< XParser >( xServiceFactory->createInstance( SERVICENAME_SAXPARSER), UNO_QUERY); in GetSaxParser()
80 …t ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory in GetSaxWriter()
85 …return Reference< XDocumentHandler >( xServiceFactory->createInstance( SERVICENAME_SAXWRITER), UNO… in GetSaxWriter()
90 … ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory, in LoadImages()
93 Reference< XParser > xParser( GetSaxParser( xServiceFactory ) ); in LoadImages()
132 … ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory, in StoreImages()
135 Reference< XDocumentHandler > xWriter( GetSaxWriter( xServiceFactory ) ); in StoreImages()
165 … ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory, in LoadImages()
169 Reference< XParser > xParser( GetSaxParser( xServiceFactory ) ); in LoadImages()
[all …]
/AOO42X/main/uui/source/
H A Diahndl-ssl.cxx111 uno::Reference< lang::XMultiServiceFactory > const & xServiceFactory, in getLocalizedDatTimeStr()
123 = new SvNumberFormatter( xServiceFactory, eUILang ); in getLocalizedDatTimeStr()
145 uno::Reference< lang::XMultiServiceFactory > const & xServiceFactory, in executeUnknownAuthDialog()
158 xServiceFactory, in executeUnknownAuthDialog()
192 uno::Reference< lang::XMultiServiceFactory > const & xServiceFactory, in executeSSLWarnDialog()
207 xServiceFactory, in executeSSLWarnDialog()
226 getLocalizedDatTimeStr( xServiceFactory, in executeSSLWarnDialog()
229 getLocalizedDatTimeStr( xServiceFactory, in executeSSLWarnDialog()
267 uno::Reference< lang::XMultiServiceFactory > const & xServiceFactory, in handleCertificateValidationRequest_()
288 xServiceFactory, in handleCertificateValidationRequest_()
[all …]
H A Diahndl-filter.cxx89 uno::Reference< lang::XMultiServiceFactory > const & xServiceFactory, in handleNoSuchFilterRequest_()
113 xFilterContainer.set( xServiceFactory->createInstance( in handleNoSuchFilterRequest_()
205 uno::Reference< lang::XMultiServiceFactory > const & xServiceFactory, in handleAmbigousFilterRequest_()
221 xFilterContainer.set( xServiceFactory->createInstance( in handleAmbigousFilterRequest_()
309 uno::Reference< lang::XMultiServiceFactory > const & xServiceFactory, in handleFilterOptionsRequest_()
322 xFilterCFG.set( xServiceFactory->createInstance( in handleFilterOptionsRequest_()
364 xServiceFactory->createInstance( in handleFilterOptionsRequest_()
/AOO42X/main/sc/source/filter/xml/
H A Dxmlwrap.cxx147 …cXMLImportWrapper::ImportFromComponent(uno::Reference<lang::XMultiServiceFactory>& xServiceFactory, in ImportFromComponent() argument
243 xServiceFactory->createInstanceWithArguments( in ImportFromComponent()
391 uno::Reference<lang::XMultiServiceFactory> xServiceFactory = in Import() local
393 DBG_ASSERT( xServiceFactory.is(), "got no service manager" ); in Import()
394 if( !xServiceFactory.is() ) in Import()
406 xServiceFactory->createInstance( in Import()
508 ::comphelper::ComponentContext aContext( xServiceFactory ); in Import()
544 xServiceFactory, xModel, xXMLParser, aParserInput, in Import()
589 nSettingsRetval = ImportFromComponent(xServiceFactory, xModel, xXMLParser, aParserInput, in Import()
602 nStylesRetval = ImportFromComponent(xServiceFactory, xModel, xXMLParser, aParserInput, in Import()
[all …]
/AOO42X/main/framework/source/fwe/xml/
H A Deventsconfiguration.cxx67 …t ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory in GetSaxParser()
72 … return Reference< XParser >( xServiceFactory->createInstance( SERVICENAME_SAXPARSER), UNO_QUERY); in GetSaxParser()
77 …t ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory in GetSaxWriter()
82 …return Reference< XDocumentHandler >( xServiceFactory->createInstance( SERVICENAME_SAXWRITER), UNO… in GetSaxWriter()
87 … ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory, in LoadEventsConfig()
90 Reference< XParser > xParser( GetSaxParser( xServiceFactory ) ); in LoadEventsConfig()
128 … ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory, in StoreEventsConfig()
131 Reference< XDocumentHandler > xWriter( GetSaxWriter( xServiceFactory ) ); in StoreEventsConfig()
H A Dstatusbarconfiguration.cxx66 …t ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory in GetSaxParser()
69 … return Reference< XParser >( xServiceFactory->createInstance( SERVICENAME_SAXPARSER), UNO_QUERY); in GetSaxParser()
73 …t ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory in GetSaxWriter()
76 …return Reference< XDocumentHandler >( xServiceFactory->createInstance( SERVICENAME_SAXWRITER), UNO… in GetSaxWriter()
96 const Reference< XMultiServiceFactory >& xServiceFactory, in LoadStatusBar()
100 Reference< XParser > xParser( GetSaxParser( xServiceFactory ) ); in LoadStatusBar()
133 const Reference< XMultiServiceFactory >& xServiceFactory, in StoreStatusBar()
137 Reference< XDocumentHandler > xWriter( GetSaxWriter( xServiceFactory ) ); in StoreStatusBar()
H A Dtoolboxconfiguration.cxx65 …t ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory in GetSaxParser()
68 … return Reference< XParser >( xServiceFactory->createInstance( SERVICENAME_SAXPARSER), UNO_QUERY); in GetSaxParser()
73 …t ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory in GetSaxWriter()
76 …return Reference< XDocumentHandler >( xServiceFactory->createInstance( SERVICENAME_SAXWRITER), UNO… in GetSaxWriter()
81 … ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory, in LoadToolBox()
85 Reference< XParser > xParser( GetSaxParser( xServiceFactory ) ); in LoadToolBox()
121 … ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory, in StoreToolBox()
125 Reference< XDocumentHandler > xWriter( GetSaxWriter( xServiceFactory ) ); in StoreToolBox()
/AOO42X/main/sd/source/core/
H A DCustomAnimationPreset.cxx256 …onNode > implImportEffects( const Reference< XMultiServiceFactory >& xServiceFactory, const OUStri… in implImportEffects() argument
273 xServiceFactory->createInstance( in implImportEffects()
283 xServiceFactory->createInstance( in implImportEffects()
331 Reference< XMultiServiceFactory > xServiceFactory( comphelper::getProcessServiceFactory() ); in importEffects() local
332 …DBG_ASSERT( xServiceFactory.is(), "sd::CustomAnimationPresets::import(), got no service manager" ); in importEffects()
333 if( !xServiceFactory.is() ) in importEffects()
336 uno::Reference< beans::XPropertySet > xProps( xServiceFactory, UNO_QUERY ); in importEffects()
347 xServiceFactory->createInstance( in importEffects()
379 mxRootNode = implImportEffects( xServiceFactory, aURL ); in importEffects()
436 Reference< XMultiServiceFactory > xServiceFactory( comphelper::getProcessServiceFactory() ); in importResources() local
[all …]
H A DTransitionPreset.cxx102 Reference< XMultiServiceFactory >& xServiceFactory, in importTransitionsFile()
110 xAnimationNode = implImportEffects( xServiceFactory, aURL ); in importTransitionsFile()
156 Reference< XMultiServiceFactory > xServiceFactory( comphelper::getProcessServiceFactory() ); in importTransitionPresetList() local
157 …DBG_ASSERT( xServiceFactory.is(), "sd::CustomAnimationPresets::import(), got no service manager" ); in importTransitionPresetList()
158 if( !xServiceFactory.is() ) in importTransitionPresetList()
161 uno::Reference< beans::XPropertySet > xProps( xServiceFactory, UNO_QUERY ); in importTransitionPresetList()
173 xServiceFactory->createInstance( in importTransitionPresetList()
210 xServiceFactory, in importTransitionPresetList()
/AOO42X/main/svx/source/xml/
H A Dxmlexport.cxx76 …uno::Reference< lang::XMultiServiceFactory> xServiceFactory( ::comphelper::getProcessServiceFactor… in SvxDrawingLayerExport() local
77 if( !xServiceFactory.is() ) in SvxDrawingLayerExport()
85 …uno::Reference< uno::XInterface > xWriter( xServiceFactory->createInstance( OUString( RTL_CONSTASC… in SvxDrawingLayerExport()
116 …uno::Reference< document::XFilter > xFilter( xServiceFactory->createInstanceWithArguments( OUStrin… in SvxDrawingLayerExport()
189 … Reference< lang::XMultiServiceFactory > xServiceFactory = comphelper::getProcessServiceFactory(); in SvxDrawingLayerImport() local
190 DBG_ASSERT( xServiceFactory.is(), "XMLReader::Read: got no service manager" ); in SvxDrawingLayerImport()
192 if( !xServiceFactory.is() ) in SvxDrawingLayerImport()
226 …Reference< xml::sax::XParser > xParser( xServiceFactory->createInstance( OUString::createFromAscii… in SvxDrawingLayerImport()
236 …Reference< xml::sax::XDocumentHandler > xFilter( xServiceFactory->createInstanceWithArguments( OUS… in SvxDrawingLayerImport()
H A Dxmlxtexp.cxx155 …t ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xServiceFactory, in SvxXMLXTableExportComponent()
160 : SvXMLExport( xServiceFactory, rFileName, rHandler, NULL, MAP_100TH_MM), in SvxXMLXTableExportComponent()
195 …uno::Reference< lang::XMultiServiceFactory> xServiceFactory( ::comphelper::getProcessServiceFactor… in save() local
196 if( !xServiceFactory.is() ) in save()
202 …uno::Reference< uno::XInterface > xWriter( xServiceFactory->createInstance( OUString( RTL_CONSTASC… in save()
250 … SvxXMLXTableExportComponent aExporter( xServiceFactory, aName, xHandler, xTable, xGrfResolver ); in save()
/AOO42X/main/xmloff/source/meta/
H A Dxmlversion.cxx56 …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()
[all …]
/AOO42X/main/chart2/source/model/filter/
H A DXMLFilter.cxx377 uno::Reference< lang::XMultiServiceFactory > xServiceFactory( xFactory, uno::UNO_QUERY); in impl_Import() local
378 if( xServiceFactory.is()) in impl_Import()
383 xServiceFactory->createInstanceWithArguments( in impl_Import()
626 …uno::Reference< lang::XMultiServiceFactory > xServiceFactory( m_xContext->getServiceManager(), uno… in impl_Export() local
627 if( ! xServiceFactory.is()) in impl_Export()
630 uno::Reference< io::XActiveDataSource > xSaxWriter( xServiceFactory->createInstance( in impl_Export()
658 …xDocHandler.set(xServiceFactory->createInstanceWithArguments(m_sDocumentHandler,aArgs), uno::UNO_Q… in impl_Export()
670 xServiceFactory->createInstanceWithArguments( in impl_Export()
716 xStorage, xSaxWriter, xServiceFactory, aFilterProperties ); in impl_Export()
724 xStorage, xSaxWriter, xServiceFactory, aFilterProperties ); in impl_Export()
[all …]
/AOO42X/main/editeng/source/xml/
H A Dxmltxtimp.cxx119 …t ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xServiceFactory,
136 …t ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xServiceFactory, in SvxXMLXTextImportComponent()
138 : SvXMLImport(xServiceFactory), in SvxXMLXTextImportComponent()
171 …uno::Reference<lang::XMultiServiceFactory> xServiceFactory( ::comphelper::getProcessServiceFactory… in SvxReadXML() local
172 if( !xServiceFactory.is() ) in SvxReadXML()
178 …uno::Reference< xml::sax::XParser > xParser( xServiceFactory->createInstance( OUString( RTL_CONSTA… in SvxReadXML()
227 …Reference< XDocumentHandler > xHandler( new SvxXMLXTextImportComponent( xServiceFactory, xText ) ); in SvxReadXML()
H A Dxmltxtexp.cxx358 …t ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xServiceFactory,
381 …t ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xServiceFactory, in SvxXMLTextExportComponent()
386 : SvXMLExport( xServiceFactory, rFileName, xHandler, ((frame::XModel*)new SvxSimpleUnoModel()), M… in SvxXMLTextExportComponent()
424 …uno::Reference< lang::XMultiServiceFactory> xServiceFactory( ::comphelper::getProcessServiceFactor… in SvxWriteXML() local
426 if( !xServiceFactory.is() ) in SvxWriteXML()
434 …uno::Reference< uno::XInterface > xWriter( xServiceFactory->createInstance( OUString( RTL_CONSTASC… in SvxWriteXML()
463 … SvxXMLTextExportComponent aExporter( xServiceFactory, &rEditEngine, rSel, aName, xHandler ); in SvxWriteXML()
/AOO42X/main/sw/source/filter/xml/
H A Dswxml.cxx516 uno::Reference< lang::XMultiServiceFactory > xServiceFactory = in Read() local
518 ASSERT( xServiceFactory.is(), in Read()
520 if( !xServiceFactory.is() ) in Read()
700 ::comphelper::ComponentContext aContext( xServiceFactory ); in Read()
907 xStorage, xModelComp, "meta.xml", "Meta.xml", xServiceFactory, in Read()
917 xStorage, xModelComp, "settings.xml", NULL, xServiceFactory, in Read()
924 xStorage, xModelComp, "styles.xml", NULL, xServiceFactory, in Read()
931 xStorage, xModelComp, "content.xml", "Content.xml", xServiceFactory, in Read()
1063 uno::Reference< lang::XMultiServiceFactory > xServiceFactory = in GetSectionList() local
1065 ASSERT( xServiceFactory.is(), in GetSectionList()
[all …]
/AOO42X/main/writerfilter/unocomponent/debugservices/rtftok/
H A DScannerTestService.cxx84 uno::Reference<lang::XMultiServiceFactory> xServiceFactory; member in writerfilter::rtftok::MyRtfScannerHandler
151 xServiceFactory->createInstanceWithArguments( in rbrace()
201 xServiceFactory->createInstanceWithArguments( in rbrace()
267 xServiceFactory(xServiceFactory_), in MyRtfScannerHandler()
363 …uno::Reference<lang::XMultiServiceFactory> xServiceFactory(xContext->getServiceManager(), uno::UNO… in run() local
367 if (::ucbhelper::ContentBroker::initialize(xServiceFactory, aUcbInitSequence)) in run()
384xServiceFactory->createInstance (rtl::OUString::createFromAscii("com.sun.star.embed.StorageFactory… in run()
406 MyRtfScannerHandler eventHandler(xServiceFactory, xFileAccess, xStorage); in run()
H A DXMLScanner.cxx71 uno::Reference<lang::XMultiServiceFactory> xServiceFactory; member in writerfilter::rtftok::XmlRtfScannerHandler
168 xServiceFactory(xServiceFactory_), in XmlRtfScannerHandler()
250 …uno::Reference<lang::XMultiServiceFactory> xServiceFactory(xContext->getServiceManager(), uno::UNO… in run() local
252 if (::ucbhelper::ContentBroker::initialize(xServiceFactory, aUcbInitSequence)) in run()
268xServiceFactory->createInstance (rtl::OUString::createFromAscii("com.sun.star.embed.StorageFactory… in run()
290 XmlRtfScannerHandler eventHandler(xServiceFactory, xFileAccess); in run()
/AOO42X/main/sd/source/filter/xml/
H A Dsdxmlwrp.cxx467 Reference< lang::XMultiServiceFactory > xServiceFactory = in Import() local
469 DBG_ASSERT( xServiceFactory.is(), in Import()
471 if( !xServiceFactory.is() ) in Import()
666 xStorage, xModelComp, "meta.xml", "Meta.xml", xServiceFactory, in Import()
673 xStorage, xModelComp, "settings.xml", NULL, xServiceFactory, in Import()
679 xStorage, xModelComp, "styles.xml", NULL, xServiceFactory, in Import()
685 xStorage, xModelComp, "content.xml", "Content.xml", xServiceFactory, in Import()
874 …uno::Reference< lang::XMultiServiceFactory> xServiceFactory( ::comphelper::getProcessServiceFactor… in Export() local
876 if( !xServiceFactory.is() ) in Export()
882 …uno::Reference< uno::XInterface > xWriter( xServiceFactory->createInstance( OUString( RTL_CONSTASC… in Export()
[all …]
/AOO42X/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DOOoBean.java64 private transient com.sun.star.lang.XMultiServiceFactory xServiceFactory; field in OOoBean
292 if ( xServiceFactory == null ) in getMultiServiceFactory()
302 xServiceFactory = (com.sun.star.lang.XMultiServiceFactory) in getMultiServiceFactory()
311 if ( xServiceFactory == null ) in getMultiServiceFactory()
315 return xServiceFactory; in getMultiServiceFactory()
434 xServiceFactory = null; in clear()
582 Object xFrame = xServiceFactory.createInstance( "com.sun.star.frame.Frame"); in loadFromURL()
598 xServiceFactory.createInstance( "com.sun.star.util.URLTransformer") ); in loadFromURL()
697 if ( xServiceFactory == null ) in loadFromURL()
/AOO42X/main/xmloff/source/core/
H A DSettingsExportHelper.cxx310 uno::Reference< lang::XMultiServiceFactory > xServiceFactory( m_rContext.GetServiceFactory() ); in exportSymbolDescriptors() local
311 …DBG_ASSERT( xServiceFactory.is(), "XMLSettingsExportHelper::exportSymbolDescriptors: got no servic… in exportSymbolDescriptors()
313 if( xServiceFactory.is() ) in exportSymbolDescriptors()
315 …uno::Reference< container::XIndexContainer > xBox(xServiceFactory->createInstance(rtl::OUString( R… in exportSymbolDescriptors()
460 uno::Reference< lang::XMultiServiceFactory > xServiceFactory( m_rContext.GetServiceFactory() ); in exportForbiddenCharacters() local
461 …DBG_ASSERT( xServiceFactory.is(), "XMLSettingsExportHelper::exportForbiddenCharacters: got no serv… in exportForbiddenCharacters()
463 if( xServiceFactory.is() ) in exportForbiddenCharacters()
465 …uno::Reference< container::XIndexContainer > xBox(xServiceFactory->createInstance(rtl::OUString( R… in exportForbiddenCharacters()
/AOO42X/main/editeng/source/misc/
H A Dsvxacorr.cxx2101 uno::Reference< lang::XMultiServiceFactory > xServiceFactory = in LoadXMLExceptList_Imp() local
2103 DBG_ASSERT( xServiceFactory.is(), in LoadXMLExceptList_Imp()
2105 if( !xServiceFactory.is() ) in LoadXMLExceptList_Imp()
2118 uno::Reference< XInterface > xXMLParser = xServiceFactory->createInstance( in LoadXMLExceptList_Imp()
2130 …e< xml::sax::XDocumentHandler > xFilter = new SvXMLExceptionListImport ( xServiceFactory, *rpLst ); in LoadXMLExceptList_Imp()
2195 uno::Reference< lang::XMultiServiceFactory > xServiceFactory = in SaveExceptList_Imp() local
2197 DBG_ASSERT( xServiceFactory.is(), in SaveExceptList_Imp()
2199 if( !xServiceFactory.is() ) in SaveExceptList_Imp()
2204 uno::Reference < XInterface > xWriter (xServiceFactory->createInstance( in SaveExceptList_Imp()
2215 SvXMLExceptionListExport aExp( xServiceFactory, rLst, sStrmName, xHandler ); in SaveExceptList_Imp()
[all …]
/AOO42X/main/framework/inc/framework/
H A Dstatusbarconfiguration.hxx60 … ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory,
64 … ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory,
68 … ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory,
73 … ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory,
/AOO42X/main/linguistic/source/
H A Dconvdic.cxx89 uno::Reference< lang::XMultiServiceFactory > xServiceFactory( utl::getProcessServiceFactory() ); in ReadThroughDic() local
95 uno::Reference< ucb::XSimpleFileAccess > xAccess( xServiceFactory->createInstance( in ReadThroughDic()
119 xParser = uno::Reference< xml::sax::XParser >( xServiceFactory->createInstance( in ReadThroughDic()
275 uno::Reference< lang::XMultiServiceFactory > xServiceFactory( utl::getProcessServiceFactory() ); in Save() local
281 uno::Reference< ucb::XSimpleFileAccess > xAccess( xServiceFactory->createInstance( in Save()
297 if (xServiceFactory.is()) in Save()
302 xServiceFactory->createInstance( in Save()

123456