Lines Matching refs:TestData

96 sal_Bool equals( const test::TestData & rData1, const test::TestData & rData2 )  in equals()
147 void assign( test::TestData & rData, in assign()
167 test::TestData _aData, _aStructData;
183 const test::TestData& rStruct )
186 … virtual test::TestData SAL_CALL setValues2( sal_Bool& bBool, sal_Unicode& cChar, sal_Int8& nByte,
195 test::TestData& rStruct )
198 virtual test::TestData SAL_CALL getValues( sal_Bool& bBool, sal_Unicode& cChar, sal_Int8& nByte,
207 test::TestData& rStruct )
242 virtual test::TestData SAL_CALL getStruct() throw(com::sun::star::uno::RuntimeException) in getStruct()
277 …virtual void SAL_CALL setStruct( const test::TestData& _struct ) throw(::com::sun::star::uno::Runt… in setStruct()
281TestData SAL_CALL raiseException( sal_Bool& bBool, sal_Unicode& cChar, sal_Int8& nByte, sal_Int16&…
342 TestData aData; in invoke()
586 _xLBT->setStruct( *(const TestData *)rValue.getValue() ); in setValue()
687 const test::TestData& rStruct ) in setValues()
696 test::TestData Test_Impl::setValues2( sal_Bool& bBool, sal_Unicode& cChar, sal_Int8& nByte, in setValues2()
705 test::TestData& rStruct ) in setValues2()
715 test::TestData Test_Impl::getValues( sal_Bool& bBool, sal_Unicode& cChar, sal_Int8& nByte, in getValues()
724 test::TestData& rStruct ) in getValues()
754 test::TestData aData; // test against this data in performTest()
773 test::TestData aSetData; in performTest()
789 test::TestData aRet, aRet2; in performTest()
798 test::TestData aSV2ret = xLBT->setValues2( in performTest()
806 test::TestData aRet, aRet2; in performTest()
807 test::TestData aGVret = xLBT->getValues( in performTest()
834 test::TestData aRet, aRet2; in performTest()
860TestData Test_Impl::raiseException( sal_Bool& /*bBool*/, sal_Unicode& /*cChar*/, sal_Int8& /*nByte… in raiseException() argument
895 test::TestData aRet, aRet2; in raiseException()