summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2018-07-02pass OutlinerParaObject around by std::unique_ptrNoel Grandin3-8/+8
2018-07-02sc: Replace DblMin() with std::min()Takeshi Abe1-6/+1
2018-07-02Move writesort() method from WriteDatabaseRange to free functionVikas2-71/+73
2018-06-30sc: Spare an OUStringBuffer by replacing removeChars()Takeshi Abe1-13/+2
2018-06-30Avoid assertion on user dataMike Kaganski1-1/+4
2018-06-30Removed duplicated includeAndrea Gelmini1-1/+0
2018-06-29Improved loplugin:redundantcast (const-qualified typedefs): scStephan Bergmann3-8/+8
2018-06-29Remove obsolete (cargo-cult copied) dependenciesJens Carl1-30/+1
2018-06-29tdf#118441: also keep string-formula results for shared formulasMike Kaganski1-3/+19
2018-06-29test: invoke ODF validator with custom schemasMichael Stahl4-25/+27
2018-06-29tdf#118086: calc: invalid row autoheight fixedVasily Melenchuk1-1/+1
2018-06-29Fix typosAndrea Gelmini1-1/+1
2018-06-29loplugin:useuniqueptr in ScAnnotationEditSourceNoel Grandin2-11/+11
2018-06-29loplugin:useuniqueptr in ScCellFieldsObjNoel Grandin2-3/+3
2018-06-29loplugin:useuniqueptr in various ScUndo*Noel Grandin12-128/+127
2018-06-29inline DeleteSdrUndoActionNoel Grandin8-21/+14
2018-06-29loplugin:useuniqueptr in ScEditWindowNoel Grandin2-9/+9
2018-06-29Remove obsolete (cargo-cult copied) dependenciesJens Carl1-37/+8
2018-06-29tdf#45904 Move _XDocumentAuditing Java test to C++Jens Carl2-37/+22
2018-06-28Remove leftover importStephan Bergmann1-1/+0
2018-06-28tdf#107690 DOCX, XLSX and PPTX unit tests for "Open as read-only"László Németh2-0/+12
2018-06-28tdf#107690 OOXML import/export of setting "Open as read-only"László Németh1-1/+1
2018-06-28tdf#86612: statusbar: hide some elements if width is not sufficientVasily Melenchuk1-3/+3
2018-06-28tdf#36867 - Undo autocapitalization when inserting a cell in CalcNickson Thanda1-9/+22
2018-06-28loplugin:useuniqueptr in ScAccessiblePreviewTableNoel Grandin2-5/+4
2018-06-28tdf#42949 Fix IWYU warnings in include/osl/*hGabor Kelemen3-0/+3
2018-06-28loplugin:useuniqueptr in ScConsolidateDlgNoel Grandin2-5/+5
2018-06-28loplugin:useuniqueptr in ScUndoDBDataNoel Grandin4-31/+33
2018-06-28loplugin:useuniqueptr in ScAutoFmtPreviewNoel Grandin2-2/+2
2018-06-28loplugin:useuniqueptr in ScUndoWidthOrHeightNoel Grandin2-5/+5
2018-06-28loplugin:useuniqueptr in ScAccessibleDocumentNoel Grandin2-7/+4
2018-06-28loplugin:useuniqueptr in ScFilterDlgNoel Grandin2-13/+12
2018-06-28loplugin:useuniqueptr in ScNavigatorDlgNoel Grandin2-22/+15
2018-06-28loplugin:useuniqueptr in ScModuleNoel Grandin2-62/+59
2018-06-28loplugin:useuniqueptr in ScAccessibleDocumentPagePreviewNoel Grandin2-10/+8
2018-06-28loplugin:useuniqueptr in ScAccessiblePreviewCellNoel Grandin2-5/+4
2018-06-28loplugin:useuniqueptr in ScDocShellNoel Grandin7-55/+47
2018-06-28loplugin:useuniqueptr in ScSpecialFilterDlgNoel Grandin2-14/+12
2018-06-28loplugin:useuniqueptr in ScZoomSliderWndNoel Grandin2-2/+2
2018-06-28loplugin:useuniqueptr in ScAccessibleNoteTextDataNoel Grandin2-5/+5
2018-06-28loplugin:useuniqueptr in ScTransferObjNoel Grandin2-10/+10
2018-06-28loplugin:useuniqueptr in ScCheckListBoxNoel Grandin2-4/+4
2018-06-28loplugin:useuniqueptr in ScAccessiblePreviewHeaderCellNoel Grandin2-5/+4
2018-06-28loplugin:useuniqueptr in ScAccessiblePageHeaderAreaNoel Grandin2-10/+7
2018-06-28uitest ProtectSheet, protectSpreadsheet, clearCells, tdf#101904Zdeněk Crhonek5-0/+408
2018-06-28repair uitest solver.pyZdeněk Crhonek1-6/+4
2018-06-28blacklist ocGetPivotData for calc's threadingLuboš Luňák1-1/+2
2018-06-27tdf#114425 add Page Settings to writer and calc NBandreas kainz2-5/+87
2018-06-27loplugin:useuniqueptr in ScUnoAddInCollectionNoel Grandin2-37/+28
2018-06-27tdf#118308: Incorrect Paste Special dialog when ...Henry Castro13-60/+53