Home
last modified time | relevance | path

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

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