summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-24tdf#97198 Make Calc function LEFT work with Unicode non-BMP charactersWinfried Donkers2-3/+92
2017-11-24tdf#97198 Make Calc function SEARCH work with UniCode non-BMP characters.Winfried Donkers2-15/+156
2017-11-24tdf#97198 Make Calc function LEN work with Unicode non-BMP characters.Winfried Donkers2-8/+102
2017-11-24tdf#97198 Make Calc function FIND work with UniCode non-BMP characters.Winfried Donkers2-3/+156
2017-11-24tdf#97198 Make Calc function RIGHT work with Unicode non-BMP characters.Winfried Donkers2-30/+108
2017-11-24tdf#97198 Make calc function MID work with Unicode non-BMP characters.Winfried Donkers2-37/+166
2017-11-24tdf#45904 Move _XSheetAnnotationAnchor Java test to C++Jens Carl1-9/+22
2017-11-24ofz#4406: don't increment ScCompressedArray::Iterator past endCaolán McNamara1-7/+12
2017-11-24drop unused ATTR itemsNoel Grandin6-188/+33
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin56-144/+141
2017-11-23Document, and simplify the two uses of ScMutationGuard.Michael Meeks4-47/+66
2017-11-23related tdf#108757 small enhancements for speed upSerge Krot3-11/+13
2017-11-23Add debug output operator<< for ScRangeListTor Lillqvist1-0/+17
2017-11-23crashtesting: crash loading fdo41403-1.xlsmCaolán McNamara1-1/+1
2017-11-23Resolves: tdf#113962 save detected filter outside file dialogCaolán McNamara1-1/+1
2017-11-23Move the need for several ugly const_casts deeper down to just one placeTor Lillqvist4-7/+7
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin36-306/+263
2017-11-23tdf#50746 add paste unformatted to menu and context menuYousuf Philips2-3/+6
2017-11-23Disabled slot with Put leaks entry (tabvwsha/sc)Julien Nabet1-9/+9
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann1-1/+1
2017-11-23tdf#45904 Move _XScenarioEnhanced Java test to C++Jens Carl1-1/+39
2017-11-23tdf#45904 Move _XSheetAuditing Java tests to C++Jens Carl1-3/+17
2017-11-23TypedWhichId for sc constantsNoel Grandin51-472/+418
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin9-18/+18
2017-11-22Avoid using the hideous std::stack -> deque inside ::InterpretMichael Meeks1-4/+4
2017-11-22Don't re-create the interpreter context for each row.Michael Meeks1-1/+3
2017-11-22Follow our naming conventions, tdf#39593 follow-upEike Rathke2-12/+12
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann6-8/+8