To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=104763 Issue #|104763 Summary|printerpullpages: when changing page layout in the pri |nter settings ... Component|ui Version|DEV300m55 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|ui Assigned to|pl Reported by|tl
------- Additional comments from [email protected] Thu Sep 3 15:15:47 +0000 2009 ------- In Writer changing the page layout in the printer settings from portrait to landscape and vice versa should result in recalculating the page count. That is bool bFormat = m_pPrintUIOptions->processPropertiesAndCheckFormat( rxOptions ); should return true. Reasoning: a) HTML source view does not have an associated paper/page size it is taken from the printer. Thus changing the page layout should result in a different number of pages to print in almost all cases. b) In OOo 3.1/3.2 when prospect printing the actual two pages to be printed were scaled to fit the printer page size. Thus to keep the same behavior we have to reformat the pages if the page layout of the printer changes. --------------------------------------------------------------------- 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]
