Home
last modified time | relevance | path

Searched refs:createInstanceWithArguments (Results 51 – 75 of 479) sorted by relevance

12345678910>>...20

/aoo42x/main/qadevOOo/runner/basicrunner/basichelper/
H A DFilter.java62 public Object createInstanceWithArguments(Object[] args) { in createInstanceWithArguments() method in Filter
71 return createInstanceWithArguments(null); in createInstance()
H A DConnector.java62 public Object createInstanceWithArguments(Object[] args) { in createInstanceWithArguments() method in Connector
71 return createInstanceWithArguments(null); in createInstance()
/aoo42x/main/odk/examples/DevelopersGuide/Config/
H A DConfigExamples.java242 Object xViewRoot = xProvider.createInstanceWithArguments(sReadOnlyView, aArguments); in createConfigurationView()
266 Object xViewRoot = xProvider.createInstanceWithArguments(cUpdatableView, aArguments); in createUpdatableView()
951 xProvider.createInstanceWithArguments(cUpdatableView, aArguments);
977 xProvider.createInstanceWithArguments(cUpdatableView, aDeepArguments);
/aoo42x/main/sot/qa/complex/olesimplestorage/
H A DTest01.java62 …Object oOLESimpleStorage = m_xMSF.createInstanceWithArguments ( "com.sun.star.embed.OLESimpleStora… in test()
106 …oOLESimpleStorage = m_xMSF.createInstanceWithArguments ( "com.sun.star.embed.OLESimpleStorage", pA… in test()
/aoo42x/main/package/qa/storages/
H A DTest07.java103 Object oTempFileStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
126 Object oResultStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
H A DTest08.java156 Object oTempFileStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
179 Object oResultStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
H A DRegressionTest_i59886.java66 Object oTempStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
129 Object oStep2TempStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
H A DRegressionTest_i27773.java91 Object oTempStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
210 oTempStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
H A DTest04.java147 Object oTempFileStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
216 Object oResStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
/aoo42x/main/odk/examples/DevelopersGuide/Forms/
H A DSpreadsheetDocument.java89 createInstanceWithArguments( in createCellBinding()
117 createInstanceWithArguments( in createListEntrySource()
/aoo42x/main/odk/examples/java/Storage/
H A DTest08.java145 Object oTempFileStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
168 Object oResultStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
H A DTest04.java134 Object oTempFileStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
194 Object oResStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
H A DTest05.java67 Object oTempFileStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
231 Object oResultStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
/aoo42x/main/forms/qa/integration/forms/
H A DSpreadsheetDocument.java108 createInstanceWithArguments( in createCellBinding()
137 createInstanceWithArguments( in createListEntrySource()
/aoo42x/main/extensions/source/oooimprovement/
H A Dmyconfigurationhelper.cxx102 xCFG = xConfigProvider->createInstanceWithArguments( in openConfig()
106 xCFG = xConfigProvider->createInstanceWithArguments( in openConfig()
/aoo42x/main/filter/source/config/cache/
H A Dframeloaderfactory.cxx73 return createInstanceWithArguments(sLoader, css::uno::Sequence< css::uno::Any >()); in createInstance()
79 …Reference< css::uno::XInterface > SAL_CALL FrameLoaderFactory::createInstanceWithArguments(const :… in createInstanceWithArguments() function in filter::config::FrameLoaderFactory
H A Dcontenthandlerfactory.cxx74 return createInstanceWithArguments(sHandler, css::uno::Sequence< css::uno::Any >()); in createInstance()
80 …erence< css::uno::XInterface > SAL_CALL ContentHandlerFactory::createInstanceWithArguments(const :… in createInstanceWithArguments() function in filter::config::ContentHandlerFactory
/aoo42x/main/configmgr/source/
H A Dconfigurationprovider.cxx132 createInstanceWithArguments(
176 return createInstanceWithArguments( in createInstance()
181 Service::createInstanceWithArguments( in createInstanceWithArguments() function in configmgr::configuration_provider::__anon333169460111::Service
/aoo42x/main/xmlhelp/source/treeview/
H A Dtvfactory.cxx150 return createInstanceWithArguments( aServiceSpecifier, in createInstance()
156 TVFactory::createInstanceWithArguments( in createInstanceWithArguments() function in TVFactory
/aoo42x/main/unotools/source/config/
H A Dconfigmgr.cxx288 xIFace = xCfgProvider->createInstanceWithArguments( in AcquireTree()
530 xIFace = xCfgProvider->createInstanceWithArguments( in GetDirectConfigProperty()
664 xIFace = xCfgProvider->createInstanceWithArguments( in GetHierarchyAccess()
/aoo42x/main/offapi/com/sun/star/configuration/
H A DAdministrationProvider.idl82 <member scope="com::sun::star::lang">XMultiServiceFactory::createInstanceWithArguments()</member>
107 <member scope="com::sun::star::lang">XMultiServiceFactory::createInstanceWithArguments()</member>
157 <member scope="com::sun::star::lang">XMultiServiceFactory::createInstanceWithArguments()</member>
/aoo42x/main/linguistic/source/
H A Dhyphdsp.cxx354 xMgr->createInstanceWithArguments( in hyphenate()
493 xMgr->createInstanceWithArguments( in queryAlternativeSpelling()
627 xMgr->createInstanceWithArguments( in createPossibleHyphens()
/aoo42x/main/sd/source/ui/framework/module/
H A DModuleController.cxx265 xGlobalFactory->createInstanceWithArguments(sServiceName, aArguments); in ProcessStartupService()
311 xFactory = xGlobalFactory->createInstanceWithArguments( in requestResource()
/aoo42x/main/svx/source/xml/
H A Dxmlexport.cxx116 …uno::Reference< document::XFilter > xFilter( xServiceFactory->createInstanceWithArguments( OUStrin… in SvxDrawingLayerExport()
236 …Reference< xml::sax::XDocumentHandler > xFilter( xServiceFactory->createInstanceWithArguments( OUS… in SvxDrawingLayerImport()
/aoo42x/main/desktop/source/app/
H A Duserinstall.cxx115 theConfigProvider->createInstanceWithArguments( in is_user_install()
276 … theConfigProvider->createInstanceWithArguments(sAccessSrvc, theArgs), UNO_QUERY_THROW); in create_user_install()

Completed in 1188 milliseconds

12345678910>>...20