Lines Matching refs:setValue
335 rAny.setValue( (void*)V_BSTR( &var), ptype); in variantToAny()
344 rAny.setValue((void*) & var.iVal, ptype); in variantToAny()
359 rAny.setValue((void*) & var.lVal, ptype); in variantToAny()
409 rAny.setValue(NULL,Type()); in variantToAny()
1339 unoElement.setValue( pSeqData + i * nElementSize, pSeqElementDesc); in createUnoSequenceWrapper()
1494 rAny.setValue( &unoSeq, getCppuType( &unoSeq)); in variantToAny()
1501 rAny.setValue(NULL, Type()); in variantToAny()
1504 rAny.setValue(NULL, Type()); in variantToAny()
1507 rAny.setValue( & var.iVal, getCppuType( (sal_Int16*)0)); in variantToAny()
1510 rAny.setValue( & var.lVal, getCppuType( (sal_Int32*)0)); in variantToAny()
1516 rAny.setValue( & var.fltVal, getCppuType( (float*)0)); in variantToAny()
1519 rAny.setValue(& var.dblVal, getCppuType( (double*)0)); in variantToAny()
1536 rAny.setValue( &b, getCppuType( &b)); in variantToAny()
1581 rAny.setValue( &b, getCppuType( &b)); in variantToAny()
1585 rAny.setValue( & var.cVal, getCppuType((sal_Int8*)0)); in variantToAny()
1588 rAny.setValue( & var.bVal, getCppuType( (sal_Int8*)0)); in variantToAny()
1591 rAny.setValue( & var.uiVal, getCppuType( (sal_uInt16*)0)); in variantToAny()
1594 rAny.setValue( & var.ulVal, getCppuType( (sal_uInt32*)0)); in variantToAny()
1597 rAny.setValue( & var.intVal, getCppuType( (sal_Int32*)0)); in variantToAny()
1600 rAny.setValue( & var.uintVal, getCppuType( (sal_uInt32*)0)); in variantToAny()
1603 rAny.setValue( NULL, Type()); in variantToAny()
1738 ret.setValue( &xInt, aType); in createOleObjectWrapper()
1740 ret.setValue( NULL, aType); in createOleObjectWrapper()
1853 params[1].setValue( & bDisp, getBooleanCppuType()); in createOleObjectWrapper()
2102 anySeq.setValue( &p_uno_Seq, pDesc); in dispatchExObject2Sequence()
2157 pUnoArray[index[actDim - 1] - lBound].setValue(&element, getCppuType(&element)); in createOleArrayWrapperOfDim()
2417 any.setValue( &charVal, getCppuType( (sal_Int8*)0)); in reduceRange()
2422 any.setValue( &shortVal, getCppuType( (sal_Int16*)0)); in reduceRange()