Home
last modified time | relevance | path

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

/AOO42X/main/testtools/source/bridgetest/cli/
H A Dcli_cs_testobj.cs253 public MixedFloatLong echoMixedFloatLong(/*[in]*/MixedFloatLong arg) in echoMixedFloatLong() method in cs_testobj.BridgeTestObject
/AOO42X/main/testtools/source/bridgetest/idl/
H A Dbridgetest.idl297 MixedFloatLong echoMixedFloatLong( [in] MixedFloatLong aStruct );
/AOO42X/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java504 …public MixedFloatLong echoMixedFloatLong( MixedFloatLong i_Struct) throws com.sun.star.uno.Runtime… in echoMixedFloatLong() method in TestComponent._TestObject
/AOO42X/main/testtools/source/bridgetest/
H A Dbridgetest.cxx536 MixedFloatLong aOut(xLBT->echoMixedFloatLong(aIn)); in performTest()
H A Dcppobj.cxx224 …virtual MixedFloatLong SAL_CALL echoMixedFloatLong(const MixedFloatLong& rStruct) throw(com::sun::… in echoMixedFloatLong() function in bridge_object::Test_Impl