Home
last modified time | relevance | path

Searched defs:echoTwoFloats (Results 1 – 3 of 3) 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/
H A Dcppobj.cxx217 virtual TwoFloats SAL_CALL echoTwoFloats(const TwoFloats& rStruct) in echoTwoFloats() function in bridge_object::Test_Impl
/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