summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx
diff options
context:
space:
mode:
authorAndre Fischer <af@openoffice.org>2010-03-10 17:33:53 +0100
committerAndre Fischer <af@openoffice.org>2010-03-10 17:33:53 +0100
commit538a067d216e87d2f01b144eb7e711ce0dca93b4 (patch)
treeb85261e032edfeee4bb332ee7808241ccc1d270f /sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx
parent9c1e4f81d79eb618e1f9b088ec08faffd539e81f (diff)
renaissance1: #i107215# Improved calculation of insertion indicator, excluded pages.
Diffstat (limited to 'sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx')
-rw-r--r--sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx13
1 files changed, 3 insertions, 10 deletions
diff --git a/sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx b/sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx
index 46f3881fe6da..99ceee121b42 100644
--- a/sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx
+++ b/sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx
@@ -85,20 +85,13 @@ public:
};
/** Two coordinate systems are supported. They differ only in
translation not in scale. Both relate to pixel values in the window.
- A position in the window coordinate system does not change when the window content is
- scrolled up or down. In the screen coordinate system (relative
+ A position in the model coordinate system does not change when the window content is
+ scrolled up or down. In the window coordinate system (relative
to the top left point of the window)scrolling leads to different values.
- Example: Scroll up the point (0,0) in the the window coordinate
- system by 20 pixels. It lies not inside the visible area of the
- window anymore. Its screen coordinates are now (-20,0).
-
- WindowCoordinateSystem corresponds to the logic coordinate system of
- class Window, while ScreenCoordinateSystem corresponds to its pixel
- coordinate system.
*/
enum CoordinateSystem {
WindowCoordinateSystem,
- ScreenCoordinateSystem};
+ ModelCoordinateSystem};
/** Return the bounding box of the page object or one of its graphical
parts.