diff options
Diffstat (limited to 'svx/source/inc')
-rw-r--r-- | svx/source/inc/AccessibleFrameSelector.hxx | 2 | ||||
-rw-r--r-- | svx/source/inc/GraphCtlAccessibleContext.hxx | 1 | ||||
-rw-r--r-- | svx/source/inc/charmapacc.hxx | 1 | ||||
-rw-r--r-- | svx/source/inc/eventhandler.hxx | 3 | ||||
-rw-r--r-- | svx/source/inc/fmexpl.hxx | 1 | ||||
-rw-r--r-- | svx/source/inc/fmtextcontrolshell.hxx | 4 | ||||
-rw-r--r-- | svx/source/inc/fmvwimp.hxx | 2 | ||||
-rw-r--r-- | svx/source/inc/frmselimpl.hxx | 2 | ||||
-rw-r--r-- | svx/source/inc/svxpixelctlaccessiblecontext.hxx | 12 | ||||
-rw-r--r-- | svx/source/inc/svxrectctaccessiblecontext.hxx | 21 |
10 files changed, 0 insertions, 49 deletions
diff --git a/svx/source/inc/AccessibleFrameSelector.hxx b/svx/source/inc/AccessibleFrameSelector.hxx index de2a2c4f5797..1a8e3c361f74 100644 --- a/svx/source/inc/AccessibleFrameSelector.hxx +++ b/svx/source/inc/AccessibleFrameSelector.hxx @@ -103,8 +103,6 @@ public: protected: DECL_LINK( WindowEventListener, VclWindowEvent&, void ); - void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ); - private: void IsValid() throw (css::uno::RuntimeException); void RemoveFrameSelEventListener(); diff --git a/svx/source/inc/GraphCtlAccessibleContext.hxx b/svx/source/inc/GraphCtlAccessibleContext.hxx index 0f4f171bcea3..4e271d930a30 100644 --- a/svx/source/inc/GraphCtlAccessibleContext.hxx +++ b/svx/source/inc/GraphCtlAccessibleContext.hxx @@ -190,7 +190,6 @@ private: throw( css::uno::RuntimeException, css::lang::IndexOutOfBoundsException ); void CommitChange (sal_Int16 aEventId, const css::uno::Any& rNewValue, const css::uno::Any& rOldValue); - void FireEvent (const css::accessibility::AccessibleEventObject& aEvent); css::uno::Reference< css::accessibility::XAccessible > SAL_CALL getAccessible( const SdrObject* pObj ); diff --git a/svx/source/inc/charmapacc.hxx b/svx/source/inc/charmapacc.hxx index 6e78475903b0..73bc31e599fc 100644 --- a/svx/source/inc/charmapacc.hxx +++ b/svx/source/inc/charmapacc.hxx @@ -109,7 +109,6 @@ namespace svx ~SvxShowCharSetItem(); css::uno::Reference< css::accessibility::XAccessible > const & GetAccessible(); - void ClearAccessible(); }; diff --git a/svx/source/inc/eventhandler.hxx b/svx/source/inc/eventhandler.hxx index 3e79e7f1aacf..c8a5da50a2f2 100644 --- a/svx/source/inc/eventhandler.hxx +++ b/svx/source/inc/eventhandler.hxx @@ -78,9 +78,6 @@ namespace sdr TimerEventHandler(); ~TimerEventHandler() override; - // Trigger and consume the events - void ExecuteEvents(); - bool IsEmpty() const; // The timer when it is triggered; from class Timer diff --git a/svx/source/inc/fmexpl.hxx b/svx/source/inc/fmexpl.hxx index d62995ff462d..6695d6b67d92 100644 --- a/svx/source/inc/fmexpl.hxx +++ b/svx/source/inc/fmexpl.hxx @@ -515,7 +515,6 @@ namespace svxform using SvTreeListBox::Notify; private: - sal_Int8 implAcceptDataTransfer( const DataFlavorExVector& _rFlavors, sal_Int8 _nAction, const Point& _rDropPos, bool _bDnD ); sal_Int8 implAcceptDataTransfer( const DataFlavorExVector& _rFlavors, sal_Int8 _nAction, SvTreeListEntry* _pTargetEntry, bool _bDnD ); sal_Int8 implExecuteDataTransfer( const OControlTransferData& _rData, sal_Int8 _nAction, const Point& _rDropPos, bool _bDnD ); diff --git a/svx/source/inc/fmtextcontrolshell.hxx b/svx/source/inc/fmtextcontrolshell.hxx index 6a7fccbed3c8..fb8027d91019 100644 --- a/svx/source/inc/fmtextcontrolshell.hxx +++ b/svx/source/inc/fmtextcontrolshell.hxx @@ -192,10 +192,6 @@ namespace svx */ void stopControllerListening( ); - /** parses the given URL's Complete member, by calling XURLTransformer::parseString - */ - void impl_parseURL_nothrow( css::util::URL& _rURL ); - DECL_LINK( OnInvalidateClipboard, Timer*, void ); }; diff --git a/svx/source/inc/fmvwimp.hxx b/svx/source/inc/fmvwimp.hxx index f2f0a6875fd7..d423df57a6ad 100644 --- a/svx/source/inc/fmvwimp.hxx +++ b/svx/source/inc/fmvwimp.hxx @@ -177,8 +177,6 @@ class FmXFormView : public ::cppu::WeakImplHelper< FmFormShell* GetFormShell() const; - void removeGridWindowListening(); - protected: FmXFormView( FmFormView* _pView ); virtual ~FmXFormView() override; diff --git a/svx/source/inc/frmselimpl.hxx b/svx/source/inc/frmselimpl.hxx index a74cfd2bc44a..73bbe558043a 100644 --- a/svx/source/inc/frmselimpl.hxx +++ b/svx/source/inc/frmselimpl.hxx @@ -178,8 +178,6 @@ struct FrameSelectorImpl : public Resource /** Draws selection arrows for the specified frame border. */ void DrawArrows( const FrameBorder& rBorder ); - /** Draws arrows in current selection state for all enabled frame borders. */ - void DrawAllArrows(); /** Returns the color that has to be used to draw a frame border. */ Color GetDrawLineColor( const Color& rColor ) const; diff --git a/svx/source/inc/svxpixelctlaccessiblecontext.hxx b/svx/source/inc/svxpixelctlaccessiblecontext.hxx index 791328bdd185..b4855eb26703 100644 --- a/svx/source/inc/svxpixelctlaccessiblecontext.hxx +++ b/svx/source/inc/svxpixelctlaccessiblecontext.hxx @@ -127,7 +127,6 @@ public: removeAccessibleEventListener( const css::uno::Reference< css::accessibility::XAccessibleEventListener >& xListener ) throw( css::uno::RuntimeException, std::exception ) override; - void CommitChange( const css::accessibility::AccessibleEventObject& rEvent ); //Solution: Add the event handling method void FireAccessibleEvent (short nEventId, const css::uno::Any& rOld, const css::uno::Any& rNew); @@ -139,8 +138,6 @@ public: /// @returns true if it's disposed or in disposing inline bool IsAlive() const; - /// @returns true if it's not disposed and no in disposing - inline bool IsNotAlive() const; /// throws the exception DisposedException if it's not alive void ThrowExceptionIfNotAlive() throw( css::lang::DisposedException ); @@ -171,8 +168,6 @@ public: SvxPixelCtlAccessible(SvxPixelCtl& rWindow); virtual ~SvxPixelCtlAccessible() override; - void ensureIsAlive() const throw ( css::lang::DisposedException ); - //XAccessible virtual css::uno::Reference< css::accessibility::XAccessibleContext > SAL_CALL getAccessibleContext( ) throw (css::uno::RuntimeException, std::exception) override; @@ -224,7 +219,6 @@ public: removeAccessibleEventListener( const css::uno::Reference< css::accessibility::XAccessibleEventListener >& xListener ) throw( css::uno::RuntimeException, std::exception ) override; - void CommitChange( const css::accessibility::AccessibleEventObject& rEvent ); //Solution: Add the event handling method void FireAccessibleEvent (short nEventId, const css::uno::Any& rOld, const css::uno::Any& rNew); virtual void SAL_CALL disposing() override; @@ -253,12 +247,6 @@ inline bool SvxPixelCtlAccessibleChild::IsAlive() const return !rBHelper.bDisposed && !rBHelper.bInDispose; } -inline bool SvxPixelCtlAccessibleChild::IsNotAlive() const -{ - return rBHelper.bDisposed || rBHelper.bInDispose; -} - - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/source/inc/svxrectctaccessiblecontext.hxx b/svx/source/inc/svxrectctaccessiblecontext.hxx index 131c6ec31170..622feca5a7d2 100644 --- a/svx/source/inc/svxrectctaccessiblecontext.hxx +++ b/svx/source/inc/svxrectctaccessiblecontext.hxx @@ -202,8 +202,6 @@ protected: // internals void checkChildIndex( long nIndexOfChild ) throw( css::lang::IndexOutOfBoundsException ); - void checkChildIndexOnSelection( long nIndexOfChild ) throw( css::lang::IndexOutOfBoundsException ); - /** Selects a new child by index. <p>If the child was not selected before, the state of the child will @@ -234,17 +232,11 @@ protected: /// @Return the object's current bounding box relative to the parent object. Rectangle GetBoundingBox() throw( css::uno::RuntimeException ); - /// Calls all Listener to tell they the change. - void CommitChange( const css::accessibility::AccessibleEventObject& rEvent ); - virtual void SAL_CALL disposing() override; /// @returns true if it's disposed or in disposing inline bool IsAlive() const; - /// @returns true if it's not disposed and no in disposing - inline bool IsNotAlive() const; - /// throws the exception DisposedException if it's not alive void ThrowExceptionIfNotAlive() throw( css::lang::DisposedException ); @@ -283,11 +275,6 @@ inline bool SvxRectCtlAccessibleContext::IsAlive() const return !rBHelper.bDisposed && !rBHelper.bInDispose; } -inline bool SvxRectCtlAccessibleContext::IsNotAlive() const -{ - return rBHelper.bDisposed || rBHelper.bInDispose; -} - typedef ::cppu::WeakAggComponentImplHelper7< css::accessibility::XAccessible, css::accessibility::XAccessibleComponent, @@ -434,9 +421,6 @@ protected: /// @returns true if it's disposed or in disposing inline bool IsAlive() const; - /// @returns true if it's not disposed and no in disposing - inline bool IsNotAlive() const; - /// throws the exception DisposedException if it's not alive void ThrowExceptionIfNotAlive() throw( css::lang::DisposedException ); @@ -481,11 +465,6 @@ inline bool SvxRectCtlChildAccessibleContext::IsAlive() const return !rBHelper.bDisposed && !rBHelper.bInDispose; } -inline bool SvxRectCtlChildAccessibleContext::IsNotAlive() const -{ - return rBHelper.bDisposed || rBHelper.bInDispose; -} - #endif |