summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2017-11-25coverity#1422232 Improper use of negative valueCaolán McNamara
2017-11-25Convert ScConditionMode to scoped enumTor Lillqvist
2017-11-24tdf#97198 Make Calc function LEFT work with Unicode non-BMP charactersWinfried Donkers
2017-11-24tdf#97198 Make Calc function SEARCH work with UniCode non-BMP characters.Winfried Donkers
2017-11-24tdf#97198 Make Calc function LEN work with Unicode non-BMP characters.Winfried Donkers
2017-11-24tdf#97198 Make Calc function FIND work with UniCode non-BMP characters.Winfried Donkers
2017-11-24tdf#97198 Make Calc function RIGHT work with Unicode non-BMP characters.Winfried Donkers
2017-11-24tdf#97198 Make calc function MID work with Unicode non-BMP characters.Winfried Donkers
2017-11-24tdf#45904 Move _XSheetAnnotationAnchor Java test to C++Jens Carl
2017-11-24ofz#4406: don't increment ScCompressedArray::Iterator past endCaolán McNamara
2017-11-24drop unused ATTR itemsNoel Grandin
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin
2017-11-23Document, and simplify the two uses of ScMutationGuard.Michael Meeks
2017-11-23related tdf#108757 small enhancements for speed upSerge Krot
2017-11-23Add debug output operator<< for ScRangeListTor Lillqvist
2017-11-23crashtesting: crash loading fdo41403-1.xlsmCaolán McNamara
2017-11-23Resolves: tdf#113962 save detected filter outside file dialogCaolán McNamara
2017-11-23Move the need for several ugly const_casts deeper down to just one placeTor Lillqvist
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin
2017-11-23tdf#50746 add paste unformatted to menu and context menuYousuf Philips
2017-11-23Disabled slot with Put leaks entry (tabvwsha/sc)Julien Nabet
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann
2017-11-23tdf#45904 Move _XScenarioEnhanced Java test to C++Jens Carl
2017-11-23tdf#45904 Move _XSheetAuditing Java tests to C++Jens Carl
2017-11-23TypedWhichId for sc constantsNoel Grandin
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-11-22Avoid using the hideous std::stack -> deque inside ::InterpretMichael Meeks
2017-11-22Don't re-create the interpreter context for each row.Michael Meeks
2017-11-22Follow our naming conventions, tdf#39593 follow-upEike Rathke
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-11-22clang-format on non-blacklisted file interpretercontext.hxxDennis Francis
2017-11-22turn some eof checks to eof or errorCaolán McNamara
2017-11-22replace check of eof and GetError with goodCaolán McNamara
2017-11-22drop duplicate methodCaolán McNamara
2017-11-22good() includes !IsEof() alreadyCaolán McNamara
2017-11-22tdf#39593 deduplicate code in ScOutputDatatagezi
2017-11-22ofz#4361 Integer-overflowCaolán McNamara
2017-11-22There appears to be no reason to ignore macros in these parts of...Stephan Bergmann
2017-11-22Fix typoAndrea Gelmini
2017-11-22TypedWhichId for SDRATTR* constants (3)Noel Grandin
2017-11-22loplugin:simplifybool re-activate the !! warningNoel Grandin
2017-11-21ofz#4305 do not read past end of fileEike Rathke
2017-11-21Fix typosAndrea Gelmini
2017-11-21tdf#113970 : blacklist vlookup/hlookup for threading...Dennis Francis
2017-11-21coverity warningsCaolán McNamara
2017-11-21Introduce and use ScCellShell::HasClipboardFormat(), tdf#50746 follow-upEike Rathke
2017-11-21tdf#113571, tdf#32213, tdf#50746: Make "paste unformatted text"Serge Krot
2017-11-21Adapt documentation to realityEike Rathke
2017-11-21Keep number format on string cell content Undo, tdf#103234 follow-upEike Rathke
2017-11-21Invert logic of ScSetStringParam::* enum value checks, tdf#103234 follow-upEike Rathke