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





------- Additional comments from [EMAIL PROTECTED] Fri Apr 27 17:01:47 +0000 
2007 -------
AW: Zoom: As i thought, zoom is an integer value, so 1 would be the smallest,
but 5 is used in SD (look for MIN_ZOOM, MAX_ZOOM and mnMinZoom). mnMinZoom maybe
calculated by CalcMinZoom(), too (Impress?). Experimented in
Window::SetZoomFactor(), the created MapMode for VCL works with 1/100th scaleX
and ScaleY, too -> not hindered by VCL.

To do it right, i would have to:
- change mnMinZoom to double
- change the MIN_ZOOM
- change all usages and calculations involved mnMinZoom
- change zoom display in status bar
- change zoom dialog -> UI change
- potentially change file format save/load (the zoom factor and last view
position is saved and loaded) -> core change, API change, FileFormat change...

Alternatively i can stay at 5% and just live with not being able to see the
whole page in the window. Will discuss with CL and UserExperience.

---------------------------------------------------------------------
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]

Reply via email to