Home
last modified time | relevance | path

Searched refs:getElementById (Results 1 – 5 of 5) sorted by relevance

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A Dcode.js32 …document.getElementById("message").innerHTML = "there are " + ComplexTypeNames.length + " complex …
175 document.getElementById('matches').innerHTML = "<table>"+sText+"</table>";
178 document.getElementById('match-count').innerHTML = "no match:";
183 document.getElementById('match-count').innerHTML = "single match:";
185 document.getElementById('match-count').innerHTML = aMatches.length+" matches:";
225 var aElement = document.getElementById('result');
401 var aButton = document.getElementById("button-"+sTypeName);
402 var aExpansion = document.getElementById("expansion-"+sTypeName);
420 var aElement = document.getElementById('history');
/trunk/main/unoxml/source/dom/
H A Ddocument.hxx211 virtual Reference< XElement > SAL_CALL getElementById(const OUString& elementId)
H A Ddocument.cxx687 CDocument::getElementById(const OUString& elementId) in getElementById() function in DOM::CDocument
/trunk/main/offapi/com/sun/star/xml/dom/
H A DXDocument.idl161 XElement getElementById([in] string elementId);
/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java241 XElement xById = xDoc.getElementById("foo"); in testXDocument()
299 XElement xById = xDoc.getElementById("bar"); in testXDocument()
2832 public XElement getElementById(String id) { in getElementById() method in DOMTest.MockDoc

Completed in 42 milliseconds