Home
last modified time | relevance | path

Searched refs:transportAny (Results 1 – 15 of 15) sorted by relevance

/trunk/main/testtools/source/bridgetest/pyuno/
H A Dcore.py73 def transportAny( self, arg ): member in PythonTransporter
129 self.failUnless( 42 == self.tobj.transportAny( 42 ), "transportAny long" )
130 … self.failUnless( "woo, this is python" == self.tobj.transportAny( "woo, this is python" ), \
140 self.failUnless( self.tobj.transportAny( e3 ) == e3, "enum roundtrip test" )
154 self.failUnless( t1 == self.tobj.transportAny( t1 ), "type rountrip test" )
168 … self.failUnless( id( self.tobj.transportAny( True ) ) == id(True) , "boolean preserve test")
169 … self.failUnless( id( self.tobj.transportAny( False ) ) == id(False) , "boolean preserve test" )
170 self.failUnless( id( self.tobj.transportAny(1) ) != id( True ), "boolean preserve test" )
171 self.failUnless( id( self.tobj.transportAny(0) ) != id( False ), "boolean preserve test" )
323 self.failUnlessRaises( IllegalArgumentException, self.tobj.transportAny, 42, 43 )
[all …]
H A Dsamplecomponent.py64 def transportAny( self, value ): member in SampleUnoComponent
H A Dimpl.py113 self.failUnless( self.tobj.transportAny( streamOut ) == streamOut )
/trunk/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/
H A DPolyStructTest.java168 assertEquals(null, t.transportAny(new TestPolyStruct()).member); in run()
170 Any.VOID, t.transportAny(new TestPolyStruct(Any.VOID)).member); in run()
171 assertEquals(null, t.transportAny(new TestPolyStruct(null)).member); in run()
174 t.transportAny( in run()
246 public TestPolyStruct transportAny(TestPolyStruct s) { in getInstance() method in PolyStructTest.Provider
H A DPolyStructTest.idl44 TestPolyStruct<any> transportAny([in] TestPolyStruct<any> arg);
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_vb_testobj.vb373 Public Overridable Function transportAny(value As Any) As Any _
374 Implements XBridgeTest2.transportAny
H A Dcli_vb_bridgetest.vb483 Dim any2 As Any = xLBT.transportAny(any)
512 Dim a2 As Any = xLBT.transportAny( a1 )
516 Dim a4 As Any = xLBT.transportAny(a3)
H A Dcli_cpp_bridgetest.cxx276 Any any2 = xLBT->transportAny(any);
307 Any a2 = xLBT->transportAny( a1 );
313 Any a2 = xLBT->transportAny(a1);
H A Dcli_cs_bridgetest.cs257 Any any2 = xLBT.transportAny(any); in testAny()
288 Any a2 = xLBT.transportAny( a1 ); in performAnyTest()
294 Any a2 = xLBT.transportAny(a1); in performAnyTest()
H A Dcli_cs_testobj.cs341 public Any transportAny(Any value) in transportAny() method in cs_testobj.BridgeTestObject
/trunk/main/testtools/source/bridgetest/
H A Dbridgetest.cxx227 Any any2 = xLBT->transportAny(any); in testAny()
279 Any a2 = xLBT->transportAny( a ); in performAnyTest()
285 Any a2 = xLBT->transportAny( a ); in performAnyTest()
H A Dcppobj.cxx356 virtual ::com::sun::star::uno::Any SAL_CALL transportAny(
481 Any Test_Impl::transportAny( const Any & value ) throw ( ::com::sun::star::uno::RuntimeException) in transportAny() function in bridge_object::Test_Impl
/trunk/main/udkapi/com/sun/star/test/bridge/
H A DXBridgeTest.idl178 any transportAny( [in] any value );
/trunk/main/testtools/source/bridgetest/idl/
H A Dbridgetest.idl316 any transportAny( [in] any value );
/trunk/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java700 public Object transportAny(Object value) throws com.sun.star.uno.RuntimeException { in transportAny() method in TestComponent._TestObject

Completed in 97 milliseconds