Home
last modified time | relevance | path

Searched refs:wrapAmbiguous (Results 1 – 2 of 2) sorted by relevance

/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySetMixin.java913 Object value, XIdlClass type, boolean wrapAmbiguous, in wrapValue() argument
919 if (wrapAmbiguous in wrapValue()
957 value, field.getType(), wrapAmbiguous, isAmbiguous, in wrapValue()
988 value, field.getType(), wrapAmbiguous, isAmbiguous, in wrapValue()
1002 if (wrapAmbiguous || wrapDefaulted || wrapOptional) { in wrapValue()
/trunk/main/cppuhelper/source/
H A Dpropertysetmixin.cxx476 bool wrapAmbiguous, bool isAmbiguous, bool wrapDefaulted,
864 bool wrapAmbiguous, bool isAmbiguous, bool wrapDefaulted, bool isDefaulted, in wrapValue() argument
868 (wrapAmbiguous || !isAmbiguous) && (wrapDefaulted || !isDefaulted)); in wrapValue()
869 if (wrapAmbiguous in wrapValue()
925 object, value, field->getType(), wrapAmbiguous, isAmbiguous, in wrapValue()
974 object, value, field->getType(), wrapAmbiguous, in wrapValue()
996 if (wrapAmbiguous || wrapDefaulted || wrapOptional) { in wrapValue()

Completed in 21 milliseconds