diff options
Diffstat (limited to 'sd/source/ui/inc')
-rw-r--r-- | sd/source/ui/inc/AccessibleSlideSorterView.hxx | 8 | ||||
-rw-r--r-- | sd/source/ui/inc/DrawViewShell.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/inc/OutlineViewShell.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/inc/SlideSorter.hxx | 6 | ||||
-rw-r--r-- | sd/source/ui/inc/SlideTransitionPane.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/inc/drawview.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/inc/framework/ModuleController.hxx | 7 | ||||
-rw-r--r-- | sd/source/ui/inc/slideshow.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/inc/tools/TimerBasedTaskExecution.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/inc/uiobject.hxx | 2 |
10 files changed, 0 insertions, 30 deletions
diff --git a/sd/source/ui/inc/AccessibleSlideSorterView.hxx b/sd/source/ui/inc/AccessibleSlideSorterView.hxx index 27be093fdc7c..ee98373408d6 100644 --- a/sd/source/ui/inc/AccessibleSlideSorterView.hxx +++ b/sd/source/ui/inc/AccessibleSlideSorterView.hxx @@ -290,14 +290,6 @@ private: */ void ThrowIfDisposed() throw (css::lang::DisposedException); - - /** Check whether or not the object has been disposed (or is in the - state of being disposed). - - @return sal_True, if the object is disposed or in the course - of being disposed. Otherwise, sal_False is returned. - */ - bool IsDisposed(); }; } // end of namespace ::accessibility diff --git a/sd/source/ui/inc/DrawViewShell.hxx b/sd/source/ui/inc/DrawViewShell.hxx index 1068edb8bae9..a0de364f6e6b 100644 --- a/sd/source/ui/inc/DrawViewShell.hxx +++ b/sd/source/ui/inc/DrawViewShell.hxx @@ -402,7 +402,6 @@ protected: void GetMenuStateSel(SfxItemSet& rSet); private: - void ShowSlideShow(SfxRequest& rReq); /** This flag controls whether the layer mode is active, i.e. the layer dialog is visible. */ diff --git a/sd/source/ui/inc/OutlineViewShell.hxx b/sd/source/ui/inc/OutlineViewShell.hxx index ae641df7f8ce..5f46db658ee6 100644 --- a/sd/source/ui/inc/OutlineViewShell.hxx +++ b/sd/source/ui/inc/OutlineViewShell.hxx @@ -149,7 +149,6 @@ public: void UpdateOutlineObject( SdPage* pPage, Paragraph* pPara ); private: - void ShowSlideShow(SfxRequest& rReq); OutlineView* pOlView; SdPage* pLastPage; // For efficient processing of the preview rtl::Reference<TransferableClipboardListener> mxClipEvtLstnr; diff --git a/sd/source/ui/inc/SlideSorter.hxx b/sd/source/ui/inc/SlideSorter.hxx index 88f4abf8bc96..6f85c3f01f6e 100644 --- a/sd/source/ui/inc/SlideSorter.hxx +++ b/sd/source/ui/inc/SlideSorter.hxx @@ -202,12 +202,6 @@ protected: */ model::SlideSorterModel* CreateModel(); - /** Create the view for the view shell. When called from the default - implementation of CreateModelViewController() then the model but not - the controller does exist. Test their pointers when in doubt. - */ - view::SlideSorterView* CreateView(); - /** Create the controller for the view shell. When called from the default implementation of CreateModelViewController() then both the view and the controller do exist. Test their pointers when in doubt. diff --git a/sd/source/ui/inc/SlideTransitionPane.hxx b/sd/source/ui/inc/SlideTransitionPane.hxx index 221eade120ca..5834969a44df 100644 --- a/sd/source/ui/inc/SlideTransitionPane.hxx +++ b/sd/source/ui/inc/SlideTransitionPane.hxx @@ -85,7 +85,6 @@ private: void applyToSelectedPages(bool bPreview); void playCurrentEffect(); - void stopEffects(); void addListener(); void removeListener(); diff --git a/sd/source/ui/inc/drawview.hxx b/sd/source/ui/inc/drawview.hxx index 06d7f1760b00..d076b8ba942f 100644 --- a/sd/source/ui/inc/drawview.hxx +++ b/sd/source/ui/inc/drawview.hxx @@ -54,8 +54,6 @@ public: virtual void MakeVisible(const Rectangle& rRect, vcl::Window& rWin) override; virtual void HideSdrPage() override; // SdrPageView* pPV); - void PresPaint(const vcl::Region& rRegion); - virtual void DeleteMarked() override; // from SdrView protected: virtual void ModelHasChanged() override; diff --git a/sd/source/ui/inc/framework/ModuleController.hxx b/sd/source/ui/inc/framework/ModuleController.hxx index 54e872f477d1..f29450f38c74 100644 --- a/sd/source/ui/inc/framework/ModuleController.hxx +++ b/sd/source/ui/inc/framework/ModuleController.hxx @@ -100,13 +100,6 @@ private: ModuleController (const ModuleController&) = delete; virtual ~ModuleController() throw() override; - /** Load a list of URL to service mappings from the - /org.openoffice.Office.Impress/MultiPaneGUI/Framework/ResourceFactories - configuration entry. The mappings are stored in the - mpResourceToFactoryMap member. - */ - void LoadFactories (const css::uno::Reference<css::uno::XComponentContext>& rxContext); - /** Called for every entry in the ResourceFactories configuration entry. */ void ProcessFactory (const ::std::vector<css::uno::Any>& rValues); diff --git a/sd/source/ui/inc/slideshow.hxx b/sd/source/ui/inc/slideshow.hxx index 2a10e3470e81..49ac3448a7e4 100644 --- a/sd/source/ui/inc/slideshow.hxx +++ b/sd/source/ui/inc/slideshow.hxx @@ -159,7 +159,6 @@ public: // settings bool isFullScreen(); // a.k.a. FuSlideShow::IsFullScreen() - bool isAlwaysOnTop(); // a.k.a. FuSlideShow::IsAlwaysOnTop(); OutputDevice* getShowWindow(); // a.k.a. FuSlideShow::GetShowWindow() int getAnimationMode(); // a.k.a. FuSlideShow::GetAnimationMode() sal_Int32 getCurrentPageNumber(); // a.k.a. FuSlideShow::GetCurrentPage() diff --git a/sd/source/ui/inc/tools/TimerBasedTaskExecution.hxx b/sd/source/ui/inc/tools/TimerBasedTaskExecution.hxx index 26207772b40b..75bf1cebaf49 100644 --- a/sd/source/ui/inc/tools/TimerBasedTaskExecution.hxx +++ b/sd/source/ui/inc/tools/TimerBasedTaskExecution.hxx @@ -78,7 +78,6 @@ private: sal_uInt32 nMillisecondsBetweenSteps, sal_uInt32 nMaxTimePerStep); ~TimerBasedTaskExecution(); - void SetSelf (const std::shared_ptr<TimerBasedTaskExecution>& rpSelf); class Deleter; friend class Deleter; diff --git a/sd/source/ui/inc/uiobject.hxx b/sd/source/ui/inc/uiobject.hxx index 66ca0273e575..b969356a6493 100644 --- a/sd/source/ui/inc/uiobject.hxx +++ b/sd/source/ui/inc/uiobject.hxx @@ -43,8 +43,6 @@ protected: private: VclPtr<sd::Window> mxWindow; - - SdrPageView* getPageView(); }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |