Home
last modified time | relevance | path

Searched refs:sInstanceName (Results 1 – 8 of 8) sorted by relevance

/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/comp/connections/
H A DConstantInstanceProvider.java113 …public Object getInstance(String sInstanceName) throws com.sun.star.container.NoSuchElementExcepti… in getInstance() argument
114 Object result = sInstanceName.equals(_serviceName) ? _instance : null; in getInstance()
116 …if(DEBUG) System.err.println("##### " + getClass().getName() + ".getInstance(" + sInstanceName + "… in getInstance()
/aoo42x/main/binaryurp/source/
H A Dbridge.cxx797 rtl::OUString const & sInstanceName) throw (css::uno::RuntimeException) in getInstance() argument
799 if ( sInstanceName.isEmpty() ) { in getInstance()
806 for (sal_Int32 i = 0; i != sInstanceName.getLength(); ++i) { in getInstance()
807 if (sInstanceName[i] > 0x7F) { in getInstance()
827 sInstanceName, in getInstance()
H A Dbridge.hxx178 SAL_CALL getInstance(rtl::OUString const & sInstanceName)
/aoo42x/main/jurt/demo/com/sun/star/demo/
H A DDemoServer.java45 …public Object getInstance( /*IN*/String sInstanceName ) throws com.sun.star.container.NoSuchElemen… in getInstance() argument
46 System.err.println("##### " + getClass().getName() + ".getInstance:" + sInstanceName); in getInstance()
/aoo42x/main/udkapi/com/sun/star/bridge/
H A DXBridge.idl39 @param sInstanceName The name of the object, that shall be retrieved from the
45 com::sun::star::uno::XInterface getInstance( [in] string sInstanceName );
H A DXInstanceProvider.idl41 @param sInstanceName
54 com::sun::star::uno::XInterface getInstance( [in] string sInstanceName )
/aoo42x/main/forms/source/xforms/
H A Dmodel_ui.cxx190 OUString sInstanceName; in lcl_OutInstance() local
193 while( ( sInstanceName.getLength() == 0 ) && xEnum->hasMoreElements() ) in lcl_OutInstance()
205 sInstanceName = sId; in lcl_OutInstance()
208 rBuffer.insert( 0, sInstanceName ); in lcl_OutInstance()
/aoo42x/main/testtools/com/sun/star/comp/bridge/
H A DTestComponentMain.java54 public Object getInstance( /*IN*/String sInstanceName ) in getInstance() argument

Completed in 30 milliseconds