diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/editeng/editeng.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/objsh.hxx | 2 | ||||
-rw-r--r-- | include/svtools/tabbar.hxx | 1 | ||||
-rw-r--r-- | include/svx/galctrl.hxx | 2 | ||||
-rw-r--r-- | include/svx/sdr/contact/objectcontact.hxx | 8 | ||||
-rw-r--r-- | include/vcl/headbar.hxx | 1 | ||||
-rw-r--r-- | include/vcl/status.hxx | 1 | ||||
-rw-r--r-- | include/vcl/tabctrl.hxx | 1 | ||||
-rw-r--r-- | include/vcl/toolbox.hxx | 1 |
9 files changed, 0 insertions, 18 deletions
diff --git a/include/editeng/editeng.hxx b/include/editeng/editeng.hxx index 9ef500818133..d8144cb41928 100644 --- a/include/editeng/editeng.hxx +++ b/include/editeng/editeng.hxx @@ -190,7 +190,6 @@ private: EDITENG_DLLPRIVATE Range GetLineXPosStartEnd( const ParaPortion* pParaPortion, const EditLine* pLine) const; - EDITENG_DLLPRIVATE sal_uInt16 GetOnePixelInRef() const; EDITENG_DLLPRIVATE InternalEditStatus& GetInternalEditStatus(); EDITENG_DLLPRIVATE void HandleBeginPasteOrDrop(PasteOrDropInfos& rInfos); diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx index 4b59cc043cd6..9d6428680804 100644 --- a/include/sfx2/objsh.hxx +++ b/include/sfx2/objsh.hxx @@ -260,8 +260,6 @@ public: virtual void Invalidate(sal_uInt16 nId = 0) override; - SfxObjectShellFlags GetFlags( ) const; - SfxModule* GetModule() const; virtual SfxObjectFactory& GetFactory() const=0; diff --git a/include/svtools/tabbar.hxx b/include/svtools/tabbar.hxx index 94b3b029062f..7b63f60ce44a 100644 --- a/include/svtools/tabbar.hxx +++ b/include/svtools/tabbar.hxx @@ -479,7 +479,6 @@ public: virtual void SetPageText( sal_uInt16 nPageId, const OUString& rText ); OUString GetPageText( sal_uInt16 nPageId ) const; OUString GetHelpText( sal_uInt16 nPageId ) const; - OString GetHelpId( sal_uInt16 nPageId ) const; long GetSplitSize() const { return mnSplitSize; } diff --git a/include/svx/galctrl.hxx b/include/svx/galctrl.hxx index c2109ee521ce..575db968193b 100644 --- a/include/svx/galctrl.hxx +++ b/include/svx/galctrl.hxx @@ -72,7 +72,6 @@ public: GalleryTheme* pTheme = nullptr); void SetGraphic( const Graphic& rGraphic ) { aGraphicObj.SetGraphic( rGraphic ); } - bool SetGraphic( const INetURLObject& ); static void PreviewMedia( const INetURLObject& rURL ); }; @@ -83,7 +82,6 @@ private: tools::Rectangle aPreviewRect; SVX_DLLPRIVATE bool ImplGetGraphicCenterRect( const Graphic& rGraphic, tools::Rectangle& rResultRect ) const; - SVX_DLLPRIVATE void InitSettings(); SVX_DLLPRIVATE virtual void Paint(vcl::RenderContext& rRenderContext, const tools::Rectangle& rRect) override; diff --git a/include/svx/sdr/contact/objectcontact.hxx b/include/svx/sdr/contact/objectcontact.hxx index dd1606e380fd..ca24cbc79633 100644 --- a/include/svx/sdr/contact/objectcontact.hxx +++ b/include/svx/sdr/contact/objectcontact.hxx @@ -156,14 +156,6 @@ public: /// access to OutputDevice. May return 0L like the default implementations do. Override as needed. virtual OutputDevice* TryToGetOutputDevice() const; - // reset ViewPort at internal ViewInformation2D. This is needed when the OC is used - // not for ProcessDisplay() but to get a VOC associated with it. When trying to get - // a sequence of primitives from the VOC then, the last initialized ViewPort from - // the last ProcessDisplay() is used for geometric visibility testing. If this is not - // wanted (like in such cases) this method is used. It will reuse the current - // ViewInformation2D, but clear the ViewPort (no ViewPort means all is visible) - void resetViewPort(); - // interface to support GridOffset for non-linear ViewToDevice transformation (calc) virtual bool supportsGridOffsets() const; virtual void calculateGridOffsetForViewOjectContact( diff --git a/include/vcl/headbar.hxx b/include/vcl/headbar.hxx index 71cf7fcd5fc2..77d47616883f 100644 --- a/include/vcl/headbar.hxx +++ b/include/vcl/headbar.hxx @@ -305,7 +305,6 @@ public: OUString GetItemText( sal_uInt16 nItemId ) const; OUString GetHelpText( sal_uInt16 nItemId ) const; - OString GetHelpId( sal_uInt16 nItemId ) const; Size CalcWindowSizePixel() const; diff --git a/include/vcl/status.hxx b/include/vcl/status.hxx index bbd270cc4f88..da7740af2ba6 100644 --- a/include/vcl/status.hxx +++ b/include/vcl/status.hxx @@ -163,7 +163,6 @@ public: const OUString& GetQuickHelpText( sal_uInt16 nItemId ) const; void SetHelpId( sal_uInt16 nItemId, const OString& rHelpId ); - OString GetHelpId( sal_uInt16 nItemId ) const; void StartProgressMode( const OUString& rText ); void SetProgressValue( sal_uInt16 nPercent ); diff --git a/include/vcl/tabctrl.hxx b/include/vcl/tabctrl.hxx index 39b45b1b423b..6a7b3d13e17a 100644 --- a/include/vcl/tabctrl.hxx +++ b/include/vcl/tabctrl.hxx @@ -149,7 +149,6 @@ public: const OUString& GetHelpText( sal_uInt16 nPageId ) const; void SetHelpId( sal_uInt16 nPageId, const OString& rId ) const; - OString GetHelpId( sal_uInt16 nPageId ) const; void SetPageName( sal_uInt16 nPageId, const OString& rName ) const; OString GetPageName( sal_uInt16 nPageId ) const; diff --git a/include/vcl/toolbox.hxx b/include/vcl/toolbox.hxx index 58bf32bb0e26..6e2c7e4b6325 100644 --- a/include/vcl/toolbox.hxx +++ b/include/vcl/toolbox.hxx @@ -422,7 +422,6 @@ public: const OUString& GetHelpText( sal_uInt16 nItemId ) const; void SetHelpId( sal_uInt16 nItemId, const OString& rHelpId ); - OString GetHelpId( sal_uInt16 nItemId ) const; // window size according to current alignment, floating state and number of lines Size CalcWindowSizePixel(); |