Lines Matching refs:xLBT

294 					const Reference< XLanguageBindingTest > & xLBT )  in XLB_Invocation()
295 : _xLBT( xLBT ) in XLB_Invocation()
748 sal_Bool performTest( const Reference<XLanguageBindingTest > & xLBT ) in performTest() argument
750 OSL_ENSURE( xLBT.is(), "### no test interface!" ); in performTest()
751 if (xLBT.is()) in performTest()
783 xLBT->setValues( in performTest()
790 xLBT->getValues( in performTest()
798 test::TestData aSV2ret = xLBT->setValues2( in performTest()
807 test::TestData aGVret = xLBT->getValues( in performTest()
815 xLBT->setBool( aRet.Bool ); in performTest()
816 xLBT->setChar( aRet.Char ); in performTest()
817 xLBT->setByte( aRet.Byte ); in performTest()
818 xLBT->setShort( aRet.Short ); in performTest()
819 xLBT->setUShort( aRet.UShort ); in performTest()
820 xLBT->setLong( aRet.Long ); in performTest()
821 xLBT->setULong( aRet.ULong ); in performTest()
822 xLBT->setHyper( aRet.Hyper ); in performTest()
823 xLBT->setUHyper( aRet.UHyper ); in performTest()
824 xLBT->setFloat( aRet.Float ); in performTest()
825 xLBT->setDouble( aRet.Double ); in performTest()
826 xLBT->setEnum( aRet.Enum ); in performTest()
827 xLBT->setString( aRet.String ); in performTest()
828 xLBT->setInterface( aRet.Interface ); in performTest()
829 xLBT->setAny( aRet.Any ); in performTest()
830 xLBT->setSequence( aRet.Sequence ); in performTest()
831 xLBT->setStruct( aRet2 ); in performTest()
835 aRet.Hyper = xLBT->getHyper(); in performTest()
836 aRet.UHyper = xLBT->getUHyper(); in performTest()
837 aRet.Float = xLBT->getFloat(); in performTest()
838 aRet.Double = xLBT->getDouble(); in performTest()
839 aRet.Byte = xLBT->getByte(); in performTest()
840 aRet.Char = xLBT->getChar(); in performTest()
841 aRet.Bool = xLBT->getBool(); in performTest()
842 aRet.Short = xLBT->getShort(); in performTest()
843 aRet.UShort = xLBT->getUShort(); in performTest()
844 aRet.Long = xLBT->getLong(); in performTest()
845 aRet.ULong = xLBT->getULong(); in performTest()
846 aRet.Enum = xLBT->getEnum(); in performTest()
847 aRet.String = xLBT->getString(); in performTest()
848 aRet.Interface = xLBT->getInterface(); in performTest()
849 aRet.Any = xLBT->getAny(); in performTest()
850 aRet.Sequence = xLBT->getSequence(); in performTest()
851 aRet2 = xLBT->getStruct(); in performTest()
887 sal_Bool raiseException( const Reference<XLanguageBindingTest > & xLBT ) in raiseException() argument
896 xLBT->raiseException( in raiseException()
955 Reference< XLanguageBindingTest > xLBT( xAdapFac->createAdapter( in test_adapter() local
960 if (xLBT != xLBT2) in test_adapter()
965 if (xLBT != xLBT3) in test_adapter()
972 if (xLBT != xLBT4) in test_adapter()
977 if (xLBT == xInvalidAdapter) in test_adapter()
989 return (performTest( xLBT ) && raiseException( xLBT )); in test_adapter()
1004 Reference< XLanguageBindingTest > xLBT( xAdapFac->createAdapter( in test_invocation() local
1007 return (performTest( xLBT ) && raiseException( xLBT )); in test_invocation()