Issue 38317 - Page scaling API does not work correctly
Summary: Page scaling API does not work correctly
Status: CLOSED FIXED
Alias: None
Product: Calc
Classification: Application
Component: programming (show other issues)
Version: 680m52
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: stephan.wunderlich
QA Contact: issues@sc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-02 12:26 UTC by daniel.rentz
Modified: 2013-08-07 15:13 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description daniel.rentz 2004-12-02 12:26:45 UTC
Consider the following macro attached to a spreadsheet document:

Sub Main
	oStyle = ThisComponent.StyleFamilies.GetByName("PageStyles").
GetByIndex(0)
	oStyle.ScaleToPages = 2
	oStyle.PageScale = 50
End Sub

Though the PageScale property is set later, the dialog of the "Default" page style 
still shows the ScaleToPages setting (because it is not removed in the item set).
Comment 1 sascha.ballach 2004-12-02 13:17:38 UTC
P4
Comment 2 sascha.ballach 2005-03-21 19:07:35 UTC
should be part of OOo 2.0.1
Comment 3 sascha.ballach 2005-05-10 15:15:15 UTC
fixed
Comment 4 sascha.ballach 2005-08-12 11:34:01 UTC
please verify

re-open issue and reassign to sw@openoffice.org
Comment 5 sascha.ballach 2005-08-12 11:34:05 UTC
reassign to sw@openoffice.org
Comment 6 sascha.ballach 2005-08-12 11:34:10 UTC
reset resolution to FIXED
Comment 7 stephan.wunderlich 2005-08-19 08:56:23 UTC
works as expected in dr37 => verified
Comment 8 stephan.wunderlich 2005-10-17 14:21:44 UTC
works as expected in src680_m134 => closed