summaryrefslogtreecommitdiffstats
path: root/sc/inc/tabprotection.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2014-03-22 01:04:54 +0100
committerEike Rathke <erack@redhat.com>2014-03-22 01:06:08 +0100
commit926435ef5ab26e647c09887d471bde25b24e1c16 (patch)
tree35e700777119d76eb7d5fad6efd118d33405f8f1 /sc/inc/tabprotection.hxx
parentwrite enhanced protection to .xls BIFF8 0x0868 Feat records (diff)
downloadcore-926435ef5ab26e647c09887d471bde25b24e1c16.tar.gz
core-926435ef5ab26e647c09887d471bde25b24e1c16.zip
added editable testers to enhanced table protection
Change-Id: If535d92dada1e8a539af9aa105aa2f16aed629e9
Diffstat (limited to 'sc/inc/tabprotection.hxx')
-rw-r--r--sc/inc/tabprotection.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/tabprotection.hxx b/sc/inc/tabprotection.hxx
index a32f50f4828f..0133286364f1 100644
--- a/sc/inc/tabprotection.hxx
+++ b/sc/inc/tabprotection.hxx
@@ -180,6 +180,8 @@ public:
void setEnhancedProtection( const ::std::vector< ScEnhancedProtection > & rProt );
const ::std::vector< ScEnhancedProtection > & getEnhancedProtection() const;
bool updateReference( UpdateRefMode, ScDocument*, const ScRange& rWhere, SCsCOL nDx, SCsROW nDy, SCsTAB nDz );
+ bool isBlockEditable( const ScRange& rRange ) const;
+ bool isSelectionEditable( const ScRangeList& rRangeList ) const;
private: