Home
last modified time | relevance | path

Searched refs:echoThreeLongs (Results 1 – 5 of 5) sorted by relevance

/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_cs_testobj.cs263 public ThreeLongs echoThreeLongs(/*[in]*/ThreeLongs arg) in echoThreeLongs() method in cs_testobj.BridgeTestObject
/trunk/main/testtools/source/bridgetest/idl/
H A Dbridgetest.idl300 ThreeLongs echoThreeLongs( [in] ThreeLongs aStruct );
/trunk/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java512 … public ThreeLongs echoThreeLongs( ThreeLongs i_Struct) throws com.sun.star.uno.RuntimeException { in echoThreeLongs() method in TestComponent._TestObject
/trunk/main/testtools/source/bridgetest/
H A Dbridgetest.cxx546 ThreeLongs aOut(xLBT->echoThreeLongs(aIn)); in performTest()
H A Dcppobj.cxx225 virtual ThreeLongs SAL_CALL echoThreeLongs(const ThreeLongs& rStruct) in echoThreeLongs() function in bridge_object::Test_Impl