Age | Commit message (Expand) | Author |
2017-07-03 | use begin()/end() when working with Sequence | Noel Grandin |
2017-06-26 | loplugin:oncevar in sc | Noel Grandin |
2017-06-09 | use comphelper::InitPropertySequence in more places | Noel Grandin |
2017-05-06 | coverity#1403661 try to silence 'Mixing enum types' | Caolán McNamara |
2017-04-06 | Fix typos | Andrea Gelmini |
2017-04-05 | loplugin:redundantcast find c-style bool casts | Noel Grandin |
2017-04-03 | use actual UNO enums in sc | Noel Grandin |
2017-03-29 | Translate some German comments in sc | Katarina Behrens |
2017-03-15 | introduce ScGeneralFunction scoped enum | Noel Grandin |
2017-03-03 | tdf#42982 improve error reporting in sc unoobj | Alex P |
2017-02-06 | Add missing #includes | Stephan Bergmann |
2017-01-31 | teach lolugin:stringconstant about calling constructors | Noel Grandin |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2017-01-19 | new loplugin: useuniqueptr: sc part 2 | Noel Grandin |
2017-01-17 | convert subtotalfuncs from manual array to std::vector | Noel Grandin |
2016-12-08 | convert SFX_HINT to scoped enum | Noel Grandin |
2016-11-23 | GeneralFunction is not an enum anymore | Tamás Zolnai |
2016-11-23 | [API Change]: Create new GeneralFunction2 for adding median | Tamás Zolnai |
2016-11-22 | [API Change] revert incompatible change of enum css::sheet::GeneralFunction | Eike Rathke |
2016-11-20 | PivotMedian: Implement median as a new pivot table function | Tamás Zolnai |
2016-10-19 | loplugin:expandablemethodds in sc | Noel Grandin |
2016-10-15 | PivotTable: No reason to call GetSource here | Tamás Zolnai |
2016-10-08 | Pivot tables: Fix XLSX import of nested date groups | Tamás Zolnai |
2016-09-27 | Return early on error | Tamás Zolnai |
2016-09-23 | perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 related | Eike Rathke |
2016-09-21 | Improve warnings in pivot table code | Tamás Zolnai |
2016-09-19 | Use localized name for pivot groups created via API | Tamás Zolnai |
2016-09-17 | Reduce scope of soma local variables | Tamás Zolnai |
2016-09-10 | loplugin:constantparam in sc | Noel Grandin |
2016-06-06 | Resolves: tdf#35247 introduce a locale independent numeric field filter | Eike Rathke |
2016-05-24 | convert PIVOT_FUNC to scoped enum | Noel Grandin |
2016-05-07 | clang-tidy modernize-loop-convert in sc | Noel Grandin |
2016-04-18 | clang-tidy performance-unnecessary-copy-initialization | Noel Grandin |
2016-04-13 | tdf#96996 sc: fix the data pilot | Michael Stahl |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-07 | WaE: redundant const_cast [loplugin:redundantcast] | Tor Lillqvist |
2015-11-06 | sc: replace boost::ptr_vector with std::vector<std::unique_ptr> | Michael Stahl |
2015-11-06 | loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) | Stephan Bergmann |
2015-11-04 | loplugin:stringconstant | Noel Grandin |
2015-09-13 | replace boost::ptr_vector with std::vector<std::unique_ptr> | Derrick Rocha |
2015-08-27 | Clean up aEmpty | Stephan Bergmann |
2015-07-06 | improve the returnbyref loplugin | Noel Grandin |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-06-01 | loplugin:loopvartoosmall | Noel Grandin |
2015-05-05 | loplugin:staticmethods | Noel Grandin |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2015-03-23 | loplugin:constantfunction: sc | Noel Grandin |
2015-03-12 | Enhancement tdf#87972 : Cannot repeat items labels on a pivot table | Deena Francis |
2015-03-06 | V801: Decreased performance | Caolán McNamara |
2014-12-18 | sc: Use appropriate OUString functions on string constants | Stephan Bergmann |