summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/inc/view/SlsPageObjectPainter.hxx
diff options
context:
space:
mode:
authorAndre Fischer <af@openoffice.org>2010-03-24 15:49:18 +0100
committerAndre Fischer <af@openoffice.org>2010-03-24 15:49:18 +0100
commit1b8c751edf19558950965cec825a150f97ba082b (patch)
treea54dcb7528395bf7007db1e07833398a63fb583f /sd/source/ui/slidesorter/inc/view/SlsPageObjectPainter.hxx
parent9300afa21cbb4cd48c6cbd4fa92f206aa858329e (diff)
renaissance1: #i107215# Improved button handling.
Diffstat (limited to 'sd/source/ui/slidesorter/inc/view/SlsPageObjectPainter.hxx')
-rw-r--r--sd/source/ui/slidesorter/inc/view/SlsPageObjectPainter.hxx10
1 files changed, 10 insertions, 0 deletions
diff --git a/sd/source/ui/slidesorter/inc/view/SlsPageObjectPainter.hxx b/sd/source/ui/slidesorter/inc/view/SlsPageObjectPainter.hxx
index e02c68e7967a..2fa10d39f318 100644
--- a/sd/source/ui/slidesorter/inc/view/SlsPageObjectPainter.hxx
+++ b/sd/source/ui/slidesorter/inc/view/SlsPageObjectPainter.hxx
@@ -101,9 +101,19 @@ private:
void PaintButtons (
OutputDevice& rDevice,
const model::SharedPageDescriptor& rpDescriptor) const;
+ void PaintButtonsType0 (
+ OutputDevice& rDevice,
+ const model::SharedPageDescriptor& rpDescriptor) const;
+ void PaintButtonsType1 (
+ OutputDevice& rDevice,
+ const model::SharedPageDescriptor& rpDescriptor) const;
void PaintWideButton (
OutputDevice& rDevice,
const model::SharedPageDescriptor& rpDescriptor) const;
+ Rectangle PaintWideButtonBackground (
+ OutputDevice& rDevice,
+ const model::SharedPageDescriptor& rpDescriptor,
+ const model::VisualState::ButtonState eState) const;
void PrepareBackgrounds (OutputDevice& rDevice);
void PaintBorder (
OutputDevice& rDevice,