summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-05-09 13:00:48 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-05-09 14:31:12 +0200
commit7f6d5dfb2244468e2faa7be05d4258692c6e84dc (patch)
tree8c03b0980c003a66f2a2683920c1557a3ada6e8e /sc/inc
parentb4009daccd11e416865efd5fd3c205c46691bb12 (diff)
loplugin:unusedmethods
Change-Id: I7b4d2e5e611935284e2902b0089950768dfb7717 Reviewed-on: https://gerrit.libreoffice.org/72036 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/autoform.hxx1
-rw-r--r--sc/inc/column.hxx1
-rw-r--r--sc/inc/document.hxx1
-rw-r--r--sc/inc/table.hxx7
-rw-r--r--sc/inc/tokenarray.hxx7
5 files changed, 0 insertions, 17 deletions
diff --git a/sc/inc/autoform.hxx b/sc/inc/autoform.hxx
index b9279eef5965..5a6676f15500 100644
--- a/sc/inc/autoform.hxx
+++ b/sc/inc/autoform.hxx
@@ -112,7 +112,6 @@ public:
ScAutoFormatDataField( const ScAutoFormatDataField& rCopy );
~ScAutoFormatDataField();
- const AutoFormatSwBlob& GetAutoFormatSwBlob() const { return m_swFields; }
// number format
const ScNumFormatAbbrev& GetNumFormat() const { return aNumFormat; }
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx
index 22d8191f616d..bb218ea37c72 100644
--- a/sc/inc/column.hxx
+++ b/sc/inc/column.hxx
@@ -462,7 +462,6 @@ public:
bool* const pIsChanged = nullptr);
const ScPatternAttr* SetPattern( SCROW nRow, std::unique_ptr<ScPatternAttr> );
void SetPattern( SCROW nRow, const ScPatternAttr& );
- void SetPatternArea( SCROW nStartRow, SCROW nEndRow, std::unique_ptr<ScPatternAttr> );
void SetPatternArea( SCROW nStartRow, SCROW nEndRow, const ScPatternAttr& );
void ApplyPatternIfNumberformatIncompatible( const ScRange& rRange,
const ScPatternAttr& rPattern, SvNumFormatType nNewType );
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index 6045ec64d270..d36db2e6fef4 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -1791,7 +1791,6 @@ public:
SCCOL nEndCol, SCROW nEndRow,
SCTAB nTab, ScMF nFlags );
- SC_DLLPUBLIC void SetPattern( const ScAddress&, std::unique_ptr<ScPatternAttr> );
SC_DLLPUBLIC void SetPattern( const ScAddress&, const ScPatternAttr& rAttr );
SC_DLLPUBLIC const ScPatternAttr* SetPattern( SCCOL nCol, SCROW nRow, SCTAB nTab, std::unique_ptr<ScPatternAttr> );
SC_DLLPUBLIC void SetPattern( SCCOL nCol, SCROW nRow, SCTAB nTab, const ScPatternAttr& rAttr );
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx
index 50f6c5f85aef..dbbf7b57d831 100644
--- a/sc/inc/table.hxx
+++ b/sc/inc/table.hxx
@@ -707,7 +707,6 @@ public:
const ScPatternAttr& rAttr, ScEditDataArray* pDataArray = nullptr,
bool* const pIsChanged = nullptr );
- void SetPattern( const ScAddress& rPos, std::unique_ptr<ScPatternAttr> );
void SetPattern( const ScAddress& rPos, const ScPatternAttr& rAttr );
const ScPatternAttr* SetPattern( SCCOL nCol, SCROW nRow, std::unique_ptr<ScPatternAttr> );
void SetPattern( SCCOL nCol, SCROW nRow, const ScPatternAttr& rAttr );
@@ -1033,12 +1032,6 @@ public:
*/
void BroadcastRecalcOnRefMove();
- void CollectListeners( std::vector<SvtListener*>& rListeners, const SCCOL nCol1, SCROW nRow1, const SCCOL nCol2, SCROW nRow2 );
-
- void TransferListeners(
- ScTable& rDestTab, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2,
- SCCOL nColDelta, SCROW nRowDelta );
-
void TransferCellValuesTo( const SCCOL nCol, SCROW nRow, size_t nLen, sc::CellValues& rDest );
void CopyCellValuesFrom( const SCCOL nCol, SCROW nRow, const sc::CellValues& rSrc );
diff --git a/sc/inc/tokenarray.hxx b/sc/inc/tokenarray.hxx
index dca885713b01..e0237000c0ed 100644
--- a/sc/inc/tokenarray.hxx
+++ b/sc/inc/tokenarray.hxx
@@ -165,13 +165,6 @@ public:
const sc::RefUpdateContext& rCxt, const ScAddress& rOldPos, const ScAddress& rNewPos );
/**
- * Move reference positions that are within specified moved range.
- *
- * @param rPos position of this formula cell
- */
- sc::RefUpdateResult MoveReference( const ScAddress& rPos, const sc::RefUpdateContext& rCxt );
-
- /**
* Move reference positions in response to column reordering. A range
* reference gets moved only when the whole range fits in a single column.
*