summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx
diff options
context:
space:
mode:
authorCiorba Edmond <edmond_ciorba@yahoo.com>2013-06-13 22:19:38 +0300
committerAndras Timar <atimar@suse.com>2013-06-25 12:29:13 +0200
commite5990a9dcd97c2231115eae83770f9e6e7e130e9 (patch)
tree282ac2ae9b57072f245c1ee04a472fd3b306589b /sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx
parentb2d9ebf1b95867f7df335b74f3e3c5328647f34a (diff)
fdo#65456 - Provide visual clues in slidesorter for custom animation.
Change-Id: I08666492fea76395fd24b0ebd02647821f49573d
Diffstat (limited to 'sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx')
-rw-r--r--sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx8
1 files changed, 7 insertions, 1 deletions
diff --git a/sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx b/sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx
index 1c50da9871ce..2303c835759f 100644
--- a/sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx
+++ b/sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx
@@ -67,7 +67,10 @@ public:
Name,
// Indicator whether or not there is a slide transition associated
// with this slide.
- TransitionEffectIndicator
+ TransitionEffectIndicator,
+ // Indicator whether or not there is a custom animation associated
+ // with this slide.
+ CustomAnimationEffectIndicator
};
/** Two coordinate systems are supported. They differ only in
translation not in scale. Both relate to pixel values in the window.
@@ -109,6 +112,7 @@ public:
const CoordinateSystem eCoordinateSystem);
Image GetTransitionEffectIcon (void) const;
+ Image GetCustomAnimationEffectIcon (void) const;
private:
SharedSdWindow mpWindow;
@@ -118,7 +122,9 @@ private:
Rectangle maPageNumberAreaBoundingBox;
Rectangle maPreviewBoundingBox;
Rectangle maTransitionEffectBoundingBox;
+ Rectangle maCustomAnimationEffectBoundingBox;
const Image maTransitionEffectIcon;
+ const Image maCustomAnimationEffectIcon;
const ::boost::shared_ptr<Font> mpPageNumberFont;
Size GetPageNumberAreaSize (const int nPageCount);