Issue 15927 - fixed linespacing needs to be implemented
Summary: fixed linespacing needs to be implemented
Status: CLOSED FIXED
Alias: None
Product: Impress
Classification: Application
Component: code (show other issues)
Version: OOo 1.1 Beta2
Hardware: PC Windows 2000
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: christian.guenther
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-23 08:37 UTC by chinixjohn
Modified: 2003-09-22 10:26 UTC (History)
1 user (show)

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


Attachments
one example (15.00 KB, application/octet-stream)
2003-07-02 07:45 UTC, chinixjohn
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description chinixjohn 2003-06-23 08:37:07 UTC
use the presentation open a PowerPoint document that all linespaces are wrong, 
linespace is one line in PowerPoint,but in presentation would be 105%(100% is 
right).linespace is 1.2 line in PowerPoint,but in presentation would be 126%.
Comment 1 wolframgarten 2003-06-23 08:58:14 UTC
Reassigned to Christian.
Comment 2 christian.guenther 2003-07-01 15:01:14 UTC
set to new
Comment 3 christian.guenther 2003-07-01 15:09:24 UTC
You are right that the values of the spacings are a little bit
different (105<->100, 126<->120).The look of the text objects are the
same in PPT and OOo. The different values depends on a different font
(and therefore linespace) handling.
Can you write a short explanation, please ?
Comment 4 chinixjohn 2003-07-02 07:45:32 UTC
Created attachment 7322 [details]
one example
Comment 5 chinixjohn 2003-07-03 04:13:26 UTC
if one page full of lines in powerpoint,it would be flow out of the 
page in presentation.I am sure there are some other reason cause 
it,but lines spacing must be one of them.
Comment 6 chinixjohn 2003-07-03 06:05:04 UTC
if one page full of lines in powerpoint,it would be flow out of the 
page in presentation.I am sure there are some other reason cause 
it,but lines spacing must be one of them.
Comment 7 sven.jacobi 2003-07-11 09:58:21 UTC
The problem is that we are not having a fixed line spacing in Impress,
the height depends to the font which is used, this is other than in
PowerPoint.
To compensate the difference the PPT import is adjusting the line
spacing, but this is not working perfect for all fonts.

I will change our text handling, so that we will support a fixed line
height.

-> changed title and Issue type
Comment 8 sven.jacobi 2003-07-28 13:50:24 UTC
SJ->EM: To be able to implement this feature I need to change a string
in svx/source/svdraw/svdstr.src, therefore I need your approval.

The current string says:
Text = "SvDraw Reserve 15";
Text [ ENGLISH ] = "SvDraw Reserve 15" ;

And I want to replace it with:
Text = "Fontunabhängige Zellhöhe verwenden";
Text [ ENGLISH ] = "Use font independent cell height" ;

The above text describes an item which enables a font independent cell
height, or in other words, the height of a line is always the same
regardless of which font is used.

Comment 9 e.matthis 2003-07-28 14:29:13 UTC
Liz (EM) ->SJ:
Please use the following strings. CAREFUL!! You have to change the
string at "ENGLISH_us" not "ENGLISH". Thanks!

Text = "Fontunabhängigen Zeilenabstand verwenden";
Text [ ENGLISH_us ] = "Use font-independent line spacing"
Comment 10 e.matthis 2003-07-28 14:40:04 UTC
EM->SJ: sorry - a little change for the German. Please use this
instead to be consistent in the terminology:

Text = "Schriftartunabhängigen Zeilenabstand verwenden";
Comment 11 e.matthis 2003-07-28 14:49:26 UTC
reassigning to sj
Comment 12 sven.jacobi 2003-07-30 15:22:17 UTC
sj->cgu: the bugfix is ready to be verified in cws[sj02]. For the
enhancements I wrote a feature mail.

Comment 13 sven.jacobi 2003-07-30 15:22:47 UTC
changed owner.
Comment 14 christian.guenther 2003-07-31 14:19:44 UTC
still occures on Win.
Comment 15 christian.guenther 2003-07-31 14:21:18 UTC
back to you.
Comment 16 sven.jacobi 2003-07-31 16:12:05 UTC
Now solved a little error  in impedit3.cxx, (problems if different
fonts used in the same line)
Comment 17 sven.jacobi 2003-07-31 16:12:57 UTC
changed owner.

SJ->CGU: ready to be verified again.

Comment 18 christian.guenther 2003-08-05 08:37:08 UTC
set to fixed.
Comment 19 christian.guenther 2003-08-05 08:37:49 UTC
verified in cws sj02 on Sols, Lin, Win.
Comment 20 christian.guenther 2003-09-22 10:25:02 UTC
integrated in src680m6 on Lin, Sols, Win.
Comment 21 christian.guenther 2003-09-22 10:26:00 UTC
I close the issue.
Please reopen it if the bug still occures.