summaryrefslogtreecommitdiff
path: root/sc/source/core/data/tabprotection.cxx
AgeCommit message (Expand)Author
2021-10-11loplugin:moveparam in scNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-09-23ScRefAddress::GetRefString never passed a null ScDocument*Caolán McNamara
2019-12-22sal_Char->char in scNoel Grandin
2019-09-01Fix '..'Andrea Gelmini
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann
2019-05-22New loplugin:dataStephan Bergmann
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov
2019-02-13Simplify containers iterations in sc/source/core/dataArkadiy Illarionov
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2018-02-26Introduce enum comphelper::Hash::IterCount instead of boolEike Rathke
2018-02-26Prepare to handle OOXML Agile Encryption password hash as wellEike Rathke
2018-02-26Move convenience abstractions to DocPasswordHelper, tdf#104250 follow-upEike Rathke
2018-02-24Write ScOoxPasswordHash to OOXML if set, tdf#104250 prepEike Rathke
2018-02-24Handle mbEmptyPass and empty hash with OOXML hash value, tdf#104250 prepEike Rathke
2018-02-24Add ScTableProtectionImpl::setPasswordHash() for OOXML, tdf#104250 prepEike Rathke
2018-02-24Check also ScOoxPasswordHash::verifyPassword(), tdf#104250 prepEike Rathke
2018-02-24Add ScOoxPasswordHash::verifyPassword(), tdf#104250 prepEike Rathke
2018-02-24Consider ScOoxPasswordHash in isProtectedWithPass(), tdf#104250 prepEike Rathke
2018-02-24Hold ScOoxPasswordHash at ScTableProtectionImpl, tdf#104250 prepEike Rathke
2018-02-07tdf#115483 svl xmloff sc sw: verify all ODF 1.2 protection-key hashesMichael Stahl
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-24loplugin:constparam in sc part3Noel Grandin
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin
2017-04-24clang-tidy readability-simplify-boolean-expr in scNoel Grandin
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin
2015-10-28com::sun::star->css in scNoel Grandin
2015-08-14loplugin: defaultparamsNoel Grandin
2015-06-30Fix typosAndrea Gelmini
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-11fix-includes.pl: scThomas Arnhold
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-08also check if a newly read password protection applies to a rangeEike Rathke
2014-04-08hold security descriptors read from OOXML independentlyEike Rathke
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-25union of a to be edited range may be distributed over two different recordsEike Rathke
2014-03-24made range not editable if password is assignedEike Rathke
2014-03-22added editable testers to enhanced table protectionEike Rathke
2014-03-21copy-construct maEnhancedProtection in ScTableProtectionImplEike Rathke
2014-03-20range list might be nil, who knowsEike Rathke
2014-03-20added ScEnhancedProtection to ScTableProtectionEike Rathke
2014-03-03Remove visual noise from scAlexander Wilms