Issue 27462 - Developers Guide 9.7.2 zoom affirmation is incorrect
Summary: Developers Guide 9.7.2 zoom affirmation is incorrect
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: sdk (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All Windows XP
: P3 Trivial
Target Milestone: ---
Assignee: yvonne.jacoby
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-05 15:06 UTC by bmarcelly
Modified: 2013-02-24 20:55 UTC (History)
1 user (show)

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


Attachments
changed Drawing documentation (714.57 KB, text/xml)
2004-10-04 17:45 UTC, sven.jacobi
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description bmarcelly 2004-04-05 15:06:10 UTC
Developer's Guide 9.7.2 (Draw) says :
Zooming is currently not supported through API.
This is no longer true, see IZ 11707.
As an example, this Basic code:
Sub changeZoom()
Dim conf As Object
Dim z As Integer
conf = thisComponent.CurrentController
z = InputBox("Zoom factor in %, or zero")
if z > 0 then
  conf.ZoomValue = z
  conf.ZoomType = com.sun.star.view.DocumentZoomType.BY_VALUE
else
  conf.ZoomType = com.sun.star.view.DocumentZoomType.PAGE_WIDTH
end if
End Sub
Comment 1 jsc 2004-04-05 15:34:10 UTC
can you please adapt the Developer's Guide for OO2.0 (examples too). Checkout
the document , make your changes, send the bug with changed document as
attachment to Yvonne Jacoby. Please send the used cvs revison of the document as
a comment with the bug.
Comment 2 bmarcelly 2004-04-05 17:19:42 UTC
If your answer is addressed to me, I am sorry to say I am not a developer of OOo 
and I don't intend to be one. I am just an ordinary user.
Comment 3 jsc 2004-04-06 08:45:30 UTC
sorry, i mean not you. The comment was for a the assigned developer SJ.

Set target to OO2.0
Comment 4 clippka 2004-05-04 13:55:09 UTC
changed issue type
Comment 5 sven.jacobi 2004-05-28 17:05:48 UTC
accepted
Comment 6 sven.jacobi 2004-07-27 17:30:27 UTC
sj: changed issue type to defect.
Comment 7 sven.jacobi 2004-10-04 17:45:08 UTC
Created attachment 18111 [details]
changed Drawing documentation
Comment 8 sven.jacobi 2004-10-04 18:00:23 UTC
Hi Yvonne,
I added the changed documentation for the DevelopersGuide (Draw). The original
revision of the document was r1.5. (I am sorry that it took so much time to
handle this Issue, but I hope it is not too late for OOo2.0).

Comment 9 yvonne.jacoby 2004-10-05 12:07:21 UTC
YJ: I'll incorporate this into the dev guide
Comment 10 yvonne.jacoby 2004-10-07 14:16:54 UTC
YJ: added changes.
Comment 11 yvonne.jacoby 2004-11-11 13:02:28 UTC
YJ: verified, closing issue