summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/inc/viewutil.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/viewutil.hxx')
-rw-r--r--sc/source/ui/inc/viewutil.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/inc/viewutil.hxx b/sc/source/ui/inc/viewutil.hxx
index dc84c2880b1d..565e0b1c8f87 100644
--- a/sc/source/ui/inc/viewutil.hxx
+++ b/sc/source/ui/inc/viewutil.hxx
@@ -59,18 +59,18 @@ public:
static TransliterationFlags GetTransliterationType( sal_uInt16 nSlotID );
- static bool HasFiltered( const ScRange& rRange, ScDocument* pDoc );
+ static bool HasFiltered( const ScRange& rRange, const ScDocument* pDoc );
/** Fit a range to cover nRows number of unfiltered rows.
@return <TRUE/> if the resulting range covers nRows unfiltered rows. */
- static bool FitToUnfilteredRows( ScRange & rRange, ScDocument * pDoc, size_t nRows );
- static void UnmarkFiltered( ScMarkData& rMark, ScDocument* pDoc );
+ static bool FitToUnfilteredRows( ScRange & rRange, const ScDocument * pDoc, size_t nRows );
+ static void UnmarkFiltered( ScMarkData& rMark, const ScDocument* pDoc );
static void HideDisabledSlot( SfxItemSet& rSet, SfxBindings& rBindings, sal_uInt16 nSlotId );
/** Returns true, if the passed view shell is in full screen mode. */
- static bool IsFullScreen( SfxViewShell& rViewShell );
+ static bool IsFullScreen( const SfxViewShell& rViewShell );
/** Enters or leaves full screen mode at the passed view shell. */
- static void SetFullScreen( SfxViewShell& rViewShell, bool bSet );
+ static void SetFullScreen( const SfxViewShell& rViewShell, bool bSet );
};
class ScUpdateRect