Home
last modified time | relevance | path

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

/trunk/main/unoxml/source/dom/
H A Dnotationsmap.cxx86 CNotationsMap::removeNamedItem(OUString const& /*name*/) in removeNamedItem() function in DOM::CNotationsMap
H A Dnotationsmap.hxx83 removeNamedItem(OUString const& name);
H A Dattributesmap.hxx81 removeNamedItem(OUString const& name);
H A Dentitiesmap.hxx83 removeNamedItem(OUString const& name);
H A Dentitiesmap.cxx85 CEntitiesMap::removeNamedItem(OUString const& /*name*/) in removeNamedItem() function in DOM::CEntitiesMap
H A Dattributesmap.cxx162 CAttributesMap::removeNamedItem(OUString const& name) in removeNamedItem() function in DOM::CAttributesMap
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/merge/
H A DSheetUtil.java95 attrNodes.removeNamedItem(attr.getNodeName()); in emptyCell()
/trunk/main/offapi/com/sun/star/xml/dom/
H A DXNamedNodeMap.idl67 XNode removeNamedItem([in] string name) raises (DOMException);
/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java2409 XNode xAttrBarRem = xAttributes.removeNamedItem("bar"); in testXNamedNodeMap_AttributesMap()
2871 public XNode removeNamedItem(String n) throws DOMException { in removeNamedItem() method in DOMTest.MockNodeMap