Home
last modified time | relevance | path

Searched refs:XAttr (Results 1 – 15 of 15) sorted by relevance

/trunk/main/unoxml/source/dom/
H A Delement.hxx52 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 Delement.cxx271 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
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()
595 Reference< XAttr >
596 CElement::setAttributeNode(const Reference< XAttr >& newAttr) in setAttributeNode()
[all …]
H A Dattributesmap.cxx167 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 Ddocument.cxx431 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 Ddocument.hxx135 virtual Reference< XAttr > SAL_CALL createAttribute(const OUString& name)
141 …virtual Reference< XAttr > SAL_CALL createAttributeNS(const OUString& namespaceURI, const OUString…
H A Dattr.hxx47 typedef ::cppu::ImplInheritanceHelper1< CNode, XAttr > CAttr_Base;
H A Dattr.cxx209 Reference<XNode>( static_cast<XAttr*>( this ) ), in setValue()
/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java844 XAttr xAttr = xDoc.createAttribute("foo"); in testXElement()
1159 XAttr xAttr = xDoc.createAttribute("foo"); in testXAttr()
1173 XAttr xAttrIns = in testXAttr()
1189 XAttr xAttrClone = in testXAttr()
1208 XAttr xAttrClone = in testXAttr()
2416 XAttr xAttrBarSet = in testXNamedNodeMap_AttributesMap()
2424 XAttr xAttrBarNsSet = in testXNamedNodeMap_AttributesMap()
2906 public XAttr getAttributeNode(String n) { in getAttributeNode()
2940 public XAttr removeAttributeNode(XAttr o) throws DOMException { in removeAttributeNode()
2950 public XAttr setAttributeNode(XAttr n) throws DOMException { in setAttributeNode()
[all …]
/trunk/main/offapi/com/sun/star/xml/dom/
H A DXElement.idl31 #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 DXDocument.idl31 #include <com/sun/star/xml/dom/XAttr.idl>
64 XAttr createAttribute([in] string name) raises (DOMException);
79XAttr createAttributeNS([in] string namespaceURI, [in] string qualifiedName) raises (DOMException);
H A DXAttr.idl35 interface XAttr: XNode
/trunk/main/xmloff/source/core/
H A DDomExport.cxx75 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 DDomBuilderContext.cxx54 using com::sun::star::xml::dom::XAttr;
/trunk/main/forms/source/xforms/
H A Dmodel_ui.cxx655 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()
/trunk/main/offapi/
H A DUnoApi_offapi.mk3691 offapi/com/sun/star/xml/dom/XAttr \

Completed in 89 milliseconds