Searched refs:createAttribute (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/forms/qa/org/openoffice/xforms/ |
H A D | Instance.java | 146 public XNode createAttribute( String _attribName ) throws DOMException in createAttribute() method in Instance 148 return createAttribute( m_domInstance, _attribName, null ); in createAttribute() 161 public XNode createAttribute( String _attribName, String _initialNodeValue ) throws DOMException in createAttribute() method in Instance 163 return createAttribute( m_domInstance, _attribName, _initialNodeValue ); in createAttribute() 176 public XNode createAttribute( XNode _parentElement, String _attribName ) throws DOMException in createAttribute() method in Instance 178 return createAttribute( _parentElement, _attribName, null ); in createAttribute() 193 …public XNode createAttribute( XNode _parentElement, String _attribName, String _initialNodeValue )… in createAttribute() method in Instance 196 m_model.getUIHelper().createAttribute( _parentElement, _attribName ) in createAttribute()
|
/aoo42x/main/forms/qa/integration/forms/ |
H A D | XMLFormSettings.java | 89 …XNode booleanAttrib = defaultInstance.createAttribute( stringElement, "booleanAttribute", "true" ); in before() 90 XNode dateAttrib = defaultInstance.createAttribute( stringElement, "dateAttribute" ); in before()
|
/aoo42x/main/forms/source/xforms/ |
H A D | model_ui.cxx | 596 Model::XNode_t Model::createAttribute( const XNode_t& xParent, in createAttribute() function in Model 616 xNode.set( xParent->getOwnerDocument()->createAttribute( sUniqueName ), in createAttribute() 672 Reference<XAttr> xAttr = xDoc->createAttribute( sName ); in renameNode()
|
H A D | model.hxx | 367 virtual XNode_t SAL_CALL createAttribute( const XNode_t& xParent,
|
/aoo42x/main/unoxml/qa/complex/unoxml/ |
H A D | DOMTest.java | 163 XAttr xAttr = xDoc.createAttribute("foo"); in testXDocument() 844 XAttr xAttr = xDoc.createAttribute("foo"); in testXElement() 1159 XAttr xAttr = xDoc.createAttribute("foo"); in testXAttr() 2782 public XAttr createAttribute(String n) throws DOMException { in createAttribute() method in DOMTest.MockDoc
|
/aoo42x/main/unoxml/source/dom/ |
H A D | document.cxx | 431 Reference< XAttr > SAL_CALL CDocument::createAttribute(const OUString& name) in createAttribute() function in DOM::CDocument 763 xDocument->createAttribute(xAttr->getName()); in lcl_ImportNode()
|
H A D | document.hxx | 135 virtual Reference< XAttr > SAL_CALL createAttribute(const OUString& name)
|
H A D | element.cxx | 517 aAttr = GetOwnerDocument().createAttribute(oldAttr->getName()); in removeAttributeNode()
|
/aoo42x/main/offapi/com/sun/star/xforms/ |
H A D | XFormsUIHelper1.idl | 125 createAttribute( [in] com::sun::star::xml::dom::XNode xParent,
|
/aoo42x/main/offapi/com/sun/star/xml/dom/ |
H A D | XDocument.idl | 64 XAttr createAttribute([in] string name) raises (DOMException);
|
/aoo42x/main/svx/source/form/ |
H A D | datanavi.cxx | 520 xNewNode = m_xUIHelper->createAttribute( xParentNode, NEW_ATTRIBUTE ); in DoToolBoxAction()
|
Completed in 71 milliseconds