Lines Matching refs:_xLBT

290 	Reference< XLanguageBindingTest > _xLBT;  member in XLB_Invocation
295 : _xLBT( xLBT ) in XLB_Invocation()
365 _xLBT->setValues( aBool, aChar, nByte, nShort, nUShort, nLong, nULong, in invoke()
392 aRet <<= _xLBT->setValues2( aBool, aChar, nByte, nShort, nUShort, nLong, nULong, in invoke()
436 aRet <<= _xLBT->getValues( aBool, aChar, nByte, nShort, nUShort, nLong, nULong, in invoke()
480 aRet <<= _xLBT->raiseException( aBool, aChar, nByte, nShort, nUShort, nLong, nULong, in invoke()
554 _xLBT->setBool( *(const sal_Bool *)rValue.getValue() ); in setValue()
556 _xLBT->setByte( *(const sal_Int8 *)rValue.getValue() ); in setValue()
558 _xLBT->setChar( *(const sal_Unicode *)rValue.getValue() ); in setValue()
560 _xLBT->setShort( *(const sal_Int16 *)rValue.getValue() ); in setValue()
562 _xLBT->setUShort( *(const sal_uInt16 *)rValue.getValue() ); in setValue()
564 _xLBT->setLong( *(const sal_Int32 *)rValue.getValue() ); in setValue()
566 _xLBT->setULong( *(const sal_uInt32 *)rValue.getValue() ); in setValue()
568 _xLBT->setHyper( *(const sal_Int64 *)rValue.getValue() ); in setValue()
570 _xLBT->setUHyper( *(const sal_uInt64 *)rValue.getValue() ); in setValue()
572 _xLBT->setFloat( *(const float *)rValue.getValue() ); in setValue()
574 _xLBT->setDouble( *(const double *)rValue.getValue() ); in setValue()
576 _xLBT->setEnum( *(const TestEnum *)rValue.getValue() ); in setValue()
578 _xLBT->setString( *(const OUString *)rValue.getValue() ); in setValue()
580 _xLBT->setInterface( *(const Reference< XInterface > *)rValue.getValue() ); in setValue()
582 _xLBT->setAny( rValue ); in setValue()
584 _xLBT->setSequence( *(const Sequence< TestElement > *)rValue.getValue() ); in setValue()
586 _xLBT->setStruct( *(const TestData *)rValue.getValue() ); in setValue()
588 _xLBT->setRuntimeException( *(const sal_Int32 *)rValue.getValue() ); in setValue()
597 sal_Bool aBool = _xLBT->getBool(); in getValue()
601 aRet <<= _xLBT->getByte(); in getValue()
604 sal_Unicode aChar = _xLBT->getChar(); in getValue()
608 aRet <<= _xLBT->getShort(); in getValue()
610 aRet <<= _xLBT->getUShort(); in getValue()
612 aRet <<= _xLBT->getLong(); in getValue()
614 aRet <<= _xLBT->getULong(); in getValue()
616 aRet <<= _xLBT->getHyper(); in getValue()
618 aRet <<= _xLBT->getUHyper(); in getValue()
620 aRet <<= _xLBT->getFloat(); in getValue()
622 aRet <<= _xLBT->getDouble(); in getValue()
624 aRet <<= _xLBT->getEnum(); in getValue()
626 aRet <<= _xLBT->getString(); in getValue()
628 aRet <<= _xLBT->getInterface(); in getValue()
630 aRet <<= _xLBT->getAny(); in getValue()
632 aRet <<= _xLBT->getSequence(); in getValue()
634 aRet <<= _xLBT->getStruct(); in getValue()
636 aRet <<= _xLBT->getRuntimeException(); in getValue()