https://bz.apache.org/ooo/show_bug.cgi?id=70645

oooforum (fr) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #5 from oooforum (fr) <[email protected]> ---
Confirmed with AOO 4.1.3

A workaround is to use getChildNodes method:
 oDoc = thisComponent()
 oSP = oDoc.getScriptProvider()
 Elems = oSP.getChildNodes()
 For each Elem in Elems()
        sOut = sOut & Elem.name & chr(10)
 Next
 msgBox sOut

-- 
You are receiving this mail because:
You are on the CC list for the issue.
You are the assignee for the issue.

Reply via email to