Home
last modified time | relevance | path

Searched refs:serviceSpecifier (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/odk/examples/DevelopersGuide/Forms/
H A DDocumentHelper.java299 public XInterface createInstance( String serviceSpecifier ) throws com.sun.star.uno.Exception in createInstance() argument
303 return (XInterface)xORB.createInstance( serviceSpecifier ); in createInstance()
309 …public XInterface createInstanceWithArguments( String serviceSpecifier, Object[] arguments ) throw… in createInstanceWithArguments() argument
313 return (XInterface) xORB.createInstanceWithArguments( serviceSpecifier, arguments ); in createInstanceWithArguments()
/aoo42x/main/test/source/java/org/openoffice/test/tools/
H A DOfficeDocument.java298 public XInterface createInstance( String serviceSpecifier ) throws com.sun.star.uno.Exception in createInstance() argument
301 return (XInterface)xORB.createInstance( serviceSpecifier ); in createInstance()
315 …public XInterface createInstanceWithArguments( String serviceSpecifier, Object[] arguments ) throw… in createInstanceWithArguments() argument
318 return (XInterface) xORB.createInstanceWithArguments( serviceSpecifier, arguments ); in createInstanceWithArguments()
/aoo42x/main/forms/qa/integration/forms/
H A DDocumentHelper.java383 public XInterface createInstance( String serviceSpecifier ) throws com.sun.star.uno.Exception in createInstance() argument
387 return (XInterface)xORB.createInstance( serviceSpecifier ); in createInstance()
393 …public XInterface createInstanceWithArguments( String serviceSpecifier, Object[] arguments ) throw… in createInstanceWithArguments() argument
397 return (XInterface) xORB.createInstanceWithArguments( serviceSpecifier, arguments ); in createInstanceWithArguments()
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/comp/servicemanager/
H A DServiceManager.java268 public java.lang.Object createInstance( String serviceSpecifier ) in createInstance() argument
272 return createInstanceWithContext( serviceSpecifier, m_xDefaultContext ); in createInstance()
284 String serviceSpecifier, Object[] args ) in createInstanceWithArguments() argument
296 return createInstanceWithArgumentsAndContext( serviceSpecifier, args, m_xDefaultContext ); in createInstanceWithArguments()

Completed in 41 milliseconds