summaryrefslogtreecommitdiff
path: root/sc/source/ui/view
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/view
parent534015ad4fd08823b4393dab1ad5d42dedd7bf62 (diff)
loplugin: inlinesimplememberfunctions
Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b
Diffstat (limited to 'sc/source/ui/view')
-rw-r--r--sc/source/ui/view/output2.cxx12
-rw-r--r--sc/source/ui/view/printfun.cxx4
-rw-r--r--sc/source/ui/view/tabview.cxx4
-rw-r--r--sc/source/ui/view/tabvwsh4.cxx4
-rw-r--r--sc/source/ui/view/tabvwsh9.cxx4
5 files changed, 3 insertions, 25 deletions
diff --git a/sc/source/ui/view/output2.cxx b/sc/source/ui/view/output2.cxx
index 6a1bbf184b07..9381ffeee91e 100644
--- a/sc/source/ui/view/output2.cxx
+++ b/sc/source/ui/view/output2.cxx
@@ -155,7 +155,9 @@ public:
const Size& GetTextSize() const { return aTextSize; }
long GetOriginalWidth() const { return nOriginalWidth; }
- sal_uLong GetResultValueFormat() const;
+ // Get the effective number format, including formula result types.
+ // This assumes that a formula cell has already been calculated.
+ sal_uLong GetResultValueFormat() const { return nValueFormat;}
sal_uLong GetValueFormat() const { return nValueFormat; }
bool GetLineBreak() const { return bLineBreak; }
@@ -794,14 +796,6 @@ bool ScDrawStringsVars::HasEditCharacters() const
return false;
}
-sal_uLong ScDrawStringsVars::GetResultValueFormat() const
-{
- // Get the effective number format, including formula result types.
- // This assumes that a formula cell has already been calculated.
-
- return nValueFormat;
-}
-
double ScOutputData::GetStretch()
{
if ( mpRefDevice->IsMapMode() )
diff --git a/sc/source/ui/view/printfun.cxx b/sc/source/ui/view/printfun.cxx
index f3cb9b60d2d1..9988884e7c5e 100644
--- a/sc/source/ui/view/printfun.cxx
+++ b/sc/source/ui/view/printfun.cxx
@@ -312,10 +312,6 @@ void ScPrintFunc::GetPrintState( ScPrintState& rState )
rState.nDocPages = nDocPages;
}
-bool ScPrintFunc::HasPrintRange() const
-{
- return mbHasPrintRange;
-}
bool ScPrintFunc::GetLastSourceRange( ScRange& rRange ) const
{
diff --git a/sc/source/ui/view/tabview.cxx b/sc/source/ui/view/tabview.cxx
index 286f1c1fef12..caaee2278c04 100644
--- a/sc/source/ui/view/tabview.cxx
+++ b/sc/source/ui/view/tabview.cxx
@@ -858,10 +858,6 @@ double ScTabView::GetRelTabBarWidth() const
return 0.0;
}
-double ScTabView::GetPendingRelTabBarWidth() const
-{
- return mfPendingTabBarWidth;
-}
ScGridWindow* ScTabView::GetActiveWin()
{
diff --git a/sc/source/ui/view/tabvwsh4.cxx b/sc/source/ui/view/tabvwsh4.cxx
index 80b7e77347e5..14ed4aec4bb7 100644
--- a/sc/source/ui/view/tabvwsh4.cxx
+++ b/sc/source/ui/view/tabvwsh4.cxx
@@ -1059,10 +1059,6 @@ IMPL_LINK_NOARG(ScTabViewShell, FormControlActivated)
return 0;
}
-ObjectSelectionType ScTabViewShell::GetCurObjectSelectionType()
-{
- return eCurOST;
-}
// GetMySubShell / SetMySubShell: altes Verhalten simulieren,
// dass es nur eine SubShell gibt (nur innerhalb der 5 eignenen SubShells)
diff --git a/sc/source/ui/view/tabvwsh9.cxx b/sc/source/ui/view/tabvwsh9.cxx
index 712520ff0360..122e24cac482 100644
--- a/sc/source/ui/view/tabvwsh9.cxx
+++ b/sc/source/ui/view/tabvwsh9.cxx
@@ -98,10 +98,6 @@ void ScTabViewShell::GetGalleryState( SfxItemSet& /* rSet */ )
{
}
-ScInputHandler* ScTabViewShell::GetInputHandler() const
-{
- return pInputHandler;
-}
OUString ScTabViewShell::GetDescription() const
{