| /trunk/main/sw/source/core/swg/ |
| H A D | SwXMLTextBlocks1.cxx | 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 [all …]
|
| /trunk/main/framework/source/xml/ |
| H A D | imagesconfiguration.cxx | 70 …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 …]
|
| /trunk/main/uui/source/ |
| H A D | iahndl-ssl.cxx | 111 uno::Reference< lang::XMultiServiceFactory > const & xServiceFactory, in getLocalizedDatTimeStr() 123 = new SvNumberFormatter( xServiceFactory, eUILang ); in getLocalizedDatTimeStr() 145 uno::Reference< lang::XMultiServiceFactory > const & xServiceFactory, in executeUnknownAuthDialog() 157 xServiceFactory, in executeUnknownAuthDialog() 191 uno::Reference< lang::XMultiServiceFactory > const & xServiceFactory, in executeSSLWarnDialog() 205 xServiceFactory, in executeSSLWarnDialog() 224 getLocalizedDatTimeStr( xServiceFactory, in executeSSLWarnDialog() 227 getLocalizedDatTimeStr( xServiceFactory, in executeSSLWarnDialog() 265 uno::Reference< lang::XMultiServiceFactory > const & xServiceFactory, in handleCertificateValidationRequest_() 285 xServiceFactory, in handleCertificateValidationRequest_() [all …]
|
| H A D | iahndl-filter.cxx | 88 uno::Reference< lang::XMultiServiceFactory > const & xServiceFactory, in handleNoSuchFilterRequest_() 111 xFilterContainer.set( xServiceFactory->createInstance( in handleNoSuchFilterRequest_() 203 uno::Reference< lang::XMultiServiceFactory > const & xServiceFactory, in handleAmbigousFilterRequest_() 218 xFilterContainer.set( xServiceFactory->createInstance( in handleAmbigousFilterRequest_() 306 uno::Reference< lang::XMultiServiceFactory > const & xServiceFactory, in handleFilterOptionsRequest_() 318 xFilterCFG.set( xServiceFactory->createInstance( in handleFilterOptionsRequest_() 360 xServiceFactory->createInstance( in handleFilterOptionsRequest_()
|
| /trunk/main/sc/source/filter/xml/ |
| H A D | xmlwrap.cxx | 147 …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 …]
|
| /trunk/main/sd/source/core/ |
| H A D | CustomAnimationPreset.cxx | 256 …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 D | TransitionPreset.cxx | 102 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()
|
| /trunk/main/framework/source/fwe/xml/ |
| H A D | statusbarconfiguration.cxx | 66 …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 D | eventsconfiguration.cxx | 67 …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 D | toolboxconfiguration.cxx | 65 …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()
|
| /trunk/main/svx/source/xml/ |
| H A D | xmlexport.cxx | 76 …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 D | xmlxtexp.cxx | 155 …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()
|
| /trunk/main/xmloff/source/meta/ |
| H A D | xmlversion.cxx | 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() 361 Reference< lang::XMultiServiceFactory > xServiceFactory = in store() local 363 DBG_ASSERT( xServiceFactory.is(), "XMLReader::Read: got no service manager" ); in store() 365 Reference< XInterface > xWriter (xServiceFactory->createInstance( in store() 404 XMLVersionListExport aExp( xServiceFactory, rVersions, sVerName, xHandler ); in store() 430 Reference< lang::XMultiServiceFactory > xServiceFactory = in load() local 432 DBG_ASSERT( xServiceFactory.is(), "XMLReader::Read: got no service manager" ); in load() [all …]
|
| /trunk/main/chart2/source/model/filter/ |
| H A D | XMLFilter.cxx | 371 uno::Reference< lang::XMultiServiceFactory > xServiceFactory( xFactory, uno::UNO_QUERY); in impl_Import() local 372 if( xServiceFactory.is()) in impl_Import() 377 xServiceFactory->createInstanceWithArguments( in impl_Import() 620 …uno::Reference< lang::XMultiServiceFactory > xServiceFactory( m_xContext->getServiceManager(), uno… in impl_Export() local 621 if( ! xServiceFactory.is()) in impl_Export() 624 uno::Reference< io::XActiveDataSource > xSaxWriter( xServiceFactory->createInstance( in impl_Export() 652 …xDocHandler.set(xServiceFactory->createInstanceWithArguments(m_sDocumentHandler,aArgs), uno::UNO_Q… in impl_Export() 664 xServiceFactory->createInstanceWithArguments( in impl_Export() 710 xStorage, xSaxWriter, xServiceFactory, aFilterProperties ); in impl_Export() 718 xStorage, xSaxWriter, xServiceFactory, aFilterProperties ); in impl_Export() [all …]
|
| /trunk/main/editeng/source/xml/ |
| H A D | xmltxtimp.cxx | 119 …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 D | xmltxtexp.cxx | 355 …t ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xServiceFactory, 378 …t ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xServiceFactory, in SvxXMLTextExportComponent() 383 : SvXMLExport( xServiceFactory, rFileName, xHandler, ((frame::XModel*)new SvxSimpleUnoModel()), M… in SvxXMLTextExportComponent() 421 …uno::Reference< lang::XMultiServiceFactory> xServiceFactory( ::comphelper::getProcessServiceFactor… in SvxWriteXML() local 423 if( !xServiceFactory.is() ) in SvxWriteXML() 431 …uno::Reference< uno::XInterface > xWriter( xServiceFactory->createInstance( OUString( RTL_CONSTASC… in SvxWriteXML() 460 … SvxXMLTextExportComponent aExporter( xServiceFactory, &rEditEngine, rSel, aName, xHandler ); in SvxWriteXML()
|
| /trunk/main/sw/source/filter/xml/ |
| H A D | swxml.cxx | 516 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 …]
|
| H A D | wrtxml.cxx | 87 uno::Reference< lang::XMultiServiceFactory > xServiceFactory = in _Write() local 89 ASSERT( xServiceFactory.is(), in _Write() 91 if( !xServiceFactory.is() ) in _Write() 363 xModelComp, "meta.xml", xServiceFactory, in _Write() 379 xModelComp, "settings.xml", xServiceFactory, in _Write() 395 xModelComp, "styles.xml", xServiceFactory, in _Write() 409 xModelComp, "content.xml", xServiceFactory, in _Write()
|
| /trunk/main/writerfilter/unocomponent/debugservices/rtftok/ |
| H A D | ScannerTestService.cxx | 84 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() 384 …xServiceFactory->createInstance (rtl::OUString::createFromAscii("com.sun.star.embed.StorageFactory… in run() 406 MyRtfScannerHandler eventHandler(xServiceFactory, xFileAccess, xStorage); in run()
|
| H A D | XMLScanner.cxx | 71 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() 268 …xServiceFactory->createInstance (rtl::OUString::createFromAscii("com.sun.star.embed.StorageFactory… in run() 290 XmlRtfScannerHandler eventHandler(xServiceFactory, xFileAccess); in run()
|
| /trunk/main/sd/source/filter/xml/ |
| H A D | sdxmlwrp.cxx | 467 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 …]
|
| /trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/ |
| H A D | OOoBean.java | 64 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()
|
| /trunk/main/xmloff/source/core/ |
| H A D | SettingsExportHelper.cxx | 310 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()
|
| /trunk/main/editeng/source/misc/ |
| H A D | svxacorr.cxx | 2101 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 …]
|
| /trunk/main/linguistic/source/ |
| H A D | convdic.cxx | 89 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()
|