To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=8275
User kami_ changed the following:
What |Old value |New value
================================================================================
CC|'baumux,catch,hwoarang,iku|'baumux,catch,hwoarang,iku
|ya,lcombe,manens,masayan,p|ya,kami_,lcombe,manens,mas
|agalmes,pmike,samphan,thin|ayan,pagalmes,pmike,sampha
|g,tkreft,utomo99' |n,thing,tkreft,utomo99'
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Jun 20 06:33:46 +0000
2007 -------
I have checked the OpenDocument specification. It seems it does not support
other thing than no line, line, double line.
(http://www.oasis-open.org/committees/download.php/12572/OpenDocument-v1.0-os.pdf)
OpenDocument-v1.0-os.sxw 1 May 2005
Copyright © OASIS Open 2002 - 2005. All Rights Reserved. Page 587 of 706
15.5.26 Border Line Width
If the line style for a border is double, use the border line properties
style:border-linewidth,
style:border-line-width-top, style:border-line-width-bottom,
style:border-line-width-left and style:border-line-width-right to individually
specify the width of the inner and outer lines and the distance between them.
The style:border-line-width specifies the line widths of all four sides, while
the other
attributes specify the line widths of one side only.
The value of the attributes can be a list of three space-separated lengths, as
follows:
• The first value specifies the width of the inner line
• The second value specified the distance between the two lines
• The third value specifies the width of the outer line
The result of specifying a border line width without specifying a border width
style of double for
the same border is undefined.
<define name="style-paragraph-properties-attlist" combine="interleave">
<ref name="common-border-line-width-attlist"/>
</define>
<define name="common-border-line-width-attlist">
<optional>
<attribute name="style:border-line-width">
<ref name="borderWidths"/>
</attribute>
</optional>
<optional>
<attribute name="style:border-line-width-top">
<ref name="borderWidths"/>
</attribute>
</optional>
<optional>
<attribute name="style:border-line-width-bottom">
<ref name="borderWidths"/>
</attribute>
</optional>
<optional>
<attribute name="style:border-line-width-left">
<ref name="borderWidths"/>
</attribute>
</optional>
<optional>
<attribute name="style:border-line-width-right">
<ref name="borderWidths"/>
</attribute>
</optional>
</define>
<define name="borderWidths">
<list>
<ref name="positiveLength"/>
<ref name="positiveLength"/>
<ref name="positiveLength"/>
</list>
</define>
Can someone confirm it?
---------------------------------------------------------------------
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]