summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
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 Yoshida3-72/+314
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 Yoshida3-20/+21
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 Grandin8-17/+17
2017-12-18Handle merged cells.Kohei Yoshida2-1/+21
2017-12-18Remove unused method.Kohei Yoshida1-9/+0
2017-12-18Take into account the fact that ScDocument already has one sheet.Kohei Yoshida3-8/+22
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 Yoshida4-2/+52
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-16Do not recalculate the same weight over and over again, tdf#114251 relatedEike Rathke1-2/+10
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-16Blacklist CELL() and INFO() for threadingEike Rathke1-1/+3
2017-12-15lok: calc: LOK_FEATURE_RANGE_HEADERSMarco Cecchetti1-7/+11
2017-12-15Resolves: tdf#113537 don't keep nEndRow=MAXROW if data ends aboveEike Rathke1-1/+6
2017-12-15-Werror,-Wsign-compare (clang-cl)Stephan Bergmann2-2/+2
2017-12-15lokdialog: Give non-programmatic name to autofilterPranav Kant1-0/+3
2017-12-15tdf#114216 Uncheck Thousands separator on Number category selectionJim Raykowski1-0/+1
2017-12-15tdf#114479 : Blacklist MATCH() for threadingDennis Francis1-1/+2
2017-12-15sal_uIntPtr/sal_uLong->void* in Popover idsNoel Grandin7-13/+13
2017-12-15tdf#113621: don't write whole column refs for conditional format rangesMarkus Mohrhard2-6/+8
2017-12-13tools: reimplement SVLIBRARY macro & remove it from solar.hMichael Stahl2-0/+2
2017-12-13tools: remove unused #include from solar.hMichael Stahl7-0/+7
2017-12-13tdf#114384 reset the print state if the sheet changesTomaž Vajngerl1-2/+2
2017-12-13tdf#114256 add cache criterium when to recalculate page range sizeTomaž Vajngerl2-21/+75
2017-12-12Do not use threading for formula group if...Dennis Francis4-15/+58
2017-12-12Fix unnecessary wrong downcastStephan Bergmann1-1/+1
2017-12-11tdf#95295: don't add duplicate conditional formatsMike Kaganski3-46/+58
2017-12-11Fix typos and grammarIlmari Lauhakangas1-8/+8
2017-12-11Resolves: tdf#114406 treat % as the operator that it isEike Rathke1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin24-59/+59
2017-12-11tdf#114342 move recursion guard to encompass threaded path tooCaolán McNamara1-6/+6
2017-12-10lok: calc: fix: the last col/row headers were not collectedMarco Cecchetti1-12/+13
2017-12-10lok: calc: fix: CTRL+RIGHT => crashMarco Cecchetti1-1/+2
2017-12-10Fix inconsistent naming of a variable.Kohei Yoshida2-14/+14