Searched refs:serviceSpecifier (Results 1 – 4 of 4) sorted by relevance
/trunk/main/odk/examples/DevelopersGuide/Forms/ |
H A D | DocumentHelper.java | 299 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()
|
/trunk/main/test/java/test-tools/src/main/java/org/openoffice/test/tools/ |
H A D | OfficeDocument.java | 298 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()
|
/trunk/main/forms/qa/integration/forms/ |
H A D | DocumentHelper.java | 383 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()
|
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/servicemanager/ |
H A D | ServiceManager.java | 268 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 25 milliseconds