- 0fed082 Assert that nTabNo fits maTabData, tdf#108654 related by Eike Rathke · 9 years ago
- 87cbbdc Resolves: tdf#108654 check nTabNo against maTabData size by Eike Rathke · 9 years ago
- 7382bfd loplugin:privatebase by Stephan Bergmann · 9 years ago
- c0ce1ec loplugin:unusedfields in sfx2 part1 by Noel Grandin · 9 years ago
- 1abdeff Fix use of wrong function by Tamas Bunth · 9 years ago
- 742c083 loplugin:unusedfields in svx part1 by Noel Grandin · 9 years ago
- 5286326 convert ErrCode to strong typedef by Noel Grandin · 9 years ago
- 2516285 tdf#45904 Move remaining XCellSeries test code to C++ by Paul Trojahn · 9 years ago
- 05f6763 new cannot return nullptr by Noel Grandin · 9 years ago
- 13ab6b5 Avoid "this member function can be declared static [loplugin:staticmethods]" by Tor Lillqvist · 9 years ago
- 96a307b Remove unused ScColumn::mbDirtyGroups by Eike Rathke · 9 years ago
- e3b4987 Moving legacy contexts to FastContexts: by Mohammed Abdul Azeem · 9 years ago
- 1e3a00f Make SfxItemSet ranges correct by construction: Fix static cases by Stephan Bergmann · 9 years ago
- a5dba7d remove unused osl/mutex.hxx includes by Jochen Nitschke · 9 years ago
- 13bb5a4 Make SfxItemSet ranges correct by construction by Stephan Bergmann · 9 years ago
- f83d8ae For AutoSum up to next sum mark/select the resulting range, tdf#71339 by Eike Rathke · 9 years ago
- b394778 But not empty top/left in AutoSum of SUMs final selection, tdf#71339 by Eike Rathke · 9 years ago
- 9c0cd66 Resolves: tdf#71339 include selected top/left empty rows/columns in AutoSum by Eike Rathke · 9 years ago
- 08f6f9d Profiling API: add ProfileZones by László Németh · 9 years ago
- 5c81adc Get rid of the index inside FormulaTokenArray by Tor Lillqvist · 9 years ago
- f1ff61f Fix typos by Andrea Gelmini · 9 years ago
- d48ea7a Prevent excess rows included in the resulting range list, tdf#95883 follow-up by Eike Rathke · 9 years ago
- 033d018 Resolves: tdf#104989 a matrix/array formula cell needs to have dimensions by Eike Rathke · 9 years ago
- e6abe9c Ensure all cases push an error return, tdf#104989 related (not the cause) by Eike Rathke · 9 years ago
- 416752b Resolves: tdf#104875 defer filter detection to first load/update of external by Eike Rathke · 9 years ago
- 1bc793f This could never have been meant by Eike Rathke · 9 years ago
- a6aa57f use ERRCODE_NONE instead of 0 by Noel Grandin · 9 years ago
- 546c355 use more SAL_N_ELEMENTS part 2 by Noel Grandin · 9 years ago
- 4a38bd3 Use FormulaTokenArray::FirstToken() in one more place by Tor Lillqvist · 9 years ago
- 90bea1e Final result of Reference array is svMatrix instead of svRefList, tdf#58874 by Eike Rathke · 9 years ago
- 7f6a177 Let CreateItemSet return unique_ptr by Stephan Bergmann · 9 years ago
- 894818f Use FormulaTokenArray::FirstRPNToken() by Tor Lillqvist · 9 years ago
- 8335855 Use FormulaTokenArray::FirstToken() in one more place by Tor Lillqvist · 9 years ago
- a5d26d0 Use FormulaTokenArray::FirstToken() in one more place by Tor Lillqvist · 9 years ago
- a9ea29d Use FormulaTokenArray::FirstToken() in one more place by Tor Lillqvist · 9 years ago
- f1f5ffb Use FormulaTokenArray::FirstToken() in more places by Tor Lillqvist · 9 years ago
- ccbb61a Use FormulaTokenArray::FirstToken() in more places by Tor Lillqvist · 9 years ago
- d677d7e Use FormulaTokenArray::FirstToken() in one more place by Tor Lillqvist · 9 years ago
- 0057b21 Use FormulaTokenArray::FirstToken() in one more place by Tor Lillqvist · 9 years ago
- 56bfa46 Use FormulaTokenArray::FirstToken() in one place where we can by Tor Lillqvist · 9 years ago
- 2495a4e Use FormulaTokenArray::FirstToken() in one place where we can by Tor Lillqvist · 9 years ago
- cbdd3c3 Use unique_ptr for SfxPrinter::pOptions by Stephan Bergmann · 9 years ago
- f9cf614 Final result of svRefList can be an array in some cases, tdf#58874 related by Eike Rathke · 9 years ago
- 8f187d3 Handle SUMPRODUCT with reference list and array of references, tdf#58874 by Eike Rathke · 9 years ago
- 5389b44 Let SfxSetItem ctor take SfxItemSet by unique_ptr by Stephan Bergmann · 9 years ago
- bbfe78c This SfxItemSet appears to be unused by Stephan Bergmann · 9 years ago
- 637f7b5 tdf#50916 : Refactor table1.cxx ScTable::GetNext*() methods by Dennis Francis · 9 years ago
- af2d511 Use unique_ptr fro ScMergePatternState::pItemSet by Stephan Bergmann · 9 years ago
- ed715a4 tdf#95883 Select Unprotected Cells in Calc by Gulsah Kose · 9 years ago
- febbad7 cleanup unused css/frame/* includes by Jochen Nitschke · 9 years ago
- 57ae883 tdf#106423: dbase file can have no records by Julien Nabet · 9 years ago
- 6b3722c Take new FormulaTokenArrayPlainIterator into use in one more file by Tor Lillqvist · 9 years ago
- e4e4d57 clang-tidy readability-delete-null-pointer by Noel Grandin · 9 years ago
- 5c1aedc Fix typos by Andrea Gelmini · 9 years ago
- 1cb3100 Revert "tdf#55631: DBASE import with CP850 encoding" by Julien Nabet · 9 years ago
- 7ceb90d coverity#1397206 Resource leak by Caolán McNamara · 9 years ago
- 9fe9685 tdf#55631: DBASE import with CP850 encoding by Julien Nabet · 9 years ago
- a680f69 tdf#50916 : More refactoring in table1.cxx by Dennis Francis · 9 years ago
- 076ed44 Unit test for COUNTIFS, SUMIFS, AVERAGEIFS with array of references, tdf#58874 by Eike Rathke · 9 years ago
- c47fc93 COUNTIFS, SUMIFS, AVERAGEIFS, MINIFS, MAXIFS with reference arrays, tdf#58874 by Eike Rathke · 9 years ago
- 6da3a11 Some compilers can't init vector from empty {} by Eike Rathke · 9 years ago
- 9614f12 missing include by Stephan Bergmann · 9 years ago
- 3c1158b Add unit test for COUNTIFS and AVERAGEIFS in array context by Eike Rathke · 9 years ago
- 1dd5e22 clang-tidy readability-non-const-parameter by Noel Grandin · 9 years ago
- 027b25e use comphelper::InitPropertySequence in more places by Noel Grandin · 9 years ago
- f59e802 Add unit test for SUMIFS in array context by Eike Rathke · 9 years ago
- 691d1e9 Too many aRes..., rename aResArray to vConditions by Eike Rathke · 9 years ago
- c479912 With reference lists there can be more than 255 queries by Eike Rathke · 9 years ago
- 27c5f25 Add '~' reference union/list operator to range finder delimiters by Eike Rathke · 9 years ago
- 5ac74f1 Remove a TODO and explain by Eike Rathke · 9 years ago
- b0f0096 EditEngine: Added ODF_TEXT_FLAT paste for sc by Varun Dhall · 9 years ago
- c8bc586 Take FormulaTokenArrayPlainIterator into use in one more place by Tor Lillqvist · 9 years ago
- cf7fbfa Take FormulaTokenArrayPlainIterator into use in one more file by Tor Lillqvist · 9 years ago
- 6e257b0 Take FormulaTokenArrayPlainIterator into use in one more place by Tor Lillqvist · 9 years ago
- f0e5791 Take FormulaTokenArrayPlainIterator into use in one more file by Tor Lillqvist · 9 years ago
- a5c1b12 Redundant nColSize,nRowSize, use nDimensionCols,nDimensionRows, tdf#58874 prep by Eike Rathke · 9 years ago
- c1f9292 Fix build after f1454b474d9248d7ef2cb84f396a974184e5167e by Stephan Bergmann · 9 years ago
- d72d2a7 -Werror,-Wunused-private-field by Stephan Bergmann · 9 years ago
- 0e2a6e8 remove some unnecessary use of OUStringBuffer by Noel Grandin · 9 years ago
- e3828e7 oovbaapi: add Interior.PatternTintAndShade Property (Excel) by Miklos Vajna · 9 years ago
- d8a84e7 oovbaapi: add Interior.TintAndShade Property (Excel) by Miklos Vajna · 9 years ago
- 1365a9f oovbaapi: add XlThemeColor Enumeration (Excel) by Miklos Vajna · 9 years ago
- cb444c1 tdf#79571 sc FilterSelect: accept empty strings by Justin Luth · 9 years ago
- f1454b4 tdf#45904 Move java XCellSeries test to c++ by Paul Trojahn · 9 years ago
- 839fd82 fix memory leak and improve variable lifecycle by Markus Mohrhard · 9 years ago
- 631af1a Add Test for dataprovider and modify the way we fetch and apply stream by Jaskaran Singh · 9 years ago
- 30e27a9 Take new FormulaTokenArrayPlainIterator into use in one more file by Tor Lillqvist · 9 years ago
- 2a29c79 Take new FormulaTokenArrayPlainIterator into use in one more file by Tor Lillqvist · 9 years ago
- 7f2fbc9 Take new FormulaTokenArrayPlainIterator into use in one more file by Tor Lillqvist · 9 years ago
- 5b14248 Take new FormulaTokenArrayPlainIterator into use in one more file by Tor Lillqvist · 9 years ago
- 1d0d712 Take new FormulaTokenArrayPlainIterator into use in one more place by Tor Lillqvist · 9 years ago
- 0505d3b Take new FormulaTokenArrayPlainIterator into use in one more place by Tor Lillqvist · 9 years ago
- 4683457 Take new FormulaTokenArrayPlainIterator into use in one more place by Tor Lillqvist · 9 years ago
- 91a35c6 Take new FormulaTokenArrayPlainIterator into use in one more file by Tor Lillqvist · 9 years ago
- 74b1a89 Take new FormulaTokenArrayPlainIterator into use in one more place by Tor Lillqvist · 9 years ago
- 60df532 Take new FormulaTokenArrayPlainIterator into use in one more place by Tor Lillqvist · 9 years ago
- 8f68e19 Take new FormulaTokenArrayPlainIterator into use in a couple more places by Tor Lillqvist · 9 years ago
- 1bb184b Take new FormulaTokenArrayPlainIterator into use in a couple more places by Tor Lillqvist · 9 years ago
- 0eefc95 Take new FormulaTokenArrayPlainIterator into use in a couple more places by Tor Lillqvist · 9 years ago
- f01ff6b Take new FormulaTokenArrayPlainIterator into use in one more place by Tor Lillqvist · 9 years ago