/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/ |
H A D | SxcDocumentSerializer.java | 284 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 D | ColumnStyle.java | 58 NamedNodeMap attrNodes = node.getAttributes(); in ColumnStyle() 77 NamedNodeMap childAttrNodes = child.getAttributes(); in ColumnStyle()
|
H A D | RowStyle.java | 58 NamedNodeMap attrNodes = node.getAttributes(); in RowStyle() 77 NamedNodeMap childAttrNodes = child.getAttributes(); in RowStyle()
|
H A D | SheetSettings.java | 327 NamedNodeMap sheetAtt = root.getAttributes(); in readNode() 345 NamedNodeMap cellAtt = child.getAttributes(); in readNode()
|
/aoo42x/main/unoxml/qa/complex/unoxml/ |
H A D | DOMTest.java | 418 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 …]
|
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/palm/ |
H A D | Record.java | 126 public byte getAttributes() { in getAttributes() method in Record 191 if (rec.getAttributes() != attributes) { in equals()
|
H A D | PdbEncoder.java | 146 recAttr[i] = rec.getAttributes(); in write() 154 recAttr[lastIndex] = lastRec.getAttributes(); in write()
|
/aoo42x/main/unoxml/source/dom/ |
H A D | documentfragment.hxx | 73 virtual Reference< XNamedNodeMap > SAL_CALL getAttributes() in getAttributes() function in DOM::CDocumentFragment 76 return CNode::getAttributes(); in getAttributes()
|
H A D | entityreference.hxx | 75 virtual Reference< XNamedNodeMap > SAL_CALL getAttributes() in getAttributes() function in DOM::CEntityReference 78 return CNode::getAttributes(); in getAttributes()
|
H A D | notation.hxx | 83 virtual Reference< XNamedNodeMap > SAL_CALL getAttributes() in getAttributes() function in DOM::CNotation 86 return CNode::getAttributes(); in getAttributes()
|
H A D | processinginstruction.hxx | 94 virtual Reference< XNamedNodeMap > SAL_CALL getAttributes() in getAttributes() function in DOM::CProcessingInstruction 97 return CNode::getAttributes(); in getAttributes()
|
H A D | documenttype.hxx | 111 virtual Reference< XNamedNodeMap > SAL_CALL getAttributes() in getAttributes() function in DOM::CDocumentType 114 return CNode::getAttributes(); in getAttributes()
|
H A D | entity.hxx | 94 virtual Reference< XNamedNodeMap > SAL_CALL getAttributes() in getAttributes() function in DOM::CEntity 97 return CNode::getAttributes(); in getAttributes()
|
H A D | attr.hxx | 117 virtual Reference< XNamedNodeMap > SAL_CALL getAttributes() in getAttributes() function in DOM::CAttr 120 return CNode::getAttributes(); in getAttributes()
|
H A D | characterdata.hxx | 120 virtual Reference< XNamedNodeMap > SAL_CALL getAttributes() in getAttributes() function in DOM::CCharacterData 123 return CNode::getAttributes(); in getAttributes()
|
H A D | cdatasection.hxx | 119 virtual Reference< XNamedNodeMap > SAL_CALL getAttributes() in getAttributes() function in DOM::CCDATASection 122 return CNode::getAttributes(); in getAttributes()
|
H A D | comment.hxx | 114 virtual Reference< XNamedNodeMap > SAL_CALL getAttributes() in getAttributes() function in DOM::CComment 117 return CCharacterData::getAttributes(); in getAttributes()
|
H A D | text.hxx | 129 virtual Reference< XNamedNodeMap > SAL_CALL getAttributes() in getAttributes() function in DOM::CText 132 return CCharacterData::getAttributes(); in getAttributes()
|
H A D | document.hxx | 271 virtual Reference< XNamedNodeMap > SAL_CALL getAttributes() in getAttributes() function in DOM::CDocument 274 return CNode::getAttributes(); in getAttributes()
|
/aoo42x/main/sal/qa/osl/file/ |
H A D | osl_File.cxx | 2947 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 …]
|
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/diff/ |
H A D | NodeIterator.java | 273 attrNode[0] = node1.getAttributes(); in attributesEqual() 274 attrNode[1] = node2.getAttributes(); in attributesEqual()
|
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/ |
H A D | StyleCatalog.java | 345 NamedNodeMap attributes = node.getAttributes(); in getClass() 373 NamedNodeMap attributes = node.getAttributes(); in getFamilyName()
|
H A D | TextStyle.java | 88 NamedNodeMap attrNodes = node.getAttributes(); in TextStyle() 107 NamedNodeMap childAttrNodes = child.getAttributes(); in TextStyle()
|
/aoo42x/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/ |
H A D | DocumentSerializerImpl.java | 285 NamedNodeMap map = child.getAttributes(); in traverseParagraphContents() 418 NamedNodeMap attrNodes = node.getAttributes(); in getAttribute()
|
/aoo42x/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/ |
H A D | DocumentSerializerImpl.java | 298 NamedNodeMap map = child.getAttributes(); in traverseParaContents() 520 NamedNodeMap attrNodes = node.getAttributes(); in findAttribute()
|