/aoo42x/main/cppuhelper/source/ |
H A D | factory.cxx | 117 virtual Reference< XInterface > SAL_CALL createInstanceWithArgumentsAndContext( 201 return createInstanceWithArgumentsAndContext( in createInstanceWithArguments() 214 Reference< XInterface > OSingleFactoryHelper::createInstanceWithArgumentsAndContext( in createInstanceWithArgumentsAndContext() function in cppu::OSingleFactoryHelper 361 virtual Reference< XInterface > SAL_CALL createInstanceWithArgumentsAndContext( 498 Reference< XInterface > OFactoryComponentHelper::createInstanceWithArgumentsAndContext( in createInstanceWithArgumentsAndContext() function in cppu::OFactoryComponentHelper 510 …xTheInstance = OSingleFactoryHelper::createInstanceWithArgumentsAndContext( rArguments, xContext ); in createInstanceWithArgumentsAndContext() 514 return OSingleFactoryHelper::createInstanceWithArgumentsAndContext( rArguments, xContext ); in createInstanceWithArgumentsAndContext() 605 Reference< XInterface > SAL_CALL createInstanceWithArgumentsAndContext( 795 …return xModuleFactory->createInstanceWithArgumentsAndContext( Arguments, Reference< XComponentCont… in createInstanceWithArguments() 801 Reference< XInterface > ORegistryFactoryHelper::createInstanceWithArgumentsAndContext( in createInstanceWithArgumentsAndContext() function in cppu::ORegistryFactoryHelper [all …]
|
/aoo42x/main/canvas/source/factory/ |
H A D | cf_service.cxx | 122 createInstanceWithArgumentsAndContext( 277 return createInstanceWithArgumentsAndContext( in createInstanceWithContext() 288 return m_xContext->getServiceManager()->createInstanceWithArgumentsAndContext( in use() 480 Reference<XInterface> CanvasFactory::createInstanceWithArgumentsAndContext( in createInstanceWithArgumentsAndContext() function in __anon084510430111::CanvasFactory 498 return createInstanceWithArgumentsAndContext( in createInstance() 506 return createInstanceWithArgumentsAndContext( in createInstanceWithArguments()
|
/aoo42x/main/javaunohelper/source/ |
H A D | vm.cxx | 67 …virtual css::uno::Reference< css::uno::XInterface > SAL_CALL createInstanceWithArgumentsAndContext( 88 return xContext->getServiceManager()->createInstanceWithArgumentsAndContext( in createInstanceWithContext() 95 css::uno::Reference< css::uno::XInterface > SingletonFactory::createInstanceWithArgumentsAndContext( in createInstanceWithArgumentsAndContext() function in __anon74d59a7e0111::SingletonFactory 99 return xContext->getServiceManager()->createInstanceWithArgumentsAndContext( in createInstanceWithArgumentsAndContext()
|
/aoo42x/main/scripting/source/provider/ |
H A D | ActiveMSPList.cxx | 71 m_xContext->getServiceManager()->createInstanceWithArgumentsAndContext( in createNewMSP() 298 …criptProvider > userMsp( m_xContext->getServiceManager()->createInstanceWithArgumentsAndContext( s… in createNonDocMSPs() 303 …riptProvider > shareMsp( m_xContext->getServiceManager()->createInstanceWithArgumentsAndContext( s… in createNonDocMSPs() 308 …ptProvider > bundledMsp( m_xContext->getServiceManager()->createInstanceWithArgumentsAndContext( s… in createNonDocMSPs()
|
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/comp/servicemanager/ |
H A D | ServiceManager.java | 148 Object loaderObj = createInstanceWithArgumentsAndContext( in getLoader() 296 return createInstanceWithArgumentsAndContext( serviceSpecifier, args, m_xDefaultContext ); in createInstanceWithArguments() 409 public java.lang.Object createInstanceWithArgumentsAndContext( in createInstanceWithArgumentsAndContext() method in ServiceManager 422 return xCompFac.createInstanceWithArgumentsAndContext( rArguments, xContext ); in createInstanceWithArgumentsAndContext() 906 public Object createInstanceWithArgumentsAndContext( in createInstanceWithArgumentsAndContext() method in ServiceManagerFactory
|
/aoo42x/main/comphelper/source/misc/ |
H A D | servicedecl.cxx | 62 createInstanceWithArgumentsAndContext( 106 ServiceDecl::Factory::createInstanceWithArgumentsAndContext( in createInstanceWithArgumentsAndContext() function in comphelper::service_decl::ServiceDecl::Factory
|
H A D | legacysingletonfactory.cxx | 82 …virtual Reference< XInterface > SAL_CALL createInstanceWithArgumentsAndContext( const Sequence< An… 165 …Reference< XInterface > SAL_CALL LegacySingletonFactory::createInstanceWithArgumentsAndContext( co… in createInstanceWithArgumentsAndContext() function in comphelper::LegacySingletonFactory
|
/aoo42x/main/stoc/source/servicemanager/ |
H A D | servicemanager.cxx | 559 virtual Reference< XInterface > SAL_CALL createInstanceWithArgumentsAndContext( 719 virtual Reference< XInterface > SAL_CALL createInstanceWithArgumentsAndContext( in createInstanceWithArgumentsAndContext() function in stoc_smgr::OServiceManagerWrapper 724 …{ return getRoot()->createInstanceWithArgumentsAndContext( rServiceSpecifier, rArguments, xContext… in createInstanceWithArgumentsAndContext() 734 { return getRoot()->createInstanceWithArgumentsAndContext( name, Arguments, m_xContext ); } in createInstanceWithArguments() 1276 Reference< XInterface > OServiceManager::createInstanceWithArgumentsAndContext( in createInstanceWithArgumentsAndContext() function in stoc_smgr::OServiceManager 1310 return xFac->createInstanceWithArgumentsAndContext( rArguments, xContext ); in createInstanceWithArgumentsAndContext() 1365 return createInstanceWithArgumentsAndContext( in createInstanceWithArguments()
|
/aoo42x/main/framework/source/tabwin/ |
H A D | tabwinfactory.cxx | 90 return createInstanceWithArgumentsAndContext( aArgs, Context ); in createInstanceWithContext() 93 …o::Reference< css::uno::XInterface > SAL_CALL TabWinFactory::createInstanceWithArgumentsAndContext( in createInstanceWithArgumentsAndContext() function in framework::TabWinFactory
|
/aoo42x/main/framework/source/uifactory/ |
H A D | windowcontentfactorymanager.cxx | 164 …ce< uno::XInterface > SAL_CALL WindowContentFactoryManager::createInstanceWithArgumentsAndContext( in createInstanceWithArgumentsAndContext() function in framework::WindowContentFactoryManager 240 … xWindow = xFactory->createInstanceWithArgumentsAndContext( Arguments, Context ); in createInstanceWithArgumentsAndContext()
|
/aoo42x/main/configmgr/source/ |
H A D | configurationprovider.cxx | 407 createInstanceWithArgumentsAndContext( 429 return createInstanceWithArgumentsAndContext( in createInstanceWithContext() 434 Factory::createInstanceWithArgumentsAndContext( in createInstanceWithArgumentsAndContext() function in configmgr::configuration_provider::__anon333169460111::Factory
|
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/ |
H A D | FactoryHelper.java | 247 public Object createInstanceWithArgumentsAndContext( in createInstanceWithArgumentsAndContext() method in FactoryHelper.Factory 354 return createInstanceWithArgumentsAndContext( args, null ); in createInstanceWithArguments()
|
/aoo42x/main/cli_ure/source/climaker/ |
H A D | climaker_app.cxx | 489 xTDprov_factory->createInstanceWithArgumentsAndContext( in SAL_IMPLEMENT_MAIN() 500 xTDprov_factory->createInstanceWithArgumentsAndContext( in SAL_IMPLEMENT_MAIN()
|
/aoo42x/main/reportdesign/source/ui/inspection/ |
H A D | DataProviderHandler.cxx | 531 m_xContext->getServiceManager()->createInstanceWithArgumentsAndContext( in impl_dialogLinkedFields_nothrow() 551 m_xContext->getServiceManager()->createInstanceWithArgumentsAndContext( in impl_dialogChartType_nothrow()
|
/aoo42x/main/qadevOOo/runner/helper/ |
H A D | PropertyHandlerFactroy.java | 34 …public Object createInstanceWithArgumentsAndContext(Object[] obj, com.sun.star.uno.XComponentConte… in createInstanceWithArgumentsAndContext() method in PropertyHandlerFactroy
|
/aoo42x/main/qadevOOo/objdsc/fwk/ |
H A D | com.sun.star.comp.framework.PopupMenuControllerFactory.csv | 2 …erFactory";"com::sun::star::lang::XMultiComponentFactory";"createInstanceWithArgumentsAndContext()"
|
H A D | com.sun.star.comp.framework.StatusBarControllerFactory.csv | 2 …erFactory";"com::sun::star::lang::XMultiComponentFactory";"createInstanceWithArgumentsAndContext()"
|
/aoo42x/main/qadevOOo/tests/java/mod/_configmgr/ |
H A D | ConfigurationProvider.java | 45 ctxt.getServiceManager().createInstanceWithArgumentsAndContext( in createTestEnvironment()
|
/aoo42x/main/extensions/source/update/check/ |
H A D | updateprotocoltest.cxx | 62 rComponentContext->getServiceManager()->createInstanceWithArgumentsAndContext( in SAL_IMPLEMENT_MAIN()
|
/aoo42x/main/desktop/source/deployment/ |
H A D | dp_xml.cxx | 49 xContext->getServiceManager()->createInstanceWithArgumentsAndContext( in xml_parse()
|
/aoo42x/main/testtools/source/servicetests/ |
H A D | TestService.java | 53 public Object createInstanceWithArgumentsAndContext( in createInstanceWithArgumentsAndContext() method in TestService
|
/aoo42x/main/extensions/source/update/feed/test/ |
H A D | updatefeedtest.cxx | 69 rComponentContext->getServiceManager()->createInstanceWithArgumentsAndContext( in SAL_IMPLEMENT_MAIN()
|
/aoo42x/main/qadevOOo/tests/java/ifc/lang/ |
H A D | _XMultiComponentFactory.java | 89 component = (XInterface)oObj.createInstanceWithArgumentsAndContext( in _createInstanceWithArgumentsAndContext()
|
/aoo42x/main/framework/inc/tabwin/ |
H A D | tabwinfactory.hxx | 70 …::Reference< ::com::sun::star::uno::XInterface > SAL_CALL createInstanceWithArgumentsAndContext( c…
|
/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ |
H A D | OfficeConnect.java | 159 mxServiceManager.createInstanceWithArgumentsAndContext( in createRemoteInstanceWithArguments()
|