Issue 118388 - Ineffective Formatting cells
Summary: Ineffective Formatting cells
Status: CONFIRMED
Alias: None
Product: Calc
Classification: Application
Component: formatting (show other issues)
Version: OOO340m0
Hardware: PC Windows XP
: P3 Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-08 10:16 UTC by marcel.chazalmartin
Modified: 2013-01-29 21:39 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
ods file with macro (9.87 KB, application/vnd.oasis.opendocument.spreadsheet)
2011-08-08 10:16 UTC, marcel.chazalmartin
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description marcel.chazalmartin 2011-08-08 10:16:34 UTC
Created attachment 76746 [details]
ods file with macro

By execution of module1.formate_zone() (attached file) we expect to find borders "b5:d8" with red line. It is not the case: only "b8:d8" have a red line on bottom!
Can you verify this defect?
Thanks
Best regards
Comment 1 Oliver-Rainer Wittmann 2012-06-13 12:17:45 UTC
getting rid of value "enhancement" for field "severity".
For enhancement the field "issue type" shall be used.
Comment 2 Terry Yang 2012-09-07 07:15:26 UTC
Confirm this bug, it is ok in LibreOffice
Comment 3 Terry Yang 2012-09-07 07:56:34 UTC
If we change   "dim bord as New com.sun.star.table.BorderLine2" to   "dim bord as New com.sun.star.table.BorderLine" it will work at AOO