Searched refs:nillable (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/configmgr/source/ |
H A D | childaccess.cxx | 226 bool nillable = false; in setProperty() local 232 nillable = prop->isNillable(); in setProperty() 255 nillable = locprop->isNillable(); in setProperty() 261 checkValue(value, type, nillable); in setProperty()
|
H A D | localizedpropertynode.cxx | 46 int layer, Type staticType, bool nillable): in LocalizedPropertyNode() argument 47 Node(layer), staticType_(staticType), nillable_(nillable) in LocalizedPropertyNode()
|
H A D | xcsparser.cxx | 468 bool nillable = true; in handleProp() local 492 nillable = xmldata::parseBoolean(reader.getAttributeValue(true)); in handleProp() 514 valueParser_.getLayer(), valueParser_.type_, nillable)) in handleProp() 517 valueParser_.getLayer(), valueParser_.type_, nillable, in handleProp()
|
H A D | propertynode.cxx | 48 int layer, Type staticType, bool nillable, css::uno::Any const & value, in PropertyNode() argument 50 Node(layer), staticType_(staticType), nillable_(nillable), value_(value), in PropertyNode()
|
H A D | access.cxx | 348 void Access::checkValue(css::uno::Any const & value, Type type, bool nillable) { in checkValue() argument 366 ok = nillable; in checkValue() 374 ok = value.hasValue() ? value.isExtractableTo(mapType(type)) : nillable; in checkValue() 2087 bool nillable; in asProperty() local 2095 nillable = prop->isNillable(); in asProperty() 2111 nillable = locprop->isNillable(); in asProperty() 2119 nillable = locprop->isNillable(); in asProperty() 2125 nillable = false; in asProperty() 2134 (nillable ? css::beans::PropertyAttribute::MAYBEVOID : 0) | in asProperty()
|
H A D | localizedpropertynode.hxx | 44 LocalizedPropertyNode(int layer, Type staticType, bool nillable);
|
H A D | propertynode.hxx | 44 int layer, Type staticType, bool nillable,
|
H A D | access.hxx | 182 com::sun::star::uno::Any const & value, Type type, bool nillable);
|
Completed in 54 milliseconds