Home
last modified time | relevance | path

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

123

/trunk/main/xmerge/java/xmerge/src/main/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()
/trunk/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 …]
/trunk/main/xmerge/java/xmerge/src/main/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()
/trunk/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()
/trunk/main/sal/qa/osl/file/
H A Dosl_File.cxx2947 class getAttributes : public ::testing::Test class
2980 TEST_F(getAttributes, getAttributes_001 ) in TEST_F() argument
2992 TEST_F(getAttributes, getAttributes_001 ) in TEST_F() argument
2999 TEST_F(getAttributes, getAttributes_002 ) in TEST_F() argument
3015 TEST_F(getAttributes, getAttributes_003 ) in TEST_F() argument
3024 …rFileStatus.getAttributes( )) << "test for getAttributes function: GrpWrite, OwnWrite, OthWrite( S… in TEST_F()
3027 TEST_F(getAttributes, getAttributes_003 ) in TEST_F() argument
3034 TEST_F(getAttributes, getAttributes_004 ) in TEST_F() argument
3040 test_Attributes &= rFileStatus.getAttributes( ); in TEST_F()
3045 TEST_F(getAttributes, getAttributes_004 ) in TEST_F() argument
[all …]
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/diff/
H A DNodeIterator.java273 attrNode[0] = node1.getAttributes(); in attributesEqual()
274 attrNode[1] = node2.getAttributes(); in attributesEqual()
/trunk/main/xmerge/java/xmerge/src/main/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()
/trunk/main/xmerge/java/pocketword/src/main/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()
/trunk/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 111 milliseconds

123