Searched refs:_xLBT (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/stoc/test/ |
| H A D | testiadapter.cxx | 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() [all …]
|