Apache OpenOffice (AOO) Bugzilla – Issue 33708
object keep size even I zoom into the document
Last modified: 2013-08-07 15:21:02 UTC
- load the doc: 'Dealing_With_Data_SC.ppt' from '\\sj-1\100ppt' - change to slide 2 - zoom into the slide - the object in the middle of the slide zoom until it is as big as the visible area of the slide - if you srill zoom into the the document the object keep the size. - the zooming works correct. (you can see it on the background graphic)
the same occures with the placeholder (e.g. chart or spreadsheet) of the Impress autolayout.
AW->THB: Indeed. The MetaFile paint is zoomed only up to a fixed limit, then stays at it's size. Is there a mechanism to limit the MetaFile zooming?!?
thb->aw: Not that I know of, except the natural long int limit in coordinate resolution (which clearly shouldn't be hit in this scenario). Will have a look.
set to prio4
Adapted target.
Reset to default assignee.