summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2017-12-21tdf#114603 highlights of EditField if a range is not validtagezi1-0/+4
2017-12-21TypedWhichId in svx part 2Noel Grandin2-8/+4
2017-12-21Fix typoAndrea Gelmini1-1/+1
2017-12-21no need to play define games with SID_DRAW_CHARTNoel Grandin1-3/+0
2017-12-21tdf#79077: Load/save PapersizeFromSetup into ODF for sw and scKatarina Behrens2-1/+30
2017-12-21TypedWhichId in svx part 1Noel Grandin1-2/+2
2017-12-21Invert logic, include only known good, tdf#114251 relatedEike Rathke1-2/+31
2017-12-20Exclude more special OpCode values from vectorizationEike Rathke1-0/+13
2017-12-20coverity#1426736 Uninitialized scalar fieldCaolán McNamara1-9/+29
2017-12-20Fix typosAndrea Gelmini1-1/+1
2017-12-19Uncheck Engineering notation checkbox on Scientific selectionJim Raykowski1-0/+1
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin68-509/+521
2017-12-19tdf#114545 Enabling/Disabling Ok button depending on correct formattagezi1-0/+6
2017-12-19Add UI config option to enable/disable threadingDennis Francis3-0/+74
2017-12-19Resolves: tdf#114539 only pop own parameters from stackEike Rathke1-1/+2
2017-12-19tdf#114479 : Use the SvNumberFormatter from ScInterpreterContextDennis Francis3-11/+19
2017-12-19remove unused typedefsNoel Grandin7-9/+0
2017-12-19inline use-once typedefsNoel Grandin2-5/+3
2017-12-19lok: sc: missing header invalidation on undo an autofilter actionMarco Cecchetti1-0/+1
2017-12-19loplugin:singevalfieldsNoel Grandin2-12/+1
2017-12-19loplugin:unusedenumconstantsNoel Grandin1-74/+0
2017-12-19Fix typoAndrea Gelmini1-1/+1
2017-12-19Fix typosAndrea Gelmini2-2/+2
2017-12-19Pick up sheet-local named expressions as well.Kohei Yoshida2-4/+20
2017-12-18Defer cell value insertion until later.Kohei Yoshida4-73/+323
2017-12-18Pick up global named expressions.Kohei Yoshida2-0/+39
2017-12-18Handle per-cell settings of cell formats.Kohei Yoshida1-1/+5
2017-12-18Implement a reference resolver for orcus.Kohei Yoshida2-33/+112
2017-12-18Remove almost duplicate code blocks.Kohei Yoshida4-20/+23
2017-12-18convert SVX_GRAPHICFILTER constants to scoped enumNoel Grandin1-1/+1
2017-12-18clear the data provider cache after import, tdf#111960Markus Mohrhard2-0/+10
2017-12-18convert EEHorizontalTextDirection to scoped enumNoel Grandin9-18/+19
2017-12-18Handle merged cells.Kohei Yoshida3-1/+23
2017-12-18Remove unused method.Kohei Yoshida2-10/+0
2017-12-18Take into account the fact that ScDocument already has one sheet.Kohei Yoshida4-8/+23
2017-12-18All the other orcus-based filters should take the same code path.Kohei Yoshida1-42/+6
2017-12-18Remove code duplicates.Kohei Yoshida1-50/+33
2017-12-18Initial step on enabling the orcus-based Excel 2003 XML filter.Kohei Yoshida5-2/+54
2017-12-18Unit test for implicit intersection with shared formulas, tdf#114251 relatedEike Rathke1-0/+23
2017-12-17Related: tdf#114251 disable vectorization of svDoubleRefEike Rathke2-1/+15
2017-12-17Related: tdf#114251 disable ocName named expressions for vectorizationEike Rathke1-0/+18
2017-12-17Type svIndex does not necessarily mean range name, tdf#114251 relatedEike Rathke1-0/+7
2017-12-17tdf#91820 Round of improvements to Calc's menus for 6.0Yousuf Philips1-17/+34
2017-12-17coverity#1426171 Unchecked dynamic_castCaolán McNamara1-32/+40
2017-12-16Do not recalculate the same weight over and over again, tdf#114251 relatedEike Rathke2-2/+11
2017-12-16lok: sc: header, cursor and selection overlays issues wrt autofilterMarco Cecchetti13-61/+83
2017-12-16lok: sc: handling conflicts btw group collapsing and cell editingMarco Cecchetti1-26/+83
2017-12-16lok: sc: append the col, row position to the cell cursor messageMarco Cecchetti1-5/+9
2017-12-16convert EETextFormat to scoped enumNoel Grandin3-5/+5
2017-12-16tdf#45904 Move _XCellRangeAddressable Java test to C++Jens Carl3-3/+18