Lines Matching refs:nByte
121 sal_Bool bBool, sal_Unicode cChar, sal_Int8 nByte, in assign() argument
132 rData.Byte = nByte; in assign()
148 sal_Bool bBool, sal_Unicode cChar, sal_Int8 nByte, in assign() argument
159 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble, in assign()
174 virtual void SAL_CALL setValues( sal_Bool bBool, sal_Unicode cChar, sal_Int8 nByte,
186 … virtual test::TestData SAL_CALL setValues2( sal_Bool& bBool, sal_Unicode& cChar, sal_Int8& nByte,
198 virtual test::TestData SAL_CALL getValues( sal_Bool& bBool, sal_Unicode& cChar, sal_Int8& nByte,
281 …a SAL_CALL raiseException( sal_Bool& bBool, sal_Unicode& cChar, sal_Int8& nByte, sal_Int16& nShort…
328 sal_Int8 nByte; in invoke() local
349 rParams[2] >>= nByte; in invoke()
365 _xLBT->setValues( aBool, aChar, nByte, nShort, nUShort, nLong, nULong, in invoke()
376 rParams[2] >>= nByte; in invoke()
392 aRet <<= _xLBT->setValues2( aBool, aChar, nByte, nShort, nUShort, nLong, nULong, in invoke()
418 rOutParam[2] <<= nByte; in invoke()
436 aRet <<= _xLBT->getValues( aBool, aChar, nByte, nShort, nUShort, nLong, nULong, in invoke()
462 rOutParam[2] <<= nByte; in invoke()
480 aRet <<= _xLBT->raiseException( aBool, aChar, nByte, nShort, nUShort, nLong, nULong, in invoke()
506 rOutParam[2] <<= nByte; in invoke()
678 void Test_Impl::setValues( sal_Bool bBool, sal_Unicode cChar, sal_Int8 nByte, in setValues() argument
691 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble, in setValues()
696 test::TestData Test_Impl::setValues2( sal_Bool& bBool, sal_Unicode& cChar, sal_Int8& nByte, in setValues2() argument
709 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble, in setValues2()
715 test::TestData Test_Impl::getValues( sal_Bool& bBool, sal_Unicode& cChar, sal_Int8& nByte, in getValues() argument
729 nByte = _aData.Byte; in getValues()