/aoo42x/main/unoxml/qa/complex/unoxml/ |
H A D | DOMTest.java | 351 xImpRoot.hasAttributes()); in testXDocument() 363 xImpFoo.hasAttributes()); in testXDocument() 378 xImpBar.hasAttributes()); in testXDocument() 455 assertFalse("XDocument.hasAttributes()", xDoc.hasAttributes()); in testXDocument() 1044 assertTrue("XElement.hasAttributes()", xElemFoo.hasAttributes()); in testXElement() 1262 assertFalse("XAttr.hasAttributes()", xAttr.hasAttributes()); in testXAttr() 1489 assertFalse("XText.hasAttributes()", xText.hasAttributes()); in testXText() 1679 assertFalse("XCDATASection.hasAttributes()", xCDS.hasAttributes()); in testXCDataSection() 1852 assertFalse("XComment.hasAttributes()", xComment.hasAttributes()); in testXComment() 2192 xPI.hasAttributes()); in testXProcessingInstruction() [all …]
|
/aoo42x/main/unoxml/source/dom/ |
H A D | documentfragment.hxx | 133 virtual sal_Bool SAL_CALL hasAttributes() in hasAttributes() function in DOM::CDocumentFragment 136 return CNode::hasAttributes(); in hasAttributes()
|
H A D | entityreference.hxx | 135 virtual sal_Bool SAL_CALL hasAttributes() in hasAttributes() function in DOM::CEntityReference 138 return CNode::hasAttributes(); in hasAttributes()
|
H A D | notation.hxx | 143 virtual sal_Bool SAL_CALL hasAttributes() in hasAttributes() function in DOM::CNotation 146 return CNode::hasAttributes(); in hasAttributes()
|
H A D | processinginstruction.hxx | 154 virtual sal_Bool SAL_CALL hasAttributes() in hasAttributes() function in DOM::CProcessingInstruction 157 return CNode::hasAttributes(); in hasAttributes()
|
H A D | documenttype.hxx | 171 virtual sal_Bool SAL_CALL hasAttributes() in hasAttributes() function in DOM::CDocumentType 174 return CNode::hasAttributes(); in hasAttributes()
|
H A D | entity.hxx | 154 virtual sal_Bool SAL_CALL hasAttributes() in hasAttributes() function in DOM::CEntity 157 return CNode::hasAttributes(); in hasAttributes()
|
H A D | attr.hxx | 166 virtual sal_Bool SAL_CALL hasAttributes() in hasAttributes() function in DOM::CAttr 169 return CNode::hasAttributes(); in hasAttributes()
|
H A D | characterdata.hxx | 190 virtual sal_Bool SAL_CALL hasAttributes() in hasAttributes() function in DOM::CCharacterData 193 return CNode::hasAttributes(); in hasAttributes()
|
H A D | cdatasection.hxx | 179 virtual sal_Bool SAL_CALL hasAttributes() in hasAttributes() function in DOM::CCDATASection 182 return CNode::hasAttributes(); in hasAttributes()
|
H A D | comment.hxx | 174 virtual sal_Bool SAL_CALL hasAttributes() in hasAttributes() function in DOM::CComment 177 return CCharacterData::hasAttributes(); in hasAttributes()
|
H A D | text.hxx | 193 virtual sal_Bool SAL_CALL hasAttributes() in hasAttributes() function in DOM::CText 196 return CCharacterData::hasAttributes(); in hasAttributes()
|
H A D | element.hxx | 249 virtual sal_Bool SAL_CALL hasAttributes() in hasAttributes() function in DOM::CElement 252 return CNode::hasAttributes(); in hasAttributes()
|
H A D | document.hxx | 331 virtual sal_Bool SAL_CALL hasAttributes() in hasAttributes() function in DOM::CDocument 334 return CNode::hasAttributes(); in hasAttributes()
|
H A D | node.hxx | 262 virtual sal_Bool SAL_CALL hasAttributes()
|
H A D | node.cxx | 641 sal_Bool SAL_CALL CNode::hasAttributes() in hasAttributes() function in DOM::CNode
|
H A D | document.cxx | 815 if (xElement->hasAttributes()) in lcl_ImportNode()
|
/aoo42x/main/offapi/com/sun/star/xml/dom/ |
H A D | XNode.idl | 188 boolean hasAttributes();
|
/aoo42x/main/svx/source/form/ |
H A D | datanavi.cxx | 411 if ( xChild->hasAttributes() ) in AddChildren()
|