summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/controller
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/controller')
-rw-r--r--sd/source/ui/slidesorter/controller/SlsAnimator.cxx6
-rw-r--r--sd/source/ui/slidesorter/controller/SlsFocusManager.cxx4
-rw-r--r--sd/source/ui/slidesorter/controller/SlsInsertionIndicatorHandler.cxx4
-rw-r--r--sd/source/ui/slidesorter/controller/SlsPageSelector.cxx4
-rw-r--r--sd/source/ui/slidesorter/controller/SlsProperties.cxx32
-rw-r--r--sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx6
-rw-r--r--sd/source/ui/slidesorter/controller/SlsTransferableData.cxx4
-rw-r--r--sd/source/ui/slidesorter/controller/SlsVisibleAreaManager.cxx4
8 files changed, 2 insertions, 62 deletions
diff --git a/sd/source/ui/slidesorter/controller/SlsAnimator.cxx b/sd/source/ui/slidesorter/controller/SlsAnimator.cxx
index 7b28c7d6ab53..cab9f9244d53 100644
--- a/sd/source/ui/slidesorter/controller/SlsAnimator.cxx
+++ b/sd/source/ui/slidesorter/controller/SlsAnimator.cxx
@@ -51,7 +51,7 @@ public:
animation is marked as expired to prevent another run.
*/
void Expire (void);
- bool IsExpired (void);
+ bool IsExpired (void) { return mbIsExpired;}
Animator::AnimationFunctor maAnimation;
Animator::FinishFunctor maFinishFunctor;
@@ -342,10 +342,6 @@ void Animator::Animation::Expire (void)
-bool Animator::Animation::IsExpired (void)
-{
- return mbIsExpired;
-}
diff --git a/sd/source/ui/slidesorter/controller/SlsFocusManager.cxx b/sd/source/ui/slidesorter/controller/SlsFocusManager.cxx
index 597f3ec6a251..1d1f295f4752 100644
--- a/sd/source/ui/slidesorter/controller/SlsFocusManager.cxx
+++ b/sd/source/ui/slidesorter/controller/SlsFocusManager.cxx
@@ -211,10 +211,6 @@ model::SharedPageDescriptor FocusManager::GetFocusedPageDescriptor (void) const
-sal_Int32 FocusManager::GetFocusedPageIndex (void) const
-{
- return mnPageIndex;
-}
void FocusManager::SetFocusedPage (const model::SharedPageDescriptor& rpDescriptor)
diff --git a/sd/source/ui/slidesorter/controller/SlsInsertionIndicatorHandler.cxx b/sd/source/ui/slidesorter/controller/SlsInsertionIndicatorHandler.cxx
index b2c66b284ec0..c047be13a4c2 100644
--- a/sd/source/ui/slidesorter/controller/SlsInsertionIndicatorHandler.cxx
+++ b/sd/source/ui/slidesorter/controller/SlsInsertionIndicatorHandler.cxx
@@ -161,10 +161,6 @@ void InsertionIndicatorHandler::UpdatePosition (
-bool InsertionIndicatorHandler::IsActive (void) const
-{
- return mbIsActive;
-}
diff --git a/sd/source/ui/slidesorter/controller/SlsPageSelector.cxx b/sd/source/ui/slidesorter/controller/SlsPageSelector.cxx
index 1484159df697..5d40c03c21af 100644
--- a/sd/source/ui/slidesorter/controller/SlsPageSelector.cxx
+++ b/sd/source/ui/slidesorter/controller/SlsPageSelector.cxx
@@ -275,10 +275,6 @@ int PageSelector::GetPageCount (void) const
-int PageSelector::GetSelectedPageCount (void) const
-{
- return mnSelectedPageCount;
-}
diff --git a/sd/source/ui/slidesorter/controller/SlsProperties.cxx b/sd/source/ui/slidesorter/controller/SlsProperties.cxx
index 091249582316..cd70c1324d07 100644
--- a/sd/source/ui/slidesorter/controller/SlsProperties.cxx
+++ b/sd/source/ui/slidesorter/controller/SlsProperties.cxx
@@ -65,10 +65,6 @@ void Properties::HandleDataChangeEvent (void)
-bool Properties::IsHighlightCurrentSlide (void) const
-{
- return mbIsHighlightCurrentSlide;
-}
@@ -81,10 +77,6 @@ void Properties::SetHighlightCurrentSlide (const bool bIsHighlightCurrentSlide)
-bool Properties::IsShowSelection (void) const
-{
- return mbIsShowSelection;
-}
@@ -97,10 +89,6 @@ void Properties::SetShowSelection (const bool bIsShowSelection)
-bool Properties::IsShowFocus (void) const
-{
- return mbIsShowFocus;
-}
@@ -113,10 +101,6 @@ void Properties::SetShowFocus (const bool bIsShowFocus)
-bool Properties::IsCenterSelection (void) const
-{
- return mbIsCenterSelection;
-}
@@ -129,10 +113,6 @@ void Properties::SetCenterSelection (const bool bIsCenterSelection)
-bool Properties::IsSmoothSelectionScrolling (void) const
-{
- return mbIsSmoothSelectionScrolling;
-}
@@ -145,10 +125,6 @@ void Properties::SetSmoothSelectionScrolling (const bool bIsSmoothSelectionScrol
-bool Properties::IsSuspendPreviewUpdatesDuringFullScreenPresentation (void) const
-{
- return mbIsSuspendPreviewUpdatesDuringFullScreenPresentation;
-}
@@ -224,10 +200,6 @@ void Properties::SetHighlightColor (const Color& rColor)
-bool Properties::IsUIReadOnly (void) const
-{
- return mbIsUIReadOnly;
-}
@@ -240,10 +212,6 @@ void Properties::SetUIReadOnly (const bool bIsUIReadOnly)
-bool Properties::IsOnlyPreviewTriggersMouseOver (void) const
-{
- return mbIsOnlyPreviewTriggersMouseOver;
-}
} } } // end of namespace ::sd::slidesorter::controller
diff --git a/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx b/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
index 5024a7d5b304..62963579a93d 100644
--- a/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
+++ b/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx
@@ -174,7 +174,7 @@ public:
const Point& rMousePosition,
const InsertionIndicatorHandler::Mode eMode);
- bool IsMouseOverIndicatorAllowed (void) const;
+ bool IsMouseOverIndicatorAllowed (void) const { return mbIsMouseOverIndicatorAllowed;}
protected:
SlideSorter& mrSlideSorter;
@@ -1173,10 +1173,6 @@ void SelectionFunction::ModeHandler::StartDrag (
-bool SelectionFunction::ModeHandler::IsMouseOverIndicatorAllowed (void) const
-{
- return mbIsMouseOverIndicatorAllowed;
-}
diff --git a/sd/source/ui/slidesorter/controller/SlsTransferableData.cxx b/sd/source/ui/slidesorter/controller/SlsTransferableData.cxx
index c1d55ca1a998..3b055a0848be 100644
--- a/sd/source/ui/slidesorter/controller/SlsTransferableData.cxx
+++ b/sd/source/ui/slidesorter/controller/SlsTransferableData.cxx
@@ -124,10 +124,6 @@ const ::std::vector<TransferableData::Representative>& TransferableData::GetRepr
-SlideSorterViewShell* TransferableData::GetSourceViewShell (void) const
-{
- return mpViewShell;
-}
} } } // end of namespace ::sd::slidesorter::controller
diff --git a/sd/source/ui/slidesorter/controller/SlsVisibleAreaManager.cxx b/sd/source/ui/slidesorter/controller/SlsVisibleAreaManager.cxx
index c6a4f1e5df28..e4135045f369 100644
--- a/sd/source/ui/slidesorter/controller/SlsVisibleAreaManager.cxx
+++ b/sd/source/ui/slidesorter/controller/SlsVisibleAreaManager.cxx
@@ -88,10 +88,6 @@ void VisibleAreaManager::DeactivateCurrentSlideTracking (void)
-bool VisibleAreaManager::IsCurrentSlideTrackingActive (void) const
-{
- return mbIsCurrentSlideTrackingActive;
-}