summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2018-04-15remove some unused comphelper includesJochen Nitschke17-10/+9
2018-04-15tdf#45904 Move _FunctionDescription Java tests to C++Jens Carl3-0/+136
2018-04-14look for check buttons without underlinesCaolán McNamara13-0/+28
2018-04-14look for radio buttons without underlinesCaolán McNamara7-0/+18
2018-04-13Revert "calc: unit tests for data validation"Eike Rathke4-43/+0
2018-04-13weld ScDeleteContentsDlgCaolán McNamara8-100/+95
2018-04-13calc: unit tests for data validationMarco Cecchetti4-0/+43
2018-04-13weld ScNameCreateDlgCaolán McNamara8-46/+49
2018-04-13weld ScDeleteCellDlgCaolán McNamara8-59/+74
2018-04-13weld ScInsertCellDlgCaolán McNamara7-60/+75
2018-04-13Related: tdf#100925 background not getting set under X sometimesCaolán McNamara1-1/+6
2018-04-13make SdrObjUserData::Clone return std::unique_ptrNoel Grandin5-14/+14
2018-04-13loplugin:useuniqueptr in ScImportExportNoel Grandin2-8/+8
2018-04-12Fix typosAndrea Gelmini1-1/+1
2018-04-12loplugin:useuniqueptr in ScAccessiblePreviewHeaderCellTextDataNoel Grandin2-4/+4
2018-04-12loplugin:useuniqueptr in ScAccessibleHeaderTextDataNoel Grandin2-9/+9
2018-04-12loplugin:useuniqueptr in ScRefUndoDataNoel Grandin4-30/+30
2018-04-12tdf#106544 - Merge cells dialog is difficult to understandheiko tietze1-31/+71
2018-04-12make SvxEditSource::Clone return std::unique_ptrNoel Grandin2-15/+15
2018-04-11Defer obtaining transliterator and collator...Dennis Francis1-10/+16
2018-04-11return std::unique_ptr from SfxItemSet::CloneNoel Grandin6-7/+7
2018-04-11SvxFieldData wants to be held by tools::SvRefNoel Grandin1-3/+3
2018-04-11new loplugin:unusedvariablemoreNoel Grandin6-32/+0
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin47-141/+142
2018-04-10vlookup - optimize SC_EQUAL and NOT_EQUAL.Michael Meeks2-0/+1571
2018-04-10Resolves: tdf#116813 Height/Width swappedCaolán McNamara1-2/+2
2018-04-10Make NotifyDocumentEvent use SdDrawDocument& instead of ptrArmin Le Grand1-2/+0
2018-04-10loplugin:useuniqueptr in ScDrawTransferObjNoel Grandin2-16/+14
2018-04-10loplugin:unusedfield improvementsNoel Grandin5-63/+5
2018-04-10loplugin:useuniqueptr in ScAccessibleSpreadsheetNoel Grandin2-12/+11
2018-04-10loplugin:useuniqueptr in DataStreamNoel Grandin2-34/+18
2018-04-10loplugin:useuniqueptr in ScAccessiblePreviewCellTextDataNoel Grandin2-4/+4
2018-04-10loplugin:useuniqueptr in ScAccessibleEditObjectTextDataNoel Grandin2-19/+19
2018-04-10loplugin:useuniqueptr in DocShell_ImplNoel Grandin3-21/+10
2018-04-10loplugin:useuniqueptr in ScXMLExportNoel Grandin2-50/+49
2018-04-10remove swapping and link from GraphicObject and GraphicTomaž Vajngerl2-2/+0
2018-04-10NB Calc: fix currenty formatingandreas kainz2-8/+6
2018-04-09tdf#116706 fix for AGGREGATE with hidden rows and single references.Winfried Donkers2-4/+42
2018-04-09GetLineEnds: Use SdrObject& instead of pointersArmin Le Grand5-10/+10
2018-04-09avoid SharedString copy assignmentDennis Francis1-13/+15
2018-04-09loplugin:useuniqueptr in ScXMLImportNoel Grandin2-66/+65
2018-04-09loplugin:useuniqueptr in ScMySharedDataNoel Grandin2-18/+18
2018-04-09Make getSdrModelFromUnoModel work with SdrModel&Armin Le Grand2-3/+3
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin1-2/+3
2018-04-09loplugin:useuniqueptr in ScAccessibleCellTextDataNoel Grandin2-10/+4
2018-04-08tdf#116816: Show/hide notes takes too much time to runSerge Krot1-21/+20
2018-04-08Removed includes wich are not longer neededlinus3-7/+0
2018-04-08Corner-case unit tests for vlookup / case sensitivity comparison.Michael Meeks1-200/+1106
2018-04-08uitest - Calc Stable sortingZdeněk Crhonek2-0/+102
2018-04-08uitest- Calc autosum; add one more test with multiselectZdeněk Crhonek1-21/+29