summaryrefslogtreecommitdiff
path: root/sc/source/core/data/tabprotection.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-21copy-construct maEnhancedProtection in ScTableProtectionImplEike Rathke1-1/+2
2014-03-20range list might be nil, who knowsEike Rathke1-1/+2
2014-03-20added ScEnhancedProtection to ScTableProtectionEike Rathke1-0/+43
2014-03-03Remove visual noise from scAlexander Wilms1-5/+5
2013-10-08convert sc/source/core/data/*.cxx from String to OUStringNoel Grandin1-14/+14
2013-10-04convert sc/inc/t*.hxx from String to OUStringNoel Grandin1-4/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+0
2013-03-04RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter1-3/+3
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-09Remove superfluous include commentsThomas Arnhold1-3/+0
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-2/+2
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0