Age | Commit message (Expand) | Author |
2018-02-27 | replace Color(COL_*) with COL_* | Noel Grandin |
2018-02-27 | convert various MessBox to weld::MessageDialog | Caolán McNamara |
2018-02-27 | convert remaining WarningBox to weld::MessageDialog | Caolán McNamara |
2018-02-27 | drop old tools/gen.hxx methods in sc | Noel Grandin |
2018-02-26 | convert corner case warningboxes with checkboxes | Caolán McNamara |
2018-02-26 | Introduce enum comphelper::Hash::IterCount instead of bool | Eike Rathke |
2018-02-26 | convert remaining ErrorBox to weld::MessageDialog | Caolán McNamara |
2018-02-26 | use less RGB_COLORDATA | Noel Grandin |
2018-02-26 | Prepare to handle OOXML Agile Encryption password hash as well | Eike Rathke |
2018-02-26 | sc lok: Make the Validation "Invalid value." message box working. | Jan Holesovsky |
2018-02-26 | Move convenience abstractions to DocPasswordHelper, tdf#104250 follow-up | Eike Rathke |
2018-02-26 | loplugin:useuniqueptr in SvxMSDffSolverContainer | Noel Grandin |
2018-02-26 | loplugin:oncevar extend to tools/gen.hxx types | Noel Grandin |
2018-02-25 | convert remaining InfoBox to weld::MessageDialog | Caolán McNamara |
2018-02-25 | uitest - calc's autofilter bugs | Zdeněk Crhonek |
2018-02-25 | uitest Calc merged cells- tdf#51368 tdf#105412 tdf#37901 tdf#51368 tdf#63766 | Zdeněk Crhonek |
2018-02-25 | convert all help responses to gtk's -11 | Caolán McNamara |
2018-02-24 | Resolves: tdf#104250 import sheetProtection hash attributes | Eike Rathke |
2018-02-24 | Write ScOoxPasswordHash to OOXML if set, tdf#104250 prep | Eike Rathke |
2018-02-24 | Handle mbEmptyPass and empty hash with OOXML hash value, tdf#104250 prep | Eike Rathke |
2018-02-24 | Add ScTableProtectionImpl::setPasswordHash() for OOXML, tdf#104250 prep | Eike Rathke |
2018-02-24 | Check also ScOoxPasswordHash::verifyPassword(), tdf#104250 prep | Eike Rathke |
2018-02-24 | Add ScOoxPasswordHash::verifyPassword(), tdf#104250 prep | Eike Rathke |
2018-02-24 | Consider ScOoxPasswordHash in isProtectedWithPass(), tdf#104250 prep | Eike Rathke |
2018-02-24 | Fix typos | Andrea Gelmini |
2018-02-24 | Hold ScOoxPasswordHash at ScTableProtectionImpl, tdf#104250 prep | Eike Rathke |
2018-02-24 | Add ScOoxPasswordHash::clear(), tdf#104250 prep | Eike Rathke |
2018-02-24 | add test for deduplicating cond format against same format | Markus Mohrhard |
2018-02-24 | better same document test for conditional format copy&paste | Markus Mohrhard |
2018-02-23 | Move OOXML password definitions to struct ScOoxPasswordHash, tdf#104250 prep | Eike Rathke |
2018-02-23 | deduplicate cond format against source format if possible | Markus Mohrhard |
2018-02-23 | add test for tdf#115835 | Markus Mohrhard |
2018-02-23 | new loplugin:doubleconvert to with ColorData work | Noel Grandin |
2018-02-23 | copy multiple single row cond formats correctly, tdf#115835 | Markus Mohrhard |
2018-02-23 | tdf#115933 set document read-only on presence of hashValue attribute | Eike Rathke |
2018-02-23 | Read algorithmName, hashValue, saltValue, spinCount, tdf#115933 prep | Eike Rathke |
2018-02-23 | Read algorithmName, hashValue, saltValue, spinCount, tdf#104250 prep | Eike Rathke |
2018-02-23 | lok: Factor out the code for finding vcl::Window of a document | Pranav Kant |
2018-02-23 | fix crash while trying to access icon set image file | Markus Mohrhard |
2018-02-22 | weld native message dialogs | Caolán McNamara |
2018-02-22 | Remove unused forward declarations from vcl/syswin.hxx | Stephan Bergmann |
2018-02-22 | loplugin:redundantcast | Noel Grandin |
2018-02-22 | Move include/sfx2/notebookbar/NotebookbarContextControl.hxx to include/vcl/ | Stephan Bergmann |
2018-02-22 | loplugin:redundantcopy extend to Color | Noel Grandin |
2018-02-22 | ColorData->Color in sc | Noel Grandin |
2018-02-21 | Limit ScColumnsRange::Iterator to available columns within bounds | Eike Rathke |
2018-02-21 | Use iterator pre-increment/decrement | Eike Rathke |
2018-02-21 | Pass ScColumnsRange::Iterator as const& | Eike Rathke |
2018-02-21 | ColorData->Color in sd..svx | Noel Grandin |
2018-02-20 | Resolves: tdf#115879 treat NOT as the 1-parameter function that it is | Eike Rathke |