summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-06-09 10:09:42 +0200
committerNoel Grandin <noel@peralex.com>2014-06-09 10:10:13 +0200
commit184a00b96235f6432294ded63ce4a4a318effdb5 (patch)
treee4ae0e00cb168fa43d280cfb51a50515258b5320 /sc/source/ui/docshell
parent534015ad4fd08823b4393dab1ad5d42dedd7bf62 (diff)
loplugin: inlinesimplememberfunctions
Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b
Diffstat (limited to 'sc/source/ui/docshell')
-rw-r--r--sc/source/ui/docshell/datastream.cxx8
-rw-r--r--sc/source/ui/docshell/docsh2.cxx4
-rw-r--r--sc/source/ui/docshell/docsh3.cxx10
-rw-r--r--sc/source/ui/docshell/externalrefmgr.cxx4
4 files changed, 0 insertions, 26 deletions
diff --git a/sc/source/ui/docshell/datastream.cxx b/sc/source/ui/docshell/datastream.cxx
index 3b1f4263813d..5b9951c6769a 100644
--- a/sc/source/ui/docshell/datastream.cxx
+++ b/sc/source/ui/docshell/datastream.cxx
@@ -378,15 +378,7 @@ ScRange DataStream::GetRange() const
return aRange;
}
-bool DataStream::IsRefreshOnEmptyLine() const
-{
- return mbRefreshOnEmptyLine;
-}
-DataStream::MoveType DataStream::GetMove() const
-{
- return meOrigMove;
-}
void DataStream::Decode(const OUString& rURL, const ScRange& rRange,
sal_Int32 nLimit, MoveType eMove, const sal_uInt32 nSettings)
diff --git a/sc/source/ui/docshell/docsh2.cxx b/sc/source/ui/docshell/docsh2.cxx
index cbf967aaf74c..216599f8c43b 100644
--- a/sc/source/ui/docshell/docsh2.cxx
+++ b/sc/source/ui/docshell/docsh2.cxx
@@ -60,10 +60,6 @@ bool ScDocShell::InitNew( const uno::Reference < embed::XStorage >& xStor )
return bRet;
}
-bool ScDocShell::IsEmpty() const
-{
- return bIsEmpty;
-}
void ScDocShell::SetEmpty(bool bSet)
diff --git a/sc/source/ui/docshell/docsh3.cxx b/sc/source/ui/docshell/docsh3.cxx
index f297c53d45d1..22d295e68295 100644
--- a/sc/source/ui/docshell/docsh3.cxx
+++ b/sc/source/ui/docshell/docsh3.cxx
@@ -280,11 +280,6 @@ void ScDocShell::UnlockDocument_Impl(sal_uInt16 nNew)
}
}
-sal_uInt16 ScDocShell::GetLockCount() const
-{
- return nDocumentLock;
-}
-
void ScDocShell::SetLockCount(sal_uInt16 nNew)
{
if (nNew) // setzen
@@ -390,11 +385,6 @@ void ScDocShell::CalcOutputFactor()
}
}
-double ScDocShell::GetOutputFactor() const
-{
- return nPrtToScreenFactor;
-}
-
void ScDocShell::InitOptions(bool bForLoading) // called from InitNew and Load
{
// Einstellungen aus dem SpellCheckCfg kommen in Doc- und ViewOptions
diff --git a/sc/source/ui/docshell/externalrefmgr.cxx b/sc/source/ui/docshell/externalrefmgr.cxx
index cce3e2fba694..a4d03f29b080 100644
--- a/sc/source/ui/docshell/externalrefmgr.cxx
+++ b/sc/source/ui/docshell/externalrefmgr.cxx
@@ -274,10 +274,6 @@ void ScExternalRefCache::Table::setReferenced( bool bReferenced )
meReferenced = (bReferenced ? REFERENCED_MARKED : UNREFERENCED);
}
-ScExternalRefCache::Table::ReferencedFlag ScExternalRefCache::Table::getReferencedFlag() const
-{
- return meReferenced;
-}
bool ScExternalRefCache::Table::isReferenced() const
{