Lines Matching refs:getValue

306 …virtual Any SAL_CALL getValue( const OUString & rPropertyName ) throw(::com::sun::star::beans::Unk…
347 aBool = *(sal_Bool *)rParams[0].getValue(); in invoke()
348 aChar = *(sal_Unicode *)rParams[1].getValue(); in invoke()
374 aBool = *(sal_Bool *)rParams[0].getValue(); in invoke()
375 aChar = *(sal_Unicode *)rParams[1].getValue(); 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()
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()
591 Any XLB_Invocation::getValue( const OUString & rName ) in getValue() function in XLB_Invocation