Home
last modified time | relevance | path

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

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A Dcode.js163 sText += " " + GetTypeLink(sMatch, sTypeName, -1);
262 "type:", GetTypeLink(aNode["value-type"], aNode["value-type"], -1),
294 …aEntry.innerHTML = "element <b>" + aNode["tag"] + "</b> -> " + GetTypeLink(aNode["result-type"], a…
356 function GetTypeLink (sText, sTarget, nIndex) function
380 return "reference to "+sWhat+" "+GetTypeLink(sTypeName, sTypeName, -1) + " "
428 sContent += GetTypeLink(TypeHistory[nIndex], TypeHistory[nIndex], nIndex);
438 …var aTableData = ["restriction", "based on:", GetTypeLink(aNode['base-type'], aNode['base-type'], …

Completed in 17 milliseconds