summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2018-02-28use less COLORDATA_RGBNoel Grandin
2018-02-28Translate German comments and debug stringsJohnny_M
2018-02-28convert COL_ constants to be of type ColorNoel Grandin
2018-02-27tdf#45904: Move _SheetFilterDescriptor Java tests to C++Jens Carl
2018-02-27convert Redline warning dialog to .ui to get helpidsCaolán McNamara
2018-02-27crashtesting: remove wrong assert with tdf114555-2.xlsxEike Rathke
2018-02-27lok: All mouse,key events asyncPranav Kant
2018-02-27lok sc: This is not needed nowPranav Kant
2018-02-27lok sc: Post mouse events to main threadPranav Kant
2018-02-27lokdialog sc: post key events to the main threadPranav Kant
2018-02-27remove unused vclunohelper.hxx includesJochen Nitschke
2018-02-27uitest for bug tdf#77479Zdeněk Crhonek
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-27convert various MessBox to weld::MessageDialogCaolán McNamara
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara
2018-02-27drop old tools/gen.hxx methods in scNoel Grandin
2018-02-26convert corner case warningboxes with checkboxesCaolán McNamara
2018-02-26Introduce enum comphelper::Hash::IterCount instead of boolEike Rathke
2018-02-26convert remaining ErrorBox to weld::MessageDialogCaolán McNamara
2018-02-26use less RGB_COLORDATANoel Grandin
2018-02-26Prepare to handle OOXML Agile Encryption password hash as wellEike Rathke
2018-02-26sc lok: Make the Validation "Invalid value." message box working.Jan Holesovsky
2018-02-26Move convenience abstractions to DocPasswordHelper, tdf#104250 follow-upEike Rathke
2018-02-26loplugin:useuniqueptr in SvxMSDffSolverContainerNoel Grandin
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara
2018-02-25uitest - calc's autofilter bugsZdeněk Crhonek
2018-02-25uitest Calc merged cells- tdf#51368 tdf#105412 tdf#37901 tdf#51368 tdf#63766Zdeněk Crhonek
2018-02-25convert all help responses to gtk's -11Caolán McNamara
2018-02-24Resolves: tdf#104250 import sheetProtection hash attributesEike 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-24Fix typosAndrea Gelmini
2018-02-24Hold ScOoxPasswordHash at ScTableProtectionImpl, tdf#104250 prepEike Rathke
2018-02-24Add ScOoxPasswordHash::clear(), tdf#104250 prepEike Rathke
2018-02-24add test for deduplicating cond format against same formatMarkus Mohrhard
2018-02-24better same document test for conditional format copy&pasteMarkus Mohrhard
2018-02-23Move OOXML password definitions to struct ScOoxPasswordHash, tdf#104250 prepEike Rathke
2018-02-23deduplicate cond format against source format if possibleMarkus Mohrhard
2018-02-23add test for tdf#115835Markus Mohrhard
2018-02-23new loplugin:doubleconvert to with ColorData workNoel Grandin
2018-02-23copy multiple single row cond formats correctly, tdf#115835Markus Mohrhard
2018-02-23tdf#115933 set document read-only on presence of hashValue attributeEike Rathke
2018-02-23Read algorithmName, hashValue, saltValue, spinCount, tdf#115933 prepEike Rathke
2018-02-23Read algorithmName, hashValue, saltValue, spinCount, tdf#104250 prepEike Rathke
2018-02-23lok: Factor out the code for finding vcl::Window of a documentPranav Kant