- cbb6367 gather calls to IterateParametersIfs() in one place, tdf#97831 follow-up by Eike Rathke · 10 years ago
- c57dc74 tdf#97831 [part] Add Excel 2016 functions to Calc by Winfried Donkers · 10 years ago
- 3a767d9 Resolves: tdf#94146 a11y crash, obtain formula using the correct pointer by Eike Rathke · 10 years ago
- f153d5c Remove unnecessary ScUnoHelpFunctions::SetBoolInAny by Stephan Bergmann · 10 years ago
- 58a3207 use Any constructor instead of temporaries by Noel Grandin · 10 years ago
- a5a731d tdf#97831 follow up : use ScInterpreter::ReverseStack() by Winfried Donkers · 10 years ago
- 6e70103 While at it, delete Any functions on sal_Bool* by Stephan Bergmann · 10 years ago
- 019a0fb underline popup control possible to use outside sidebar by Szymon Kłos · 10 years ago
- 4efe3bd loplugin:implicitboolconversion by Stephan Bergmann · 10 years ago
- b73137a Correct value types for the respective function objects. by Kohei Yoshida · 10 years ago
- fa507ae Replace namespace ScErrorCodes with formula... by Kohei Yoshida · 10 years ago
- fac5f2a NameToken with Sheet instead of boolean Global by Eike Rathke · 10 years ago
- af1174b tdf#42949: clean up includes in include/oox/drawingml with iwyu by Jorenz Paragas · 10 years ago
- a2aea8b IFS/SWITCH propagate error only for active paths, tdf#97831 follow-up by Eike Rathke · 10 years ago
- 29433c6 tdf#97831 [part] Add Excel 2016 functions to Calc by Winfried Donkers · 10 years ago
- 0b1e4a3 Prevent Any::setValue from reinterpreting bool* as sal_Bool* by Stephan Bergmann · 10 years ago
- ab3d2e5 Prevent Any ctor from reinterpreting bool* as sal_Bool* by Stephan Bergmann · 10 years ago
- a05ab9e Remove unnecessary setBOOL, makeBoolAny by Stephan Bergmann · 10 years ago
- 4b3c211 Remove Edit -> Plug-in as no longer used by Bryan Quigley · 10 years ago
- 8474c5f silence ScTableRefToken::GetSheet() SAL_WARN about unhandled by Eike Rathke · 10 years ago
- 4f5c978 unit test for tdf#99417 track formula cells for BROADCAST_BROADCASTERS by Eike Rathke · 10 years ago
- a0b9fa8 Resolves: tdf#99417 explicitly track formula cells for BROADCAST_BROADCASTERS by Eike Rathke · 10 years ago
- 26851ec Fix typo in code by Andrea Gelmini · 10 years ago
- 8465e99 add test for tdf#98990 by Markus Mohrhard · 10 years ago
- 9f363ee ignore missing children, tdf#99422 by Markus Mohrhard · 10 years ago
- fc2590c Fix typos by Andrea Gelmini · 10 years ago
- 02a8589 Resolves: tdf#76523 copy used names or pointing to sheet to other document by Eike Rathke · 10 years ago
- 8162cf2 unit test for copying names not used in formulas during sheet-copy by Eike Rathke · 10 years ago
- 043df58 during copying sheet copy all global and sheet-local names pointing to it by Eike Rathke · 10 years ago
- 450a10d introduce ScRangeName::CopyUsedNames() by Eike Rathke · 10 years ago
- 78b450c2 coverity#1358842 Missing break in switch, presumably there should be one by Caolán McNamara · 10 years ago
- 47405e0 tdf#97831 follow up improve error handling by Winfried Donkers · 10 years ago
- 37b071c move to ScDocument::CopyAdjustRangeName() and namespace by Eike Rathke · 10 years ago
- 75d5885 move to ScDocument::FindRangeNamesReferencingSheet() by Eike Rathke · 10 years ago
- c692b9c adjustCopyRangeName: pass rSheet, rIndex; encapsulate nNewSheet by Eike Rathke · 10 years ago
- 376c337 tdf#97087 Give comprehensible, unique names to idles by Muhammet Kara · 10 years ago
- 43b4903 teach stylepolice plugin about ref-counted-pointer naming by Noel Grandin · 10 years ago
- f710c01 add todo list with open performance problems in calc by Markus Mohrhard · 10 years ago
- f5cd030 extract adjustCopyRangeName() from adjustRangeName() by Eike Rathke · 10 years ago
- bd2800d make findRangeNamesReferencingSheet() independent from a passed FormulaToken by Eike Rathke · 10 years ago
- cc5f8c6 FindRangeNameByIndexAndSheet() to FindRangeNameBySheetAndIndex() by Eike Rathke · 10 years ago
- 0445de5 accept UTF8 as explicit charset value by Eike Rathke · 10 years ago
- fd0d4f8 Add default line width defines for TableBorders by slideon · 10 years ago
- e7f55f1 tdf#45904 Move java XViewPane test to c++ by Fabio Buso · 10 years ago
- 29da9d3 loplugin:stringconstant by Tor Lillqvist · 10 years ago
- 2bb6221 C++11: disable ctors instead of not implementing them (sc) by Jochen Nitschke · 10 years ago
- 4905c8b early bail out if nGlobalError, tdf#97831 follow-up by Eike Rathke · 10 years ago
- 98ac8e7 check availability of stack and some nitpicks, tdf#97831 follow-up by Eike Rathke · 10 years ago
- a76c5e2 tdf#97831 [part] Add Excel 2016-Office 365 functions to Calc by Winfried Donkers · 10 years ago
- e8fd5a0 update loplugin stylepolice to check local pointers vars by Noel Grandin · 10 years ago
- 4613f38 comment flat copy sharing code tokens by Eike Rathke · 10 years ago
- 403d0d4 be explicit about what it does, CreateFlatCopiedTokenArray() by Eike Rathke · 10 years ago
- 5749afc update the ants only twice per second by Markus Mohrhard · 10 years ago
- 03124f5b Resolves: tdf#99461 reverse logic of TokenPointers::skipToken() by Eike Rathke · 10 years ago
- 79c4d54 There is no css::uno::Sequence<sal_uInt8> in UNO by Stephan Bergmann · 10 years ago
- 1f0e049 Some more sal_Bool -> bool by Stephan Bergmann · 10 years ago
- 474eca1 tdf#42949: clean up includes in include/oox/core using iwyu by Jorenz Paragas · 10 years ago
- 3a6e3d7 remove comment about old compiler issue by Jochen Nitschke · 10 years ago
- f5523a6 FormulaByteToken(ocClose) was always wrong by Eike Rathke · 10 years ago
- 9a0735b SC_OPCODE_STOP_... values are exclusive by Eike Rathke · 10 years ago
- 4f8d72d use FormulaToken::DeleteIfZeroRef() instead of Delete() at some places by Eike Rathke · 10 years ago
- f41257d simplify the ReplaceToken() offset logic to absolute offsets by Eike Rathke · 10 years ago
- 046dc22 Avoid reserved identifiers by Stephan Bergmann · 10 years ago
- 608b8cc remove unused BiffStringFlags by Jochen Nitschke · 10 years ago
- b2e86d2 Fix typos by Andrea Gelmini · 10 years ago
- db279db Resolves: tdf#99360 can't select filter criteria with mouse by Caolán McNamara · 10 years ago
- 7834196 loplugin:salbool: sal_Bool[] -> bool[] by Stephan Bergmann · 10 years ago
- 1a74c63 lokit: add getPartHash by Henry Castro · 10 years ago
- 5abc669 new plugin stylepolice by Noel Grandin · 10 years ago
- 67187c1 loplugin:salbool: Automatic rewrite of sal_False/True by Stephan Bergmann · 10 years ago
- cbae4ec tdf#99361 Separate checkbox in Sidebar by Laurent Balland-Poirier · 10 years ago
- b0c0a07 clang-tidy clang-analyzer-deadcode.DeadStores by Noel Grandin · 10 years ago
- 29a9f43 Resolves: tdf#91778 drawing the background over an active cursor by Caolán McNamara · 10 years ago
- ccaf108 character spacing control possible to use outside sidebar by Szymon Kłos · 10 years ago
- 219d1f3 tdf#99329 : By default show sum and average statusbar functions... by Dennis Francis · 10 years ago
- 5353d0a cppcheck: silence known conditions warnings in sc by Jochen Nitschke · 10 years ago
- 2efd20c const as const can, tdf#99322 follow-up by Eike Rathke · 10 years ago
- 7218011 sc: fix loplugin:passstuffbyref by Miklos Vajna · 10 years ago
- 35abb3a call StartNeededListeners() only on affected columns, tdf#99322 follow-up by Eike Rathke · 10 years ago
- 1be6c44 use the column style for as default, tdf#71897 by Markus Mohrhard · 10 years ago
- a71576f setting the properties through uno is not necessary anymore by Markus Mohrhard · 10 years ago
- 6342041 hard code value for scrollbar to tabbar ratio, tdf#89058 by Markus Mohrhard · 10 years ago
- 170a473 don't try to open in new window by default, tdf#70959 by Markus Mohrhard · 10 years ago
- 44e2da5 Resolves: tdf#99322 re-establish group area listeners after update reference by Eike Rathke · 10 years ago
- 6a92ada tdf#99371 fix for DDE link update via Function Wizard by Martin Nathansen · 10 years ago
- ec73034 cppcheck: silence known condition warning in sc vbahelper by Jochen Nitschke · 10 years ago
- 54a547d tdf#90290: use custom asserter for formula check by Stefan Weiberg · 10 years ago
- 277193b Avoid reserved identifier (_CreateShape -> CreateShape) by Stephan Bergmann · 10 years ago
- 789055b clang-tidy performance-unnecessary-copy-initialization by Noel Grandin · 10 years ago
- 150ac9c clean-up: unused using declarations and includes by Jochen Nitschke · 10 years ago
- 92ddd58 remove define for ERRORBOX by Markus Mohrhard · 10 years ago
- 7fbeba2 fix last mdds perf problem in MatConcat, tdf#88849 by Markus Mohrhard · 10 years ago
- 9349526 fix crash in perfcheck by Markus Mohrhard · 10 years ago
- 603a9ad switch to a row based storage by Markus Mohrhard · 10 years ago
- 2ed9031 make the test case smaller to limit runtime by Markus Mohrhard · 10 years ago
- ce21baa add test case for smaller MatConcat case, related tdf#88849 by Markus Mohrhard · 10 years ago
- 5595eee add missing test file by Markus Mohrhard · 10 years ago
- e2e35d5 tdf#97499 Fixed containers parameters clearing #5 by tymyjan · 10 years ago
- e3e9e0ae add test for tdf#88849 by Markus Mohrhard · 10 years ago
- 3d9f86e fix calc perfcheck build by Markus Mohrhard · 10 years ago