Lines Matching refs:setValue
710 aValue.setValue(NULL, Type()); in makeAny()
713 aValue.setValue( & iVal, getCppuType( (sal_Int16*)0)); in makeAny()
716 aValue.setValue( & lVal, getCppuType( (sal_Int32*)0)); in makeAny()
719 aValue.setValue( & fltVal, getCppuType( (float*)0)); in makeAny()
722 aValue.setValue(& dblVal, getCppuType( (double*)0)); in makeAny()
738 aValue.setValue( &b, getCppuType( &b)); in makeAny()
744 aValue.setValue( &b, getCppuType( &b)); in makeAny()
748 aValue.setValue( & cVal, getCppuType((sal_Int8*)0)); in makeAny()
751 aValue.setValue( & bVal, getCppuType( (sal_Int8*)0)); in makeAny()
754 aValue.setValue( & uiVal, getCppuType( (sal_uInt16*)0)); in makeAny()
757 aValue.setValue( & ulVal, getCppuType( (sal_uInt32*)0)); in makeAny()
760 aValue.setValue( & intVal, getCppuType( (sal_Int32*)0)); in makeAny()
763 aValue.setValue( & uintVal, getCppuType( (sal_uInt32*)0)); in makeAny()
766 aValue.setValue( NULL, Type()); in makeAny()