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





------- Additional comments from o...@openoffice.org Thu Jan 22 15:12:18 +0000 
2009 -------
OD->scarlettulip13:
Thanks for the macro.
Unfortunately your macro has some defects and does not show the described 
defect.
- variable "mArgArray" is not declared as an array. This "mArgArray(i)" for
whatever value of "i" equals "6"
- function fnFindPropertyIndex does not return anything, when the property is
not found in the array of properties.
I adjusted the macro - see my attachment.
This the adjustment the created list style, named "myBullet" is not changed,
because the macro exits in the first i-iteration and the first j-iteration,
because property "LeftMargin" is not found in the current array of properties.

A look in the UNO-API reveals that properties "LeftMargin" and "FirstLineOffset"
must exist in the property array. This is a defect, which needs to be fixed.
When this is fixed the adjusted macro would run and change at each list level
the properties "LeftMargin" and "Adjust". But, due to the introduction of the
new list level attributes - see above mentioned specification, the "LeftMargin"
property will not be evaluated, because the "PositionAndSpaceMode" property
value equals constant 
com::sun::star::text::PositionAndSpaceMode::LABEL_ALIGNMENT

---------------------------------------------------------------------
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to