Home
last modified time | relevance | path

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

/AOO41X/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySetMixin.java922 Object[] strct = new Object[1]; in wrapValue() local
923 type.createObject(strct); in wrapValue()
928 strct, in wrapValue()
934 strct, new Boolean(isAmbiguous)); in wrapValue()
944 return strct[0]; in wrapValue()
949 Object[] strct = new Object[1]; in wrapValue() local
950 type.createObject(strct); in wrapValue()
955 strct, in wrapValue()
961 strct, new Boolean(isDefaulted)); in wrapValue()
971 return strct[0]; in wrapValue()
[all …]
/AOO41X/main/cppuhelper/source/
H A Dpropertysetmixin.cxx873 css::uno::Any strct; in wrapValue() local
874 type->createObject(strct); in wrapValue()
882 strct, in wrapValue()
891 strct, css::uno::makeAny(isAmbiguous)); in wrapValue()
909 return strct; in wrapValue()
914 css::uno::Any strct; in wrapValue() local
915 type->createObject(strct); in wrapValue()
923 strct, in wrapValue()
932 strct, css::uno::makeAny(isDefaulted)); in wrapValue()
950 return strct; in wrapValue()
[all …]