Issue 26155 - API: sd.SdXImpressDocument::XPrintable
Summary: API: sd.SdXImpressDocument::XPrintable
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: stephan.wunderlich
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks: 27022
  Show dependency tree
 
Reported: 2004-03-05 12:06 UTC by stephan.wunderlich
Modified: 2013-02-24 21:06 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 stephan.wunderlich 2004-03-05 12:06:25 UTC
The method 'setPrinter' doesn't change the PrintOptions

	doc = ThisComponent
	printer = doc.getPrinter()
	msgbox printer(1).Name + " = "+printer(1).Value
	printer(1).Value = 1
	doc.setPrinter(printer)
	printer = doc.getPrinter()
	msgbox printer(1).Name + " = "+printer(1).Value	

shows that the PropertyValue doesn't change, in this case it should be
PaperOrientation as long as the sequence isn't changed :-)
Comment 1 groucho266 2004-04-07 13:50:53 UTC
Accepted.
Comment 2 groucho266 2004-09-24 10:38:28 UTC
In SdXImpressDocument::setPrinter() the new printer created by impl_setPrinter()
was not correctly set due to a bug introduced by the stacked view shells.
Comment 3 groucho266 2004-10-25 13:26:46 UTC
Step 1/3 of sending issue to QA.
Comment 4 groucho266 2004-10-25 13:27:27 UTC
Step 3/3 of sending issue to QA.
Comment 5 groucho266 2004-10-25 13:27:51 UTC
Step 3/3 of sending issue to QA.
Comment 6 stephan.wunderlich 2004-10-29 16:30:41 UTC
ok in cws_impress10 => verified
Comment 7 stephan.wunderlich 2005-01-26 16:26:07 UTC
ok in src680_m73 => closed