Issue 119546 - [From Symphony]he table border got lost when open the .ppt file in AOO
Summary: [From Symphony]he table border got lost when open the .ppt file in AOO
Status: CLOSED FIXED
Alias: None
Product: Impress
Classification: Application
Component: open-import (show other issues)
Version: 3.4.0
Hardware: PC All
: P2 Normal (vote)
Target Milestone: 4.0.0
Assignee: Andre
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-30 03:16 UTC by Li Feng Wang
Modified: 2012-12-26 08:07 UTC (History)
4 users (show)

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


Attachments
ppt sample file with table (812.00 KB, application/vnd.ms-powerpoint)
2012-05-30 03:16 UTC, Li Feng Wang
no flags Details
patch for ppt table border lost issue (1.16 KB, patch)
2012-06-11 08:59 UTC, Lei Debin
debin.lei: review?
Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description Li Feng Wang 2012-05-30 03:16:13 UTC
Created attachment 77754 [details]
ppt sample file with table

build:
AOO3.4 r1327774

steps:
1)open sample ppt file with AOO3.4 

defect:
table border got lost
Comment 1 Lei Debin 2012-06-11 08:00:18 UTC
I am looking at the issue
Comment 2 Lei Debin 2012-06-11 08:12:14 UTC
I am looking at the issue
Comment 3 Lei Debin 2012-06-11 08:41:50 UTC
The line width (record ID: DFF_Prop_lineWidth) of the shapes (table group) is 0.
The table border line width is 0 but the line style is solid. 
AOO handle no border table with 0 line width and nofill line style.
So when the line style exist, avoid 0 and set the min line width up to 1.
Comment 4 Lei Debin 2012-06-11 08:59:39 UTC
Created attachment 78231 [details]
patch for ppt table border lost issue
Comment 5 Andre 2012-06-12 11:15:03 UTC
Reviewing.
Comment 6 Andre 2012-06-12 12:07:21 UTC
Reviewed, tested, commited.  SVN revision is 1349286.
Comment 7 liuping 2012-06-21 06:41:50 UTC
verify the fixing result ,pass