Age | Commit message (Expand) | Author |
2016-03-24 | tdf#75372 rework sheet-copy names for converting global names to sheet-local | Eike Rathke |
2016-03-24 | loplugin:constantparam in sc | Noel Grandin |
2016-03-23 | better use mdds in matrix concat, tdf#88849 | Markus Mohrhard |
2016-03-23 | loplugin:constantparam in sc | Noel Grandin |
2016-03-22 | tdf#84938 replace #define with scoped typed_flags | Jochen Nitschke |
2016-03-19 | tdf#84938 replace #defined constant with scoped enum class | Jochen Nitschke |
2016-03-19 | adjust sheet references when copying sheet-local named expressions | Eike Rathke |
2016-03-18 | adjust other-sheet-local relative sheet references, tdf#96915 | Eike Rathke |
2016-03-18 | let FindRangeNamesInUse() collect also sheet-local names, tdf#96915 related | Eike Rathke |
2016-03-18 | Resolves: tdf#96915 implement other-sheet-local named expressions | Eike Rathke |
2016-03-18 | loplugin:constantparam in formula | Noel Grandin |
2016-03-14 | use unique_ptr for memory owning ptr | Markus Mohrhard |
2016-03-12 | tdf#84938 Change defines to typed_flags | Jochen Nitschke |
2016-03-11 | tdf#42629 : Allow multiple status bar functions at a time | Dennis Francis |
2016-03-11 | sc: make metadata available in copy result | Miklos Vajna |
2016-03-11 | work on sane lifecylce for SfxFilter | Markus Mohrhard |
2016-03-10 | rename findLastNotOf -> findLastTrue | Noel Grandin |
2016-03-10 | loplugin:constantparam in sc | Noel Grandin |
2016-03-08 | tdf#94561 : Create notes drawing objects only once on sheet copy | Dennis Francis |
2016-03-07 | add STR_LONG_ERR_MATRIX_SIZE "Error: Array or matrix size" | Eike Rathke |
2016-03-07 | Resolves: tdf#98389 check memory requirement of matrix | Eike Rathke |
2016-03-07 | loplugin:unuseddefaultparams | Noel Grandin |
2016-03-04 | tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals | Rohan Kumar |
2016-03-04 | loplugin:unuseddefaultparam in sc | Noel Grandin |
2016-03-03 | tdf#94635 Add FORECAST.ETS functions to Calc | Winfried Donkers |
2016-03-03 | loplugin:unuseddefaultparams in sc (part2) | Noel Grandin |
2016-03-02 | Resolves: tdf#98297 exclude error values from COUNT in array/matrix | Eike Rathke |
2016-02-26 | handle SearchWildcard API option | Eike Rathke |
2016-02-23 | SearchFlags::WILD_MATCH_SELECTION, SearchOptions2::WildcardEscapeCharacter | Eike Rathke |
2016-02-22 | ScQueryEntry::GetSearchTextPtr() with SearchType, tdf#72196 | Eike Rathke |
2016-02-20 | let ConvertToSearchType() also adapt the regex bool, tdf#72196 | Eike Rathke |
2016-02-20 | implement wildcards precedence at ScDocOptions, tdf#72196 | Eike Rathke |
2016-02-20 | add Wildcards UNO API implementation, tdf#72196 | Eike Rathke |
2016-02-20 | add FormulaWildcardsEnabled to ScDocOptions, tdf#72196 | Eike Rathke |
2016-02-19 | new loplugin: find write-only fields | Noel Grandin |
2016-02-19 | change all bool bRegExp to utl::SearchParam::SearchType enum, tdf#72196 | Eike Rathke |
2016-02-18 | fix DEBUG_MATRIX build | Markus Mohrhard |
2016-02-18 | don't fill the matrix cell by cell, tdf#67071 | Markus Mohrhard |
2016-02-17 | use consistent #define checks for the Windows platform | Noel Grandin |
2016-02-17 | tdf#91013 Add new uno commands to freeze one row and column. | Gulsah Kose |
2016-02-16 | -Werror,-Winconsistent-missing-override | Stephan Bergmann |
2016-02-16 | single element access is really slow in mdds, tdf#67071 | Markus Mohrhard |
2016-02-15 | tdf#94858, avoid O(n^2) algorithm during outline import | Markus Mohrhard |
2016-02-11 | [API CHANGE] add operator==/!= to UNO structs | Noel Grandin |
2016-02-10 | Refactor ScMarkData for tdf#50916 | Dennis Francis |
2016-02-08 | vcl: cmdevt.[hc]xx -> commandevent.[hc]xx | Chris Sherlock |
2016-02-08 | revert part of "loplugin:unusedmethods" | Noel Grandin |
2016-02-08 | loplugin:unusedmethods | Noel Grandin |
2016-02-06 | vcl: split exception types from input types | Chris Sherlock |
2016-02-05 | Avoid ambiguities among operator[] overloads | Stephan Bergmann |