To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=50579





------- Additional comments from [EMAIL PROTECTED] Thu Jul 14 08:26:15 -0700 
2005 -------
sw->byl: not sure what happens without having a working macro, but as far as I
see you want to change the fillstyle of a shape to NONE ... for example in a
Drawdocument with at least one shape this can be easily done by

        drawpage = thisComponent.Drawpages(0)
        shape = drawpage.getByIndex(0)
        shape.FillStyle = com.sun.star.drawing.FillStyle.NONE

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to