summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2016-05-03Remove unnecessary setBOOL, makeBoolAnyStephan Bergmann
2016-05-03Remove Edit -> Plug-in as no longer usedBryan Quigley
2016-05-02silence ScTableRefToken::GetSheet() SAL_WARN about unhandledEike Rathke
2016-05-02unit test for tdf#99417 track formula cells for BROADCAST_BROADCASTERSEike Rathke
2016-05-02Resolves: tdf#99417 explicitly track formula cells for BROADCAST_BROADCASTERSEike Rathke
2016-05-01Fix typo in codeAndrea Gelmini
2016-05-01add test for tdf#98990Markus Mohrhard
2016-04-30ignore missing children, tdf#99422Markus Mohrhard
2016-04-30Fix typosAndrea Gelmini
2016-04-30Resolves: tdf#76523 copy used names or pointing to sheet to other documentEike Rathke
2016-04-30unit test for copying names not used in formulas during sheet-copyEike Rathke
2016-04-30during copying sheet copy all global and sheet-local names pointing to itEike Rathke
2016-04-30introduce ScRangeName::CopyUsedNames()Eike Rathke
2016-04-29coverity#1358842 Missing break in switch, presumably there should be oneCaolán McNamara
2016-04-29tdf#97831 follow up improve error handlingWinfried Donkers
2016-04-28move to ScDocument::CopyAdjustRangeName() and namespaceEike Rathke
2016-04-28move to ScDocument::FindRangeNamesReferencingSheet()Eike Rathke
2016-04-28adjustCopyRangeName: pass rSheet, rIndex; encapsulate nNewSheetEike Rathke
2016-04-28tdf#97087 Give comprehensible, unique names to idlesMuhammet Kara
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin
2016-04-27add todo list with open performance problems in calcMarkus Mohrhard
2016-04-27extract adjustCopyRangeName() from adjustRangeName()Eike Rathke
2016-04-27make findRangeNamesReferencingSheet() independent from a passed FormulaTokenEike Rathke
2016-04-27FindRangeNameByIndexAndSheet() to FindRangeNameBySheetAndIndex()Eike Rathke
2016-04-27accept UTF8 as explicit charset valueEike Rathke
2016-04-27Add default line width defines for TableBordersslideon
2016-04-27tdf#45904 Move java XViewPane test to c++Fabio Buso
2016-04-26loplugin:stringconstantTor Lillqvist
2016-04-26C++11: disable ctors instead of not implementing them (sc)Jochen Nitschke
2016-04-26early bail out if nGlobalError, tdf#97831 follow-upEike Rathke
2016-04-26check availability of stack and some nitpicks, tdf#97831 follow-upEike Rathke
2016-04-26tdf#97831 [part] Add Excel 2016-Office 365 functions to CalcWinfried Donkers
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-04-25comment flat copy sharing code tokensEike Rathke
2016-04-25be explicit about what it does, CreateFlatCopiedTokenArray()Eike Rathke
2016-04-25update the ants only twice per secondMarkus Mohrhard
2016-04-25Resolves: tdf#99461 reverse logic of TokenPointers::skipToken()Eike Rathke
2016-04-25There is no css::uno::Sequence<sal_uInt8> in UNOStephan Bergmann
2016-04-25Some more sal_Bool -> boolStephan Bergmann
2016-04-25tdf#42949: clean up includes in include/oox/core using iwyuJorenz Paragas
2016-04-24remove comment about old compiler issueJochen Nitschke
2016-04-23FormulaByteToken(ocClose) was always wrongEike Rathke
2016-04-23SC_OPCODE_STOP_... values are exclusiveEike Rathke
2016-04-23use FormulaToken::DeleteIfZeroRef() instead of Delete() at some placesEike Rathke
2016-04-23simplify the ReplaceToken() offset logic to absolute offsetsEike Rathke
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-04-22remove unused BiffStringFlagsJochen Nitschke
2016-04-22Fix typosAndrea Gelmini
2016-04-21Resolves: tdf#99360 can't select filter criteria with mouseCaolán McNamara
2016-04-21loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann