summaryrefslogtreecommitdiff
path: root/sc/source/core/data/tabprotection.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-01-08cid#1545370 COPY_INSTEAD_OF_MOVECaolán McNamara1-7/+9
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: scStephan Bergmann1-3/+3
2022-04-11use more string_viewNoel Grandin1-2/+2
2021-12-06rename In() to Contains()Luboš Luňák1-1/+1
2021-10-11loplugin:moveparam in scNoel Grandin1-5/+5
2021-08-02convert #defines to OUStringLiteralNoel Grandin1-4/+4
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-5/+5
2020-09-23ScRefAddress::GetRefString never passed a null ScDocument*Caolán McNamara1-5/+5
2019-12-22sal_Char->char in scNoel Grandin1-1/+1
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov1-7/+4
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann1-3/+3
2019-05-22New loplugin:dataStephan Bergmann1-1/+1
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov1-2/+2
2019-02-13Simplify containers iterations in sc/source/core/dataArkadiy Illarionov1-27/+18
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin1-4/+1
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-4/+4
2018-02-26Introduce enum comphelper::Hash::IterCount instead of boolEike Rathke1-1/+1
2018-02-26Prepare to handle OOXML Agile Encryption password hash as wellEike Rathke1-1/+1
2018-02-26Move convenience abstractions to DocPasswordHelper, tdf#104250 follow-upEike Rathke1-1/+2
2018-02-24Write ScOoxPasswordHash to OOXML if set, tdf#104250 prepEike Rathke1-0/+16
2018-02-24Handle mbEmptyPass and empty hash with OOXML hash value, tdf#104250 prepEike Rathke1-9/+28
2018-02-24Add ScTableProtectionImpl::setPasswordHash() for OOXML, tdf#104250 prepEike Rathke1-0/+23
2018-02-24Check also ScOoxPasswordHash::verifyPassword(), tdf#104250 prepEike Rathke1-0/+5
2018-02-24Add ScOoxPasswordHash::verifyPassword(), tdf#104250 prepEike Rathke1-0/+14
2018-02-24Consider ScOoxPasswordHash in isProtectedWithPass(), tdf#104250 prepEike Rathke1-1/+2
2018-02-24Hold ScOoxPasswordHash at ScTableProtectionImpl, tdf#104250 prepEike Rathke1-0/+2
2018-02-07tdf#115483 svl xmloff sc sw: verify all ODF 1.2 protection-key hashesMichael Stahl1-1/+26
2017-10-23loplugin:includeform: scStephan Bergmann1-2/+2
2017-08-24loplugin:constparam in sc part3Noel Grandin1-3/+3
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-3/+3
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin1-1/+1
2017-04-24clang-tidy readability-simplify-boolean-expr in scNoel Grandin1-4/+1
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-4/+4
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin1-5/+5
2015-10-28com::sun::star->css in scNoel Grandin1-3/+3
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-06-30Fix typosAndrea Gelmini1-1/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-06-25remove whitespaceMarkus Mohrhard1-4/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-5/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-10/+2
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-08also check if a newly read password protection applies to a rangeEike Rathke1-4/+4
2014-04-08hold security descriptors read from OOXML independentlyEike Rathke1-3/+3
2014-04-06whitespace cleanup in scMarkus Mohrhard1-8/+0
2014-03-25union of a to be edited range may be distributed over two different recordsEike Rathke1-0/+27
2014-03-24made range not editable if password is assignedEike Rathke1-2/+15
2014-03-22added editable testers to enhanced table protectionEike Rathke1-0/+66