Age | Commit message (Expand) | Author |
2017-07-14 | use more OUString::operator== in sc | Noel Grandin |
2017-07-03 | C++11 remove std::unary_function bases from functors | Jochen Nitschke |
2017-06-26 | Fix typos | Andrea Gelmini |
2017-06-15 | Resolves: tdf#104875 defer filter detection to first load/update of external | Eike Rathke |
2017-06-14 | This could never have been meant | Eike Rathke |
2017-06-07 | Take new FormulaTokenArrayPlainIterator into use in one more file | Tor Lillqvist |
2017-05-23 | drop the SCsROW/SCsCOL/SCsTAB typedefs | Noel Grandin |
2017-02-16 | drop ReferencedFlag enum | Noel Grandin |
2017-02-02 | convert method names in tools::SvRef to be more like our other.. | Noel Grandin |
2017-01-23 | Change all Idle* LINKs to be Timer* | Jan-Marek Glogowski |
2017-01-17 | tdf#97087 GDB pretty print the Scheduler task list | Jan-Marek Glogowski |
2016-12-20 | convert SFX_EVENT constants to scoped enum | Noel Grandin |
2016-12-05 | convert DecodeMechanism to scoped enum | Noel Grandin |
2016-10-27 | trust the size ... tdf#79442 follow-up | Eike Rathke |
2016-10-25 | Resolves: tdf#79442 in OOXML import add external files to LinkManager | Eike Rathke |
2016-10-18 | tdf#89307: Removed T* SvRef::opeartor &() | Jacek Fraczek |
2016-10-11 | Resolves: tdf#101691 re-intern strings of external formula results | Eike Rathke |
2016-10-10 | tdf#89307: Removed SvRef::operator T*() | Jacek Fraczek |
2016-10-05 | Remove _TYPED suffix from tools/link.hxx macros | Stephan Bergmann |
2016-09-23 | convert formula error codes to scoped enum | Noel Grandin |
2016-09-23 | perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 related | Eike Rathke |
2016-08-27 | put StreamMode masks in scope of enum class | Jochen Nitschke |
2016-08-23 | Resolves: tdf#101137 handle empty elements in matrix concatenation | Eike Rathke |
2016-07-19 | clang-tidy performance-unnecessary-value-param in sc | Stephan Bergmann |
2016-06-14 | explicit svl::SharedString(const OUString&) ctor | Eike Rathke |
2016-05-25 | remove now moot comment, tdf#86282 follow-up | Eike Rathke |
2016-05-25 | tdf#86282 handle both, base name and Sheet1, as external reference sheet name | Eike Rathke |
2016-05-24 | loplugin:unusedmethods in sc | Noel Grandin |
2016-05-07 | clang-tidy modernize-loop-convert in sc | Noel Grandin |
2016-03-23 | loplugin:constantparam in sc | Noel Grandin |
2016-03-11 | work on sane lifecylce for SfxFilter | Markus Mohrhard |
2016-03-08 | setCellRangeData: check matrix size before operating, tdf#98389 follow-up | Eike Rathke |
2016-03-07 | Resolves: tdf#98389 check memory requirement of matrix | Eike Rathke |
2016-02-18 | don't fill the matrix cell by cell, tdf#67071 | Markus Mohrhard |
2016-02-16 | loplugin:implicitboolconversion | Stephan Bergmann |
2016-02-16 | single element access is really slow in mdds, tdf#67071 | Markus Mohrhard |
2016-01-15 | loplugin:unusedmethods unused return value in sc | Noel Grandin |
2016-01-11 | loplugin:privatebase: Publicly derive from binary_/unary_function | Stephan Bergmann |
2015-11-24 | sc: Introduce Abstract Base Class for ScMatrix, for a future rework. | Jan Holesovsky |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-06 | loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) | Stephan Bergmann |
2015-11-02 | trash usage of ScRefCellValue default ctor followed by assign() | Eike Rathke |
2015-11-02 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-10-15 | store external range names in the cache, td#88179 | Markus Mohrhard |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-09 | Resolves: tdf#93613 let referenced document evaluate macro config | Eike Rathke |
2015-10-06 | tdf#94559: 4th step to remove rtti.hxx | Oliver Specht |
2015-09-28 | Return the std::unique_ptr itself here, not a raw pointer | Stephan Bergmann |
2015-09-18 | boost->std | Caolán McNamara |
2015-09-17 | revert for mac and win unit case crashes after boost->std | Caolán McNamara |