Home
last modified time | relevance | path

Searched refs:setStruct (Results 1 – 9 of 9) sorted by relevance

/trunk/main/stoc/test/
H A Dtestiadapter.cxx274 virtual void SAL_CALL setStruct( const test::TestData& _struct ) in setStruct() function in Test_Impl
580 _xLBT->setStruct( *(const TestData *)rValue.getValue() ); in setValue()
819 xLBT->setStruct( aRet2 ); in performTest()
/trunk/main/testtools/source/performance/
H A Dcli_testobj_performance.cs110 public void setStruct( /*IN*/ComplexTypes c ) { _complexTypes = c; } in setStruct() method in testobj.PerformanceTestObject
H A Dubobject.cxx185 virtual void SAL_CALL setStruct( const ::com::sun::star::test::performance::ComplexTypes& c ) in setStruct() function in benchmark_object::ServiceImpl
H A Dubtest.cxx902 xBench->setStruct( aDummyStruct ); in benchmark()
/trunk/main/udkapi/com/sun/star/test/performance/
H A DXPerformanceTest.idl122 void setStruct( [in] ComplexTypes c );
/trunk/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java260 public void setStruct( /*IN*/ComplexTypes c ) throws com.sun.star.uno.RuntimeException { in setStruct() method in TestComponent._PerformancTestObject
675 …public void setStruct(TestDataElements testDataElements) throws com.sun.star.uno.RuntimeException { in setStruct() method in TestComponent._TestObject
/trunk/main/bridges/test/
H A Dtestcomp.cxx237 … virtual void SAL_CALL setStruct( const ::com::sun::star::test::performance::ComplexTypes& /* c */) in setStruct() function in ServiceImpl
/trunk/main/testtools/source/bridgetest/
H A Dbridgetest.cxx468 xLBT->setStruct(aRet2); in performTest()
H A Dcppobj.cxx312 virtual void SAL_CALL setStruct( const TestData& _struct ) in setStruct() function in bridge_object::Test_Impl