/trunk/main/sw/source/core/swg/ |
H A D | SwXMLTextBlocks1.cxx | 111 if( !xServiceFactory.is() ) in GetDoc() 337 if( !xServiceFactory.is() ) in GetBlockText() 409 ASSERT( xServiceFactory.is(), in PutBlockText() 411 if( !xServiceFactory.is() ) in PutBlockText() 489 ASSERT( xServiceFactory.is(), in ReadInfo() 491 if( !xServiceFactory.is() ) in ReadInfo() 550 DBG_ASSERT( xServiceFactory.is(), in WriteInfo() 552 if( !xServiceFactory.is() ) in WriteInfo() 621 ASSERT( xServiceFactory.is(), in SetMacroTable() 623 if( !xServiceFactory.is() ) in SetMacroTable() [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() 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() 203 … ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory, in StoreImages() [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() 158 xServiceFactory, in executeUnknownAuthDialog() 207 xServiceFactory, in executeSSLWarnDialog() 226 getLocalizedDatTimeStr( xServiceFactory, in executeSSLWarnDialog() 229 getLocalizedDatTimeStr( xServiceFactory, in executeSSLWarnDialog() 288 xServiceFactory, in handleCertificateValidationRequest_() 324 xServiceFactory, in handleCertificateValidationRequest_() 337 xServiceFactory, in handleCertificateValidationRequest_() [all …]
|
H A D | iahndl-filter.cxx | 89 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_()
|
/trunk/main/sc/source/filter/xml/ |
H A D | xmlwrap.cxx | 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() 789 xServiceFactory->createInstanceWithArguments( sComponentName , aArgs ), in ExportToComponent() 864 DBG_ASSERT( xServiceFactory.is(), "got no service manager" ); in Export() 865 if( !xServiceFactory.is() ) in Export() [all …]
|
/trunk/main/framework/source/fwe/xml/ |
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 | 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 | 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/sd/source/core/ |
H A D | CustomAnimationPreset.cxx | 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 438 if( !xServiceFactory.is() ) in importResources() [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/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() 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 …]
|
/trunk/main/chart2/source/model/filter/ |
H A D | XMLFilter.cxx | 378 if( xServiceFactory.is()) in impl_Import() 383 xServiceFactory->createInstanceWithArguments( in impl_Import() 627 if( ! xServiceFactory.is()) in impl_Export() 630 uno::Reference< io::XActiveDataSource > xSaxWriter( xServiceFactory->createInstance( 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() 732 xStorage, xSaxWriter, xServiceFactory, aFilterProperties ); in impl_Export() 759 const Reference< lang::XMultiServiceFactory >& xServiceFactory, in impl_ExportStream() 766 if( !xServiceFactory.is() ) in impl_ExportStream() [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 …uno::Reference< XDocumentHandler > xHandler( new SvxXMLXTextImportComponent( xServiceFactory, xTex… in SvxReadXML()
|
H A D | xmltxtexp.cxx | 358 …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()), MAP… 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()
|
/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 …]
|
/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() 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() 2622 uno::Reference< lang::XMultiServiceFactory > xServiceFactory = in MakeBlocklist_Imp() local 2624 DBG_ASSERT( xServiceFactory.is(), in MakeBlocklist_Imp() 2626 if( !xServiceFactory.is() ) in MakeBlocklist_Imp() [all …]
|
/trunk/main/framework/inc/framework/ |
H A D | statusbarconfiguration.hxx | 61 … ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory, 65 … ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory, 69 … ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory, 74 … ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceFactory,
|
/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()
|