Searched refs:LocalizedPropertyNode (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/configmgr/source/ |
H A D | localizedpropertynode.cxx | 45 LocalizedPropertyNode::LocalizedPropertyNode( in LocalizedPropertyNode() function in configmgr::LocalizedPropertyNode 50 rtl::Reference< Node > LocalizedPropertyNode::clone(bool) const { in clone() 51 return new LocalizedPropertyNode(*this); in clone() 54 NodeMap & LocalizedPropertyNode::getMembers() { in getMembers() 58 Type LocalizedPropertyNode::getStaticType() const { in getStaticType() 62 bool LocalizedPropertyNode::isNillable() const { in isNillable() 66 LocalizedPropertyNode::LocalizedPropertyNode( in LocalizedPropertyNode() function in configmgr::LocalizedPropertyNode 67 LocalizedPropertyNode const & other): in LocalizedPropertyNode() 73 LocalizedPropertyNode::~LocalizedPropertyNode() {} in ~LocalizedPropertyNode() 75 Node::Kind LocalizedPropertyNode::kind() const { in kind() [all …]
|
H A D | localizedpropertynode.hxx | 42 class LocalizedPropertyNode: public Node { class 44 LocalizedPropertyNode(int layer, Type staticType, bool nillable); 55 LocalizedPropertyNode(LocalizedPropertyNode const & other); 57 virtual ~LocalizedPropertyNode();
|
H A D | xcuparser.hxx | 49 class LocalizedPropertyNode; 86 xmlreader::XmlReader & reader, LocalizedPropertyNode * locprop); 101 xmlreader::XmlReader const & reader, LocalizedPropertyNode * property,
|
H A D | xcuparser.cxx | 149 dynamic_cast< LocalizedPropertyNode * >( in startElement() 437 valueParser_.type_ = dynamic_cast< LocalizedPropertyNode * >( in handleItem() 531 xmlreader::XmlReader & reader, LocalizedPropertyNode * locprop) in handleLocpropValue() 715 dynamic_cast< LocalizedPropertyNode * >(i->second.get()), name, in handleGroupProp() 825 xmlreader::XmlReader const & reader, LocalizedPropertyNode * property, in handleLocalizedGroupProp() 859 new LocalizedPropertyNode( in handleLocalizedGroupProp()
|
H A D | childaccess.cxx | 252 LocalizedPropertyNode * locprop = in setProperty() 253 dynamic_cast< LocalizedPropertyNode * >(getParentNode().get()); in setProperty()
|
H A D | access.cxx | 391 LocalizedPropertyNode * locprop = dynamic_cast< LocalizedPropertyNode * >( in insertLocalizedValueChild() 1059 dynamic_cast< LocalizedPropertyNode * >(p.get())->getStaticType()); in getElementType() 2101 LocalizedPropertyNode * locprop = in asProperty() 2102 dynamic_cast< LocalizedPropertyNode *>(p.get()); in asProperty() 2116 LocalizedPropertyNode * locprop = in asProperty() 2117 dynamic_cast< LocalizedPropertyNode * >(getParentNode().get()); in asProperty()
|
H A D | writemodfile.cxx | 406 Type type = dynamic_cast< LocalizedPropertyNode * >(parent.get())-> in writeNode()
|
H A D | xcsparser.cxx | 513 new LocalizedPropertyNode( in handleProp()
|
Completed in 54 milliseconds