Searched refs:wrapAmbiguous (Results 1 – 2 of 2) sorted by relevance
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/ |
H A D | PropertySetMixin.java | 913 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 D | propertysetmixin.cxx | 476 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 36 milliseconds