Home
last modified time | relevance | path

Searched refs:nillable (Results 1 – 8 of 8) sorted by relevance

/trunk/main/configmgr/source/
H A Dchildaccess.cxx226 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 Dxcsparser.cxx468 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 Dlocalizedpropertynode.cxx46 int layer, Type staticType, bool nillable): in LocalizedPropertyNode() argument
47 Node(layer), staticType_(staticType), nillable_(nillable) in LocalizedPropertyNode()
H A Dpropertynode.cxx48 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 Daccess.cxx348 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 Dlocalizedpropertynode.hxx44 LocalizedPropertyNode(int layer, Type staticType, bool nillable);
H A Dpropertynode.hxx44 int layer, Type staticType, bool nillable,
H A Daccess.hxx182 com::sun::star::uno::Any const & value, Type type, bool nillable);

Completed in 40 milliseconds