Age | Commit message (Expand) | Author |
2016-05-25 | (nearly) nothing uses GetUniqueId anymore, so remove it. | Caolán McNamara |
2016-05-25 | Fix typos | Andrea Gelmini |
2016-05-24 | Revert "remove some manual ref-counting" | Noel Grandin |
2016-05-24 | remove some manual ref-counting | Noel Grandin |
2016-05-23 | clang-tidy clang-analyzer-deadcode.DeadStores | Noel Grandin |
2016-05-20 | Convert PROP_FLAG to scoped enum | Noel Grandin |
2016-05-19 | loplugin:unusedmethods in package to rsc | Noel Grandin |
2016-05-18 | clang-tidy modernize-make-shared | Noel Grandin |
2016-05-12 | reportdesign: replace rest of boost::ref usage with C++11 lambdas | Michael Stahl |
2016-05-12 | reportdesign: replace boost::bind with C++11 stuff | Michael Stahl |
2016-05-12 | convert SFXWB file dialog flags to scoped enum | Noel Grandin |
2016-05-10 | Replace fallthrough comments with new SAL_FALLTHROUGH macro | Stephan Bergmann |
2016-05-10 | Insert explicit "break" when falling through to empty next case | Stephan Bergmann |
2016-05-10 | convert WINDOWSTATE_MASK to scoped enum | Noel Grandin |
2016-05-09 | convert FONT_EMPHASIS_MARK to scoped enum | Noel Grandin |
2016-05-06 | teach passstuffbyref plugin to check for.. | Noel Grandin |
2016-05-05 | clang-tidy modernize-loop-convert in oox to sax | Noel Grandin |
2016-05-04 | use Any constructor instead of temporaries | Noel Grandin |
2016-04-27 | Add default line width defines for TableBorders | slideon |
2016-04-25 | Some more sal_Bool -> bool | Stephan Bergmann |
2016-04-22 | Avoid reserved identifiers | Stephan Bergmann |
2016-04-22 | Elide const vars | Stephan Bergmann |
2016-04-21 | new plugin stylepolice | Noel Grandin |
2016-04-20 | loplugin:salbool: Automatic rewrite of sal_False/True | Stephan Bergmann |
2016-04-20 | Replace sal_Bool with bool in vector<pair<...>> | Stephan Bergmann |
2016-04-20 | clang-tidy clang-analyzer-deadcode.DeadStores | Noel Grandin |
2016-04-18 | cppcheck: silence known condition warning in reportdesign | Jochen Nitschke |
2016-04-18 | Avoid reserved identifier (_CreateShape -> CreateShape) | Stephan Bergmann |
2016-04-18 | Avoid reserved identifier (_CreateSdrObject -> CreateSdrObject_) | Stephan Bergmann |
2016-04-18 | clang-tidy performance-unnecessary-copy-initialization | Noel Grandin |
2016-04-18 | clean-up: unused using declarations and includes | Jochen Nitschke |
2016-04-14 | clang-tidy performance-unnecessary-value-param in various | Noel Grandin |
2016-04-14 | loplugin:passstuffbyref in reportdesign | Noel Grandin |
2016-04-13 | tdf#94306 remove unused boost dependencies | Jochen Nitschke |
2016-04-12 | Avoid reserved identifiers | Stephan Bergmann |
2016-04-12 | cleanup: remove unused com/sun/star/uno includes | Jochen Nitschke |
2016-04-11 | tdf#94306 replace boost::noncopyable r.. to sdext | Jochen Nitschke |
2016-04-04 | coverity#705112 Using invalid iterator | Caolán McNamara |
2016-04-03 | coverity#1358027 silence Using invalid iterator | Caolán McNamara |
2016-04-01 | tdf#97966 Drop 'static' keywords | Wastack |
2016-03-31 | tdf#97525 vcl: make DeletionListener internal | Jochen Nitschke |
2016-03-31 | use SAL_N_ELEMENTS more widely | Noel Grandin |
2016-03-31 | use SAL_N_ELEMENTS in for loops | Noel Grandin |
2016-03-29 | Avoid reserved identifiers | Stephan Bergmann |
2016-03-29 | Use const_iterator when possible (reportdesign) | Julien Nabet |
2016-03-23 | loplugin:constantparam in reportdesign | Noel Grandin |
2016-03-18 | loplugin:constantparam in formula | Noel Grandin |
2016-03-17 | loplugin:constantparam in svx | Noel Grandin |
2016-03-15 | loplugin:constantparam | Noel Grandin |
2016-03-11 | work on sane lifecylce for SfxFilter | Markus Mohrhard |