Searched refs:wrapDefaulted (Results 1 – 2 of 2) sorted by relevance
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/ |
H A D | PropertySetMixin.java | 914 boolean isAmbiguous, boolean wrapDefaulted, boolean isDefaulted, in wrapValue() argument 930 value, field.getType(), false, false, wrapDefaulted, in wrapValue() 945 } else if (wrapDefaulted in wrapValue() 989 wrapDefaulted, isDefaulted, false)); 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() 885 wrapDefaulted, isDefaulted, wrapOptional)); in wrapValue() 910 } else if (wrapDefaulted in wrapValue() 975 isAmbiguous, wrapDefaulted, isDefaulted, false)); in wrapValue() 996 if (wrapAmbiguous || wrapDefaulted || wrapOptional) { in wrapValue()
|
Completed in 22 milliseconds