summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2018-02-27replace Color(COL_*) with COL_*Noel Grandin30-62/+62
2018-02-27convert various MessBox to weld::MessageDialogCaolán McNamara1-1/+0
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara4-36/+60
2018-02-27drop old tools/gen.hxx methods in scNoel Grandin13-54/+55
2018-02-26convert corner case warningboxes with checkboxesCaolán McNamara11-34/+167
2018-02-26Introduce enum comphelper::Hash::IterCount instead of boolEike Rathke1-1/+1
2018-02-26convert remaining ErrorBox to weld::MessageDialogCaolán McNamara19-95/+240
2018-02-26use less RGB_COLORDATANoel Grandin3-6/+6
2018-02-26Prepare to handle OOXML Agile Encryption password hash as wellEike Rathke1-1/+1
2018-02-26sc lok: Make the Validation "Invalid value." message box working.Jan Holesovsky1-2/+6
2018-02-26Move convenience abstractions to DocPasswordHelper, tdf#104250 follow-upEike Rathke1-1/+2
2018-02-26loplugin:useuniqueptr in SvxMSDffSolverContainerNoel Grandin1-5/+1
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin17-48/+24
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara17-66/+144
2018-02-25uitest - calc's autofilter bugsZdeněk Crhonek9-0/+247
2018-02-25uitest Calc merged cells- tdf#51368 tdf#105412 tdf#37901 tdf#51368 tdf#63766Zdeněk Crhonek3-0/+213
2018-02-25convert all help responses to gtk's -11Caolán McNamara101-251/+251
2018-02-24Resolves: tdf#104250 import sheetProtection hash attributesEike Rathke1-0/+6
2018-02-24Write ScOoxPasswordHash to OOXML if set, tdf#104250 prepEike Rathke3-0/+29
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 Rathke2-0/+29
2018-02-24Check also ScOoxPasswordHash::verifyPassword(), tdf#104250 prepEike Rathke1-0/+5
2018-02-24Add ScOoxPasswordHash::verifyPassword(), tdf#104250 prepEike Rathke2-0/+15
2018-02-24Consider ScOoxPasswordHash in isProtectedWithPass(), tdf#104250 prepEike Rathke1-1/+2
2018-02-24Fix typosAndrea Gelmini1-1/+1
2018-02-24Hold ScOoxPasswordHash at ScTableProtectionImpl, tdf#104250 prepEike Rathke1-0/+2
2018-02-24Add ScOoxPasswordHash::clear(), tdf#104250 prepEike Rathke1-0/+6
2018-02-24add test for deduplicating cond format against same formatMarkus Mohrhard2-5/+38
2018-02-24better same document test for conditional format copy&pasteMarkus Mohrhard1-1/+1
2018-02-23Move OOXML password definitions to struct ScOoxPasswordHash, tdf#104250 prepEike Rathke3-15/+23
2018-02-23deduplicate cond format against source format if possibleMarkus Mohrhard1-9/+31
2018-02-23add test for tdf#115835Markus Mohrhard2-0/+52
2018-02-23new loplugin:doubleconvert to with ColorData workNoel Grandin2-8/+8
2018-02-23copy multiple single row cond formats correctly, tdf#115835Markus Mohrhard1-2/+2
2018-02-23tdf#115933 set document read-only on presence of hashValue attributeEike Rathke1-2/+18
2018-02-23Read algorithmName, hashValue, saltValue, spinCount, tdf#115933 prepEike Rathke2-2/+11
2018-02-23Read algorithmName, hashValue, saltValue, spinCount, tdf#104250 prepEike Rathke2-1/+10
2018-02-23lok: Factor out the code for finding vcl::Window of a documentPranav Kant1-14/+10
2018-02-23fix crash while trying to access icon set image fileMarkus Mohrhard1-1/+1
2018-02-22weld native message dialogsCaolán McNamara26-81/+169
2018-02-22Remove unused forward declarations from vcl/syswin.hxxStephan Bergmann1-0/+1
2018-02-22loplugin:redundantcastNoel Grandin3-8/+7
2018-02-22Move include/sfx2/notebookbar/NotebookbarContextControl.hxx to include/vcl/Stephan Bergmann1-1/+1
2018-02-22loplugin:redundantcopy extend to ColorNoel Grandin1-1/+1
2018-02-22ColorData->Color in scNoel Grandin23-116/+100
2018-02-21Limit ScColumnsRange::Iterator to available columns within boundsEike Rathke1-3/+22
2018-02-21Use iterator pre-increment/decrementEike Rathke1-2/+2
2018-02-21Pass ScColumnsRange::Iterator as const&Eike Rathke1-4/+4
2018-02-21ColorData->Color in sd..svxNoel Grandin5-9/+9
2018-02-20Resolves: tdf#115879 treat NOT as the 1-parameter function that it isEike Rathke1-1/+1