summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-20 15:35:44 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-21 06:18:40 +0000
commit5034914c7a9ad903f8f02cde11d94c7180b62dc9 (patch)
treef660d79fe919ab259da8ea81918159b64aba71df /include/svtools
parentf0ae4082ebe554146ac6fba9894cfe7d2978a4a0 (diff)
loplugin:expandablemethodds in include/svtools
Change-Id: I679b7985861203496813782138d1cf965fbc427b Reviewed-on: https://gerrit.libreoffice.org/30107 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/editbrowsebox.hxx1
-rw-r--r--include/svtools/fileview.hxx1
-rw-r--r--include/svtools/headbar.hxx2
-rw-r--r--include/svtools/imap.hxx3
-rw-r--r--include/svtools/imapobj.hxx2
-rw-r--r--include/svtools/ivctrl.hxx2
-rw-r--r--include/svtools/toolboxcontroller.hxx1
-rw-r--r--include/svtools/treelist.hxx1
-rw-r--r--include/svtools/treelistbox.hxx3
-rw-r--r--include/svtools/valueset.hxx1
10 files changed, 0 insertions, 17 deletions
diff --git a/include/svtools/editbrowsebox.hxx b/include/svtools/editbrowsebox.hxx
index 1f2be5b01034..90cb12df57ea 100644
--- a/include/svtools/editbrowsebox.hxx
+++ b/include/svtools/editbrowsebox.hxx
@@ -634,7 +634,6 @@ namespace svt
using Control::ImplInitSettings;
SVT_DLLPRIVATE void ImplInitSettings( bool bFont, bool bForeground, bool bBackground );
SVT_DLLPRIVATE void DetermineFocus( const GetFocusFlags _nGetFocusFlags = GetFocusFlags::NONE);
- static inline void HideAndDisable(CellControllerRef& rController);
inline void EnableAndShow() const;
SVT_DLLPRIVATE void implActivateCellOnMouseEvent(const BrowserMouseEvent& _rEvt, bool _bUp);
diff --git a/include/svtools/fileview.hxx b/include/svtools/fileview.hxx
index 70c21e1ee7c8..89b392ac648c 100644
--- a/include/svtools/fileview.hxx
+++ b/include/svtools/fileview.hxx
@@ -100,7 +100,6 @@ public:
const OString& GetHelpId( ) const;
void SetSizePixel( const Size& rNewSize ) override;
virtual void SetPosSizePixel( const Point& rNewPos, const Size& rNewSize ) override;
- void SetSortColumn( bool bValue ) { bSortColumn = bValue; }
/** initialize the view with the content of a folder given by URL, and apply an immediate filter
diff --git a/include/svtools/headbar.hxx b/include/svtools/headbar.hxx
index dbe8022d007f..3e1f281b9960 100644
--- a/include/svtools/headbar.hxx
+++ b/include/svtools/headbar.hxx
@@ -283,8 +283,6 @@ public:
virtual void StateChanged( StateChangedType nStateChange ) override;
virtual void DataChanged( const DataChangedEvent& rDCEvt ) override;
- void StartDrag();
- void Drag();
virtual void EndDrag();
virtual void Select();
virtual void DoubleClick();
diff --git a/include/svtools/imap.hxx b/include/svtools/imap.hxx
index 0538c671099c..de17d956ca77 100644
--- a/include/svtools/imap.hxx
+++ b/include/svtools/imap.hxx
@@ -103,9 +103,6 @@ public:
// deletes all internal objects
void ClearImageMap();
- // returns the current version number
- static sal_uInt16 GetVersion() { return IMAGE_MAP_VERSION; }
-
const OUString& GetName() const { return aName; }
void SetName( const OUString& rName ) { aName = rName; }
diff --git a/include/svtools/imapobj.hxx b/include/svtools/imapobj.hxx
index 54f81d467411..b6335631de88 100644
--- a/include/svtools/imapobj.hxx
+++ b/include/svtools/imapobj.hxx
@@ -87,8 +87,6 @@ public:
bool bActive );
virtual ~IMapObject() {};
- static sal_uInt16 GetVersion() { return IMAP_OBJ_VERSION; }
-
virtual sal_uInt16 GetType() const = 0;
virtual bool IsHit( const Point& rPoint ) const = 0;
diff --git a/include/svtools/ivctrl.hxx b/include/svtools/ivctrl.hxx
index 27779afefe9b..023e2701fbf7 100644
--- a/include/svtools/ivctrl.hxx
+++ b/include/svtools/ivctrl.hxx
@@ -261,8 +261,6 @@ public:
bool DoKeyInput( const KeyEvent& rKEvt );
- bool IsEntryEditing() const;
-
sal_Int32 GetEntryCount() const;
SvxIconChoiceCtrlEntry* GetEntry( sal_Int32 nPos ) const;
sal_Int32 GetEntryListPos( SvxIconChoiceCtrlEntry* pEntry ) const;
diff --git a/include/svtools/toolboxcontroller.hxx b/include/svtools/toolboxcontroller.hxx
index 75b1ab23e0fb..93258462574f 100644
--- a/include/svtools/toolboxcontroller.hxx
+++ b/include/svtools/toolboxcontroller.hxx
@@ -124,7 +124,6 @@ class SVT_DLLPUBLIC ToolboxController :
protected:
bool getToolboxId( sal_uInt16& rItemId, ToolBox** ppToolBox );
- void setSupportVisibleProperty(bool bValue);
struct Listener
{
Listener( const css::util::URL& rURL, const css::uno::Reference< css::frame::XDispatch >& rDispatch ) :
diff --git a/include/svtools/treelist.hxx b/include/svtools/treelist.hxx
index 7bcc85864379..73dea10a13c2 100644
--- a/include/svtools/treelist.hxx
+++ b/include/svtools/treelist.hxx
@@ -216,7 +216,6 @@ public:
{ return aCloneLink; }
SvTreeListEntry* CloneEntry( SvTreeListEntry* pSource ) const; // Calls the Clone Link
- static SvTreeListEntry* CreateEntry(); // To create Entries
sal_uInt16 GetRefCount() const { return nRefCount; }
void SetRefCount( sal_uInt16 nRef ) { nRefCount = nRef; }
diff --git a/include/svtools/treelistbox.hxx b/include/svtools/treelistbox.hxx
index 5898ad7434b3..740731c7e881 100644
--- a/include/svtools/treelistbox.hxx
+++ b/include/svtools/treelistbox.hxx
@@ -483,8 +483,6 @@ public:
void SetDragOptions( sal_Int8 nOptions ) { nDragOptions = nOptions; }
- static SvTreeListBox* GetSourceView();
-
virtual SvTreeListEntry* CloneEntry( SvTreeListEntry* pSource );
virtual SvTreeListEntry* CreateEntry() const; // To create new Entries
@@ -692,7 +690,6 @@ public:
virtual void ModelHasRemoved( SvTreeListEntry* pEntry ) override;
void ModelHasEntryInvalidated( SvTreeListEntry* pEntry ) override;
- void ShowTargetEmphasis( SvTreeListEntry*, bool bShow );
void ScrollOutputArea( short nDeltaEntries );
short GetColumnsCount() const { return nColumns; }
diff --git a/include/svtools/valueset.hxx b/include/svtools/valueset.hxx
index b676f8d00771..78cf013a2358 100644
--- a/include/svtools/valueset.hxx
+++ b/include/svtools/valueset.hxx
@@ -298,7 +298,6 @@ public:
virtual void DataChanged( const DataChangedEvent& rDCEvt ) override;
virtual void Select();
- void DoubleClick();
virtual void UserDraw( const UserDrawEvent& rUDEvt );
/// Insert @rImage item.