Lines Matching refs:getCppuType

419                                                getCppuType((Sequence<Any>*) 0));  in variantToAny()
430 variantToAny( & var, rAny, getCppuType( (sal_uInt64*) 0), in variantToAny()
436 variantToAny( & var, rAny, getCppuType( (sal_Int64*) 0), in variantToAny()
720 if (rAny.getValueType() == getCppuType((Date*)0)) in anyToVariant()
733 else if(rAny.getValueType() == getCppuType((Decimal*)0)) in anyToVariant()
750 else if (rAny.getValueType() == getCppuType((Currency*)0)) in anyToVariant()
763 else if(rAny.getValueType() == getCppuType((SCode*)0)) in anyToVariant()
1494 rAny.setValue( &unoSeq, getCppuType( &unoSeq)); 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()
1723 desiredType = getCppuType((Reference<XInterface>*) 0); in createOleObjectWrapper()
1726 desiredType = getCppuType((Reference<XInvocation>*) 0); in createOleObjectWrapper()
1830 aType != VOID_TYPE && aType != getCppuType((Reference<XInvocation>*)0)) in createOleObjectWrapper()
1866 if (aType == getCppuType((Reference<XInvocation>*)0) || in createOleObjectWrapper()
2157 pUnoArray[index[actDim - 1] - lBound].setValue(&element, getCppuType(&element)); in createOleArrayWrapperOfDim()
2356 variantToAny( &var, anyNames, getCppuType( (Sequence<Any>*) 0)); in getImplementedInterfaces()
2417 any.setValue( &charVal, getCppuType( (sal_Int8*)0)); in reduceRange()
2422 any.setValue( &shortVal, getCppuType( (sal_Int16*)0)); in reduceRange()