Home
last modified time | relevance | path

Searched refs:GroupNode (Results 1 – 7 of 7) sorted by relevance

/trunk/main/configmgr/source/
H A Dgroupnode.cxx37 GroupNode::GroupNode( in GroupNode() function in configmgr::GroupNode
44 return new GroupNode(*this, keepTemplateName); in clone()
47 NodeMap & GroupNode::getMembers() { in getMembers()
51 rtl::OUString GroupNode::getTemplateName() const { in getTemplateName()
55 void GroupNode::setMandatory(int layer) { in setMandatory()
59 int GroupNode::getMandatory() const { in getMandatory()
63 bool GroupNode::isExtensible() const { in isExtensible()
67 GroupNode::GroupNode(GroupNode const & other, bool keepTemplateName): in GroupNode() function in configmgr::GroupNode
76 GroupNode::~GroupNode() {} in ~GroupNode()
78 Node::Kind GroupNode::kind() const { in kind()
[all …]
H A Dgroupnode.hxx37 class GroupNode: public Node { class
39 GroupNode(int layer, bool extensible, rtl::OUString const & templateName);
54 GroupNode(GroupNode const & other, bool keepTemplateName);
56 virtual ~GroupNode();
H A Dxcuparser.hxx48 class GroupNode;
88 void handleGroupProp(xmlreader::XmlReader & reader, GroupNode * group);
91 xmlreader::XmlReader const & reader, GroupNode * group,
96 xmlreader::XmlReader const & reader, GroupNode * group,
H A Dxcsparser.cxx84 dynamic_cast< GroupNode * >( in merge()
175 new GroupNode( in startElement()
584 new GroupNode( in handleGroup()
H A Dxcuparser.cxx175 dynamic_cast< GroupNode * >(state_.top().node.get())); in startElement()
654 xmlreader::XmlReader & reader, GroupNode * group) in handleGroupProp()
730 xmlreader::XmlReader const & reader, GroupNode * group, in handleUnknownGroupProp()
771 xmlreader::XmlReader const & reader, GroupNode * group, in handlePlainGroupProp()
H A Daccess.cxx285 dynamic_cast< GroupNode * >(getNode().get())->isExtensible()) in queryInterface()
880 dynamic_cast< GroupNode * >(getNode().get())->isExtensible()) in getTypes()
2230 dynamic_cast< GroupNode * >(p.get())->isExtensible()) && in thisIs()
H A Dwritemodfile.cxx481 dynamic_cast< GroupNode * >(parent.get())->isExtensible()); in writeModifications()

Completed in 45 milliseconds