summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2018-09-08blacklist all ocDB* tokens for Calc threadingLuboš Luňák1-0/+11
2018-09-07tdf#108691, tdf#119639 Don't print hidden objects in XLS(X)Aron Budea2-0/+30
2018-09-07weld writer page style dialog and SvxBorderBackgroundDlgCaolán McNamara5-7/+7
2018-09-07tdf#116453: Add a test case for this.Kohei Yoshida2-0/+1873
2018-09-06sc [tz]test dlg: fix duplicate mnemonic labelKatarina Behrens2-2/+2
2018-09-06sc random number gen dlg: fix some a11y issuesKatarina Behrens1-10/+13
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin17-125/+153
2018-09-06tdf#45904 Move _XColumnRowRange Java tests to C++Rahul Gurung4-0/+24
2018-09-06tdf#116453: One less argument to pass to ScOrcusStyles.Kohei Yoshida3-11/+17
2018-09-05Added Replace Null Transformation in data provider dlgManuj Vashist4-1/+194
2018-09-05Resolves: tdf#118850 disentangle the twisted wrong cell type vs format typeEike Rathke1-6/+12
2018-09-05sc header-footer dlg: fix some a11y issuesKatarina Behrens1-0/+5
2018-09-05sc formula options dlg: fix some a11y issuesKatarina Behrens1-1/+5
2018-09-05tdf#117287 When saving as Xlsx, export visible flag if comment is visbleIlhan Yesil3-21/+47
2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin1-1/+2
2018-09-05tdf#119532 Contextmenu Form updateandreas kainz1-21/+16
2018-09-05tdf#116453: Pick up non-UTF8 encoding and use it for string values.Kohei Yoshida3-27/+87
2018-09-05Revert "Menubar Calc: update sheet menuentry according to table in writer"Maxim Monastirsky1-76/+87
2018-09-05tdf#45904 Move _XCell Java tests to C++Rahul Gurung1-0/+8
2018-09-04tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[a-l]*Gabor Kelemen68-96/+97
2018-09-03sc dataprovider/databar dialogs: fix some a11y issuesKatarina Behrens2-2/+12
2018-09-03tdf#37268: use also sheet local range in PivotJulien Nabet2-6/+52
2018-09-03loplugin:useuniqueptr in various in scNoel Grandin4-7/+7
2018-09-03ofz#10189 check container sizeCaolán McNamara1-2/+6
2018-09-03tdf#99296 - Disable headers/footers by defaultheiko tietze1-1/+1
2018-09-03cppcheck: knownConditionTrueFalseJochen Nitschke1-3/+2
2018-09-03pass SdrUndoAction around by std::unique_ptrNoel Grandin19-80/+82
2018-09-01Fix typosAndrea Gelmini1-1/+1
2018-09-01Update orcus to 0.14.0.Kohei Yoshida3-114/+320
2018-08-31tdf#42949 Fix IWYU warnings in sc/source/core/opencl/*Gabor Kelemen12-56/+14
2018-08-31tdf#112454 Add tests for ScDocument::ContainsNotesInRangeMichael Weghorn2-0/+24
2018-08-31tdf#117781: don't remove already applied conditional format dataMike Kaganski2-6/+9
2018-08-31use std::unique_ptr in various sc undo codeNoel Grandin11-66/+72
2018-08-31tdf#73078 Add/Enable test for TYPE function on empty cellMichael Weghorn1-605/+468
2018-08-31properly reset nSeenInIteration when iterating cell cyclesLuboš Luňák2-2/+16
2018-08-31tdf#112454 Also consider last SCTAB in loopMichael Weghorn1-1/+1
2018-08-31tdf#73078 Let 'Type()' return '1' for empty cellsMichael Weghorn1-0/+4
2018-08-31Removed execution flag on xlsx fileAndrea Gelmini1-0/+0
2018-08-31pass ScDBData by std::unique_ptrNoel Grandin6-52/+53
2018-08-31pass ScDocument by ScDocumentUniquePtrNoel Grandin4-15/+15
2018-08-30Translate German commentsJohnny_M1-1/+1
2018-08-30tdf#119562 Fix export of AutoFit property of shapes to XLSXBalazs Varga2-0/+16
2018-08-30pass ScRefUndoData around by std::unique_ptrNoel Grandin16-56/+49
2018-08-30tdf#114441 Convert sal_uLong to other types in ./sc/source/ui/appBijan Tabatabai3-10/+10
2018-08-30rename GetMarkedObjModel to CreateMarkedObjModelNoel Grandin3-6/+6
2018-08-30tdf#45904 Move _XCellCursor Java tests to C++Rahul Gurung1-0/+9
2018-08-29loplugin:useuniqueptr in the sc dialog classesNoel Grandin2-57/+57
2018-08-29loplugin:useuniqueptr in XclExpDxfNoel Grandin2-26/+25
2018-08-29loplugin:useuniqueptr in ScDrawTransferObjNoel Grandin5-13/+13
2018-08-29More -Werror=redundant-moveStephan Bergmann1-0/+9