Age | Commit message (Expand) | Author |
2016-05-01 | add test for tdf#98990 | Markus Mohrhard |
2016-04-30 | ignore missing children, tdf#99422 | Markus Mohrhard |
2016-04-30 | Fix typos | Andrea Gelmini |
2016-04-30 | Resolves: tdf#76523 copy used names or pointing to sheet to other document | Eike Rathke |
2016-04-30 | unit test for copying names not used in formulas during sheet-copy | Eike Rathke |
2016-04-30 | during copying sheet copy all global and sheet-local names pointing to it | Eike Rathke |
2016-04-30 | introduce ScRangeName::CopyUsedNames() | Eike Rathke |
2016-04-29 | coverity#1358842 Missing break in switch, presumably there should be one | Caolán McNamara |
2016-04-29 | tdf#97831 follow up improve error handling | Winfried Donkers |
2016-04-28 | move to ScDocument::CopyAdjustRangeName() and namespace | Eike Rathke |
2016-04-28 | move to ScDocument::FindRangeNamesReferencingSheet() | Eike Rathke |
2016-04-28 | adjustCopyRangeName: pass rSheet, rIndex; encapsulate nNewSheet | Eike Rathke |
2016-04-28 | tdf#97087 Give comprehensible, unique names to idles | Muhammet Kara |
2016-04-28 | teach stylepolice plugin about ref-counted-pointer naming | Noel Grandin |
2016-04-27 | add todo list with open performance problems in calc | Markus Mohrhard |
2016-04-27 | extract adjustCopyRangeName() from adjustRangeName() | Eike Rathke |
2016-04-27 | make findRangeNamesReferencingSheet() independent from a passed FormulaToken | Eike Rathke |
2016-04-27 | FindRangeNameByIndexAndSheet() to FindRangeNameBySheetAndIndex() | Eike Rathke |
2016-04-27 | accept UTF8 as explicit charset value | Eike Rathke |
2016-04-27 | Add default line width defines for TableBorders | slideon |
2016-04-27 | tdf#45904 Move java XViewPane test to c++ | Fabio Buso |
2016-04-26 | loplugin:stringconstant | Tor Lillqvist |
2016-04-26 | C++11: disable ctors instead of not implementing them (sc) | Jochen Nitschke |
2016-04-26 | early bail out if nGlobalError, tdf#97831 follow-up | Eike Rathke |
2016-04-26 | check availability of stack and some nitpicks, tdf#97831 follow-up | Eike Rathke |
2016-04-26 | tdf#97831 [part] Add Excel 2016-Office 365 functions to Calc | Winfried Donkers |
2016-04-26 | update loplugin stylepolice to check local pointers vars | Noel Grandin |
2016-04-25 | comment flat copy sharing code tokens | Eike Rathke |
2016-04-25 | be explicit about what it does, CreateFlatCopiedTokenArray() | Eike Rathke |
2016-04-25 | update the ants only twice per second | Markus Mohrhard |
2016-04-25 | Resolves: tdf#99461 reverse logic of TokenPointers::skipToken() | Eike Rathke |
2016-04-25 | There is no css::uno::Sequence<sal_uInt8> in UNO | Stephan Bergmann |
2016-04-25 | Some more sal_Bool -> bool | Stephan Bergmann |
2016-04-25 | tdf#42949: clean up includes in include/oox/core using iwyu | Jorenz Paragas |
2016-04-24 | remove comment about old compiler issue | Jochen Nitschke |
2016-04-23 | FormulaByteToken(ocClose) was always wrong | Eike Rathke |
2016-04-23 | SC_OPCODE_STOP_... values are exclusive | Eike Rathke |
2016-04-23 | use FormulaToken::DeleteIfZeroRef() instead of Delete() at some places | Eike Rathke |
2016-04-23 | simplify the ReplaceToken() offset logic to absolute offsets | Eike Rathke |
2016-04-22 | Avoid reserved identifiers | Stephan Bergmann |
2016-04-22 | remove unused BiffStringFlags | Jochen Nitschke |
2016-04-22 | Fix typos | Andrea Gelmini |
2016-04-21 | Resolves: tdf#99360 can't select filter criteria with mouse | Caolán McNamara |
2016-04-21 | loplugin:salbool: sal_Bool[] -> bool[] | Stephan Bergmann |
2016-04-21 | lokit: add getPartHash | Henry Castro |
2016-04-21 | new plugin stylepolice | Noel Grandin |
2016-04-20 | loplugin:salbool: Automatic rewrite of sal_False/True | Stephan Bergmann |
2016-04-20 | tdf#99361 Separate checkbox in Sidebar | Laurent Balland-Poirier |
2016-04-20 | clang-tidy clang-analyzer-deadcode.DeadStores | Noel Grandin |
2016-04-20 | Resolves: tdf#91778 drawing the background over an active cursor | Caolán McNamara |