Home
last modified time | relevance | path

Searched refs:getAttributes (Results 1 – 25 of 73) sorted by relevance

123

/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentSerializer.java284 NamedNodeMap att = node.getAttributes(); in traverseNamedExpressions()
321 NamedNodeMap att = node.getAttributes(); in traverseTable()
380 NamedNodeMap cellAtt = node.getAttributes(); in traverseTableRow()
497 NamedNodeMap cellAtt = node.getAttributes(); in traverseTableColumn()
567 NamedNodeMap cellAtt = node.getAttributes(); in traverseCell()
800 NamedNodeMap cellAtt = node.getAttributes(); in traverseParagraph()
977 NamedNodeMap attrNodes = node.getAttributes(); in getAttribute()
H A DColumnStyle.java58 NamedNodeMap attrNodes = node.getAttributes(); in ColumnStyle()
77 NamedNodeMap childAttrNodes = child.getAttributes(); in ColumnStyle()
H A DRowStyle.java58 NamedNodeMap attrNodes = node.getAttributes(); in RowStyle()
77 NamedNodeMap childAttrNodes = child.getAttributes(); in RowStyle()
H A DSheetSettings.java327 NamedNodeMap sheetAtt = root.getAttributes(); in readNode()
345 NamedNodeMap cellAtt = child.getAttributes(); in readNode()
H A DCellStyle.java60 NamedNodeMap attrNodes = node.getAttributes(); in CellStyle()
79 NamedNodeMap childAttrNodes = child.getAttributes(); in CellStyle()
/aoo4110/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java418 assertNull("XDocument.getAttributes()", xDoc.getAttributes()); in testXDocument()
941 XNamedNodeMap xAttrMap = xElemFoo.getAttributes(); in testXElement()
951 XNamedNodeMap xAttrMap = xElemFoo.getAttributes(); in testXElement()
958 XNamedNodeMap xAttrMap = xElemFooNs.getAttributes(); in testXElement()
1219 assertNull("XAttr.getAttributes()", xAttr.getAttributes()); in testXAttr()
1460 assertNull("XText.getAttributes()", xText.getAttributes()); in testXText()
1819 assertNull("XComment.getAttributes()", xComment.getAttributes()); in testXComment()
2154 xPI.getAttributes()); in testXProcessingInstruction()
2375 XNamedNodeMap xAttributes = xElem.getAttributes(); in testXNamedNodeMap_AttributesMap()
2723 public XNamedNodeMap getAttributes() { in getAttributes() method in DOMTest.MockNode
[all …]
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/palm/
H A DRecord.java126 public byte getAttributes() { in getAttributes() method in Record
191 if (rec.getAttributes() != attributes) { in equals()
H A DPdbEncoder.java146 recAttr[i] = rec.getAttributes(); in write()
154 recAttr[lastIndex] = lastRec.getAttributes(); in write()
/aoo4110/main/unoxml/source/dom/
H A Ddocumentfragment.hxx73 virtual Reference< XNamedNodeMap > SAL_CALL getAttributes() in getAttributes() function in DOM::CDocumentFragment
76 return CNode::getAttributes(); in getAttributes()
H A Dentityreference.hxx75 virtual Reference< XNamedNodeMap > SAL_CALL getAttributes() in getAttributes() function in DOM::CEntityReference
78 return CNode::getAttributes(); in getAttributes()
H A Dnotation.hxx83 virtual Reference< XNamedNodeMap > SAL_CALL getAttributes() in getAttributes() function in DOM::CNotation
86 return CNode::getAttributes(); in getAttributes()
H A Dprocessinginstruction.hxx94 virtual Reference< XNamedNodeMap > SAL_CALL getAttributes() in getAttributes() function in DOM::CProcessingInstruction
97 return CNode::getAttributes(); in getAttributes()
H A Ddocumenttype.hxx111 virtual Reference< XNamedNodeMap > SAL_CALL getAttributes() in getAttributes() function in DOM::CDocumentType
114 return CNode::getAttributes(); in getAttributes()
H A Dentity.hxx94 virtual Reference< XNamedNodeMap > SAL_CALL getAttributes() in getAttributes() function in DOM::CEntity
97 return CNode::getAttributes(); in getAttributes()
H A Dattr.hxx117 virtual Reference< XNamedNodeMap > SAL_CALL getAttributes() in getAttributes() function in DOM::CAttr
120 return CNode::getAttributes(); in getAttributes()
H A Dcharacterdata.hxx120 virtual Reference< XNamedNodeMap > SAL_CALL getAttributes() in getAttributes() function in DOM::CCharacterData
123 return CNode::getAttributes(); in getAttributes()
H A Dcdatasection.hxx119 virtual Reference< XNamedNodeMap > SAL_CALL getAttributes() in getAttributes() function in DOM::CCDATASection
122 return CNode::getAttributes(); in getAttributes()
H A Dcomment.hxx114 virtual Reference< XNamedNodeMap > SAL_CALL getAttributes() in getAttributes() function in DOM::CComment
117 return CCharacterData::getAttributes(); in getAttributes()
H A Dtext.hxx129 virtual Reference< XNamedNodeMap > SAL_CALL getAttributes() in getAttributes() function in DOM::CText
132 return CCharacterData::getAttributes(); in getAttributes()
H A Ddocument.hxx271 virtual Reference< XNamedNodeMap > SAL_CALL getAttributes() in getAttributes() function in DOM::CDocument
274 return CNode::getAttributes(); in getAttributes()
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/merger/diff/
H A DNodeIterator.java273 attrNode[0] = node1.getAttributes(); in attributesEqual()
274 attrNode[1] = node2.getAttributes(); in attributesEqual()
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/
H A DStyleCatalog.java345 NamedNodeMap attributes = node.getAttributes(); in getClass()
373 NamedNodeMap attributes = node.getAttributes(); in getFamilyName()
H A DTextStyle.java88 NamedNodeMap attrNodes = node.getAttributes(); in TextStyle()
107 NamedNodeMap childAttrNodes = child.getAttributes(); in TextStyle()
/aoo4110/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DDocumentSerializerImpl.java285 NamedNodeMap map = child.getAttributes(); in traverseParagraphContents()
418 NamedNodeMap attrNodes = node.getAttributes(); in getAttribute()
/aoo4110/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentSerializerImpl.java298 NamedNodeMap map = child.getAttributes(); in traverseParaContents()
520 NamedNodeMap attrNodes = node.getAttributes(); in findAttribute()

Completed in 85 milliseconds

123