Searched refs:XAttr (Results 1 – 15 of 15) sorted by relevance
| /AOO41X/main/unoxml/source/dom/ |
| H A D | element.hxx | 52 Reference< XAttr > setAttributeNode_Impl_Lock( 53 Reference< XAttr > const& xNewAttr, bool const bNS); 76 virtual Reference< XAttr > SAL_CALL getAttributeNode(const OUString& name) 82 …virtual Reference< XAttr > SAL_CALL getAttributeNodeNS(const OUString& namespaceURI, const OUStrin… 137 virtual Reference< XAttr > SAL_CALL removeAttributeNode(const Reference< XAttr >& oldAttr) 155 virtual Reference< XAttr > SAL_CALL setAttributeNode(const Reference< XAttr >& newAttr) 161 virtual Reference< XAttr > SAL_CALL setAttributeNodeNS(const Reference< XAttr >& newAttr)
|
| H A D | element.cxx | 256 Reference< XAttr > SAL_CALL CElement::getAttributeNode(OUString const& name) in getAttributeNode() 271 Reference< XAttr > const xRet( in getAttributeNode() 281 Reference< XAttr > SAL_CALL CElement::getAttributeNodeNS( in getAttributeNodeNS() 300 Reference< XAttr > const xRet( in getAttributeNodeNS() 476 Reference< XAttr > SAL_CALL 477 CElement::removeAttributeNode(Reference< XAttr > const& oldAttr) in removeAttributeNode() 507 Reference< XAttr > aAttr; in removeAttributeNode() 529 Reference< XAttr > 531 Reference< XAttr > const& xNewAttr, bool const bNS) in setAttributeNode_Impl_Lock() 572 Reference< XAttr > const xAttr( in setAttributeNode_Impl_Lock() [all …]
|
| H A D | attributesmap.cxx | 167 Reference< XAttr > const xAttr(m_pElement->getAttributeNode(name)); in removeNamedItem() 188 Reference< XAttr > const xAttr( in removeNamedItemNS() 208 Reference< XAttr > const xAttr(xNode, UNO_QUERY); in setNamedItem() 228 Reference< XAttr > const xAttr(xNode, UNO_QUERY); in setNamedItemNS()
|
| H A D | document.cxx | 431 Reference< XAttr > SAL_CALL CDocument::createAttribute(const OUString& name) in createAttribute() 447 Reference< XAttr > SAL_CALL CDocument::createAttributeNS( in createAttributeNS() 761 Reference< XAttr > const xAttr(xImportedNode, UNO_QUERY_THROW); in lcl_ImportNode() 762 Reference< XAttr > const xNew = in lcl_ImportNode() 820 Reference< XAttr > const curAttr(attribs->item(i), in lcl_ImportNode()
|
| H A D | document.hxx | 135 virtual Reference< XAttr > SAL_CALL createAttribute(const OUString& name) 141 …virtual Reference< XAttr > SAL_CALL createAttributeNS(const OUString& namespaceURI, const OUString…
|
| H A D | attr.hxx | 47 typedef ::cppu::ImplInheritanceHelper1< CNode, XAttr > CAttr_Base;
|
| H A D | attr.cxx | 209 Reference<XNode>( static_cast<XAttr*>( this ) ), in setValue()
|
| /AOO41X/main/unoxml/qa/complex/unoxml/ |
| H A D | DOMTest.java | 163 XAttr xAttr = xDoc.createAttribute("foo"); in testXDocument() 180 XAttr xAttr = xDoc.createAttributeNS(ns, "e:foo"); in testXDocument() 844 XAttr xAttr = xDoc.createAttribute("foo"); in testXElement() 845 XAttr xAttrNs = xDoc.createAttributeNS(ns, "foo"); in testXElement() 877 XAttr xAttrSet = xElemFoo.setAttributeNode(xAttr); in testXElement() 890 XAttr xAttrNsSet = xElemFooNs.setAttributeNodeNS(xAttrNs); in testXElement() 903 XAttr xAttrRemoved = xElemFoo.removeAttributeNode(xAttrSet); in testXElement() 910 XAttr xAttrNsRemoved = xElemFooNs.removeAttributeNode(xAttrNsSet); in testXElement() 1159 XAttr xAttr = xDoc.createAttribute("foo"); in testXAttr() 1162 XAttr xAttrNs = xDoc.createAttributeNS(ns, "e:foo"); in testXAttr() [all …]
|
| /AOO41X/main/offapi/com/sun/star/xml/dom/ |
| H A D | XElement.idl | 31 #include <com/sun/star/xml/dom/XAttr.idl> 46 XAttr getAttributeNode([in] string name); 51 XAttr getAttributeNodeNS([in] string namespaceURI,[in] 103 XAttr removeAttributeNode([in] XAttr oldAttr) raises (DOMException); 127 XAttr setAttributeNode([in] XAttr newAttr) raises (DOMException); 137 XAttr setAttributeNodeNS([in] XAttr newAttr) raises (DOMException);
|
| H A D | XDocument.idl | 31 #include <com/sun/star/xml/dom/XAttr.idl> 64 XAttr createAttribute([in] string name) raises (DOMException); 79 …XAttr createAttributeNS([in] string namespaceURI, [in] string qualifiedName) raises (DOMException);
|
| H A D | makefile.mk | 41 XAttr.idl \
|
| H A D | XAttr.idl | 35 interface XAttr: XNode
|
| /AOO41X/main/xmloff/source/core/ |
| H A D | DomExport.cxx | 75 virtual void attribute( const Reference<XAttr>& ) {} in attribute() argument 98 rVisitor.attribute( Reference<XAttr>( xNode, UNO_QUERY_THROW ) ); in visitNode() 171 OUString qualifiedName( const Reference<XAttr>& ); 172 void addAttribute( const Reference<XAttr>& ); 251 OUString DomExport::qualifiedName( const Reference<XAttr>& xAttr ) in qualifiedName() 257 void DomExport::addAttribute( const Reference<XAttr>& xAttribute ) in addAttribute() 272 addAttribute( Reference<XAttr>( xAttributes->item( n ), UNO_QUERY_THROW ) ); in element()
|
| H A D | DomBuilderContext.cxx | 54 using com::sun::star::xml::dom::XAttr;
|
| /AOO41X/main/forms/source/xforms/ |
| H A D | model_ui.cxx | 655 Reference<XAttr> xAttr( xMap->item(n), UNO_QUERY ); in renameNode() 672 Reference<XAttr> xAttr = xDoc->createAttribute( sName ); in renameNode() 769 OUString lcl_serializeForDisplay( const Reference< XAttr >& _rxAttrNode ) in lcl_serializeForDisplay() 819 Reference< XAttr > xAttr( xCurrent, UNO_QUERY ); in lcl_serializeForDisplay()
|