Searched refs:GroupNode (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/configmgr/source/ |
H A D | groupnode.cxx | 37 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 D | groupnode.hxx | 37 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 D | xcuparser.hxx | 48 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 D | xcsparser.cxx | 84 dynamic_cast< GroupNode * >( in merge() 175 new GroupNode( in startElement() 584 new GroupNode( in handleGroup()
|
H A D | xcuparser.cxx | 175 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 D | access.cxx | 285 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 D | writemodfile.cxx | 481 dynamic_cast< GroupNode * >(parent.get())->isExtensible()); in writeModifications()
|
Completed in 33 milliseconds