summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2017-12-01Remove nonsensical loopMike Kaganski1-3/+2
2017-12-01Prepare for translated new AutoFormat Table Styles, tdf#101349Eike Rathke1-1/+11
2017-12-01ofz: guard against binary crap argument counts and ID/OpCode generationEike Rathke3-40/+69
2017-12-01Need to use dynamic_cast and not static_cast here, thanks UBSan and sbergTor Lillqvist1-3/+4
2017-12-01loplugin:unusedfieldsNoel Grandin4-12/+8
2017-12-01lok: calc: set outline stateMarco Cecchetti1-14/+13
2017-11-30xmloff: turn SvXMLImportContext into a no-op base classMichael Stahl2-5/+3
2017-11-30ofz#4406 limit escher object cell area to calc's limitsCaolán McNamara1-4/+4
2017-11-30tdf#97198 follow up: improve efficiency for Calc function RIGHT.Winfried Donkers1-13/+5
2017-11-30ofz#4484 don't set mnRangeOpPosInSymbol on StringOverflow caseCaolán McNamara1-1/+3
2017-11-30tdf#113901: Grid offset for notes and temporary notes modified.Vasily Melenchuk4-25/+14
2017-11-30loplugin:unusedenumconstantsNoel Grandin1-270/+0
2017-11-30Deduplicate conditional formats loaded from .odsTor Lillqvist8-6/+542
2017-11-29loplugin:implicitboolconversionStephan Bergmann1-1/+1
2017-11-29Avoid ambiguitiesStephan Bergmann1-3/+1
2017-11-29tdf#97198 Make Calc function REPLACE work with UniCode non-BMP-characters.Winfried Donkers2-20/+227
2017-11-29lok - calc: outline and group handlingMarco Cecchetti14-35/+377
2017-11-29loplugin:countusersofdefaultparams in scNoel Grandin18-28/+32
2017-11-29lok: sc: subdivide headers data in rangeMarco Cecchetti1-1/+10
2017-11-29lokdialog: Move the LOKWindowId <-> VclPtr<Window> mapping to Window.Jan Holesovsky2-9/+0
2017-11-29lokdialog: Move the painting down to Window, and enable Calc and Impress.Jan Holesovsky2-0/+9
2017-11-29lokdialog: Make the Autofilter popup notify about its creation.Jan Holesovsky1-0/+1
2017-11-29ofz#4406: don't increment ScCompressedArray::Iterator past endCaolán McNamara1-4/+4
2017-11-29loplugin:unusedmethodsNoel Grandin10-213/+0
2017-11-28Do as the FIXME suggestedTor Lillqvist3-16/+21
2017-11-28ofz#4412 bail on failure in Formulacell tooCaolán McNamara3-2/+6
2017-11-28tdf#113271 Fix order of color's attributes import.Bartosz Kosiorek1-4/+6
2017-11-28add xlsx support to fftesterCaolán McNamara1-0/+46
2017-11-28Fix typosEike Rathke1-2/+2
2017-11-28tdf#113455 follow-up: clear spin buttons when disabled in ResetMike Kaganski1-3/+12
2017-11-28Factor out a code snippet copy-pasted four timesTor Lillqvist2-76/+35
2017-11-28The aStrNmsp[12] fields can be constTor Lillqvist1-2/+2
2017-11-28Set correct file permissionsJens Carl1-0/+0
2017-11-27tdf#113455 follow-up: use spin button labels as checkboxesMike Kaganski2-42/+35
2017-11-27ofz#4412 do not read past end of fileEike Rathke1-0/+5
2017-11-27Address some nitpicks, tdf#39593 follow-upEike Rathke1-5/+5
2017-11-27tdf#39593 deduplicate code in ScOutputDatatagezi2-351/+302
2017-11-27The eTempGrammar[12] fields can be constTor Lillqvist1-2/+2
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann2-3/+3
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin4-9/+9
2017-11-27tdf#113831 Show number of search resultsheiko tietze4-34/+42
2017-11-27Bin confusing comment, there is no lcl_ScDocFunc_CreateTokenArrayXMLTor Lillqvist1-2/+0
2017-11-27tdf#45904 Move _XHeaderFooterContent Java tests to C++Jens Carl4-1/+226
2017-11-26Add debug output operator<< for ScFormatEntry::TypeTor Lillqvist1-0/+27
2017-11-26Add debug output operator<< for ScConditionModeTor Lillqvist1-0/+92
2017-11-26Convert ScFormatEntryType to scoped enumTor Lillqvist18-99/+94
2017-11-25Avoid a trivial typedefTor Lillqvist2-15/+14
2017-11-25Revert "ofz#4406: don't increment ScCompressedArray::Iterator past end"Caolán McNamara1-12/+7
2017-11-25coverity#1422232 Improper use of negative valueCaolán McNamara1-1/+1
2017-11-25Convert ScConditionMode to scoped enumTor Lillqvist19-450/+451