summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorRafael Dominguez <venccsralph@gmail.com>2012-08-18 11:47:26 -0430
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-08-20 06:40:48 +0200
commite2075f36c27bd3e681c218143d3eb36631ac2e3e (patch)
treed84d1dfe986c48b6c4e1788091ec01ae9ebd3178 /sfx2/inc
parent1f288cbceda3ebdda719c6f276d249f9333e7b9d (diff)
Remove unused functions.
Change-Id: Ie02db475949809254bfb941b6acbf1c887bfd8e5
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/thumbnailview.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/sfx2/inc/sfx2/thumbnailview.hxx b/sfx2/inc/sfx2/thumbnailview.hxx
index b2d02e81675c..6f0978d97d51 100644
--- a/sfx2/inc/sfx2/thumbnailview.hxx
+++ b/sfx2/inc/sfx2/thumbnailview.hxx
@@ -195,12 +195,8 @@ public:
sal_uInt16 GetItemId( const Point& rPos ) const;
- void SetColCount( sal_uInt16 nNewCols = 1 );
-
sal_uInt16 GetColCount() const { return mnUserCols; }
- void SetLineCount( sal_uInt16 nNewLines = 0 );
-
sal_uInt16 GetLineCount() const { return mnUserVisLines; }
long GetItemWidth() const { return mnItemWidth; }
@@ -264,8 +260,6 @@ protected:
virtual void MouseMove( const MouseEvent& rMEvt );
- virtual void Tracking( const TrackingEvent& rMEvt );
-
virtual void Command( const CommandEvent& rCEvt );
virtual void Paint( const Rectangle& rRect );
@@ -319,10 +313,7 @@ protected:
SFX2_DLLPRIVATE void ImplInsertItem( ThumbnailViewItem *const pItem, const size_t nPos );
SFX2_DLLPRIVATE void ImplFireAccessibleEvent( short nEventId, const ::com::sun::star::uno::Any& rOldValue, const ::com::sun::star::uno::Any& rNewValue );
SFX2_DLLPRIVATE bool ImplHasAccessibleListeners();
- SFX2_DLLPRIVATE void ImplTracking( const Point& rPos, bool bRepeat );
- SFX2_DLLPRIVATE void ImplEndTracking( const Point& rPos, bool bCancel );
DECL_DLLPRIVATE_LINK( ImplScrollHdl, ScrollBar* );
- DECL_DLLPRIVATE_LINK( ImplTimerHdl, void* );
DECL_LINK(OnItemSelected, ThumbnailViewItem*);