Home
last modified time | relevance | path

Searched refs:Test_Impl (Results 1 – 2 of 2) sorted by relevance

/trunk/main/testtools/source/bridgetest/
H A Dcppobj.cxx122 class Test_Impl : class
123 public osl::DebugBase<Test_Impl>,
152 Test_Impl() : m_nLastCallId( 0 ), in Test_Impl() function in bridge_object::Test_Impl
156 virtual ~Test_Impl() in ~Test_Impl()
481 Any Test_Impl::transportAny( const Any & value ) throw ( ::com::sun::star::uno::RuntimeException) in transportAny()
487 void Test_Impl::call( sal_Int32 nCallId , sal_Int32 nWaitMUSEC ) throw(::com::sun::star::uno::Runti… in call()
503 void Test_Impl::callOneway( sal_Int32 nCallId , sal_Int32 nWaitMUSEC ) throw (::com::sun::star::uno… in callOneway()
512 sal_Bool Test_Impl::sequenceOfCallTestPassed() throw (::com::sun::star::uno::RuntimeException) in sequenceOfCallTestPassed()
518 void SAL_CALL Test_Impl::startRecursiveCall( in startRecursiveCall()
531 void SAL_CALL Test_Impl::callRecursivly( in callRecursivly()
[all …]
/trunk/main/stoc/test/
H A Dtestiadapter.cxx165 class Test_Impl : public WeakImplHelper1< XLanguageBindingTest > class
170 virtual ~Test_Impl() in ~Test_Impl()
678 void Test_Impl::setValues( sal_Bool bBool, sal_Unicode cChar, sal_Int8 nByte, in setValues()
696 test::TestData Test_Impl::setValues2( sal_Bool& bBool, sal_Unicode& cChar, sal_Int8& nByte, in setValues2()
715 test::TestData Test_Impl::getValues( sal_Bool& bBool, sal_Unicode& cChar, sal_Int8& nByte, in getValues()
860 test::TestData Test_Impl::raiseException( sal_Bool& /*bBool*/, sal_Unicode& /*cChar*/, sal_Int8& /*… in raiseException()
870 sal_Int32 Test_Impl::getRuntimeException() throw(::com::sun::star::uno::RuntimeException) in getRuntimeException()
878 void Test_Impl::setRuntimeException( sal_Int32 /*_runtimeexception*/ ) throw(::com::sun::star::uno:… in setRuntimeException()
953 Reference< XLanguageBindingTest > xOriginal( (XLanguageBindingTest *)new Test_Impl() ); in test_adapter()
999 Reference< XLanguageBindingTest > xOriginal( (XLanguageBindingTest *)new Test_Impl() ); in test_invocation()