Home
last modified time | relevance | path

Searched refs:PropertyNode (Results 1 – 9 of 9) sorted by relevance

/aoo41x/main/configmgr/source/
H A Dpropertynode.cxx47 PropertyNode::PropertyNode( in PropertyNode() function in configmgr::PropertyNode
54 rtl::Reference< Node > PropertyNode::clone(bool) const { in clone()
55 return new PropertyNode(*this); in clone()
58 Type PropertyNode::getStaticType() const { in getStaticType()
62 bool PropertyNode::isNillable() const { in isNillable()
66 css::uno::Any PropertyNode::getValue(Components & components) { in getValue()
78 void PropertyNode::setValue(int layer, css::uno::Any const & value) { in setValue()
90 bool PropertyNode::isExtension() const { in isExtension()
94 PropertyNode::PropertyNode(PropertyNode const & other): in PropertyNode() function in configmgr::PropertyNode
100 PropertyNode::~PropertyNode() {} in ~PropertyNode()
[all …]
H A Dpropertynode.hxx41 class PropertyNode: public Node { class
43 PropertyNode(
62 PropertyNode(PropertyNode const & other);
64 virtual ~PropertyNode();
H A Dchildaccess.cxx230 PropertyNode * prop = dynamic_cast< PropertyNode * >(node_.get()); in setProperty()
273 return dynamic_cast< PropertyNode * >(node_.get())->getValue( in asValue()
342 dynamic_cast< PropertyNode * >(node_.get())->setValue( in commitChanges()
H A Dxcuparser.hxx52 class PropertyNode;
83 void handlePropValue(xmlreader::XmlReader & reader, PropertyNode * prop);
H A Dxcuparser.cxx131 dynamic_cast< PropertyNode * >(state_.top().node.get())); in startElement()
447 xmlreader::XmlReader & reader, PropertyNode * prop) in handlePropValue()
748 new PropertyNode( in handleUnknownGroupProp()
775 PropertyNode * property = dynamic_cast< PropertyNode * >( in handlePlainGroupProp()
H A Dwritemodfile.cxx360 PropertyNode * prop = dynamic_cast< PropertyNode * >(node.get()); in writeNode()
H A Daccess.cxx1859 new PropertyNode( in insertByName()
1903 !dynamic_cast< PropertyNode * >(p.get())->isExtension()) in removeByName()
2093 PropertyNode * prop = dynamic_cast< PropertyNode * >(p.get()); in asProperty()
H A Dvalueparser.cxx406 dynamic_cast< PropertyNode * >(node_.get())->setValue( in endElement()
H A Dxcsparser.cxx516 new PropertyNode( in handleProp()

Completed in 58 milliseconds