Age | Commit message (Expand) | Author |
2017-07-21 | migrate to boost::gettext | Caolán McNamara |
2017-07-11 | use more range-for on uno::Sequence | Noel Grandin |
2017-04-25 | tools: svstream.hxx needs only errcode.hxx & not errinf.hxx | Chris Sherlock |
2017-03-31 | use actual UNO enums in svx | Noel Grandin |
2017-03-31 | tdf#82580 tools: rename Rectangle to tools::Rectangle | Miklos Vajna |
2017-03-06 | remove some unnecessary use of OUString constructor | Noel Grandin |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2016-10-31 | loplugin:oncevar in svl..svx | Noel Grandin |
2016-10-05 | loplugin:unnecessaryoverride in svx | Noel Grandin |
2016-10-05 | convert MapUnit to scoped enum | Noel Grandin |
2016-10-05 | Remove _TYPED suffix from tools/link.hxx macros | Stephan Bergmann |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann |
2016-07-27 | improve passstuffbyref return analysis | Noel Grandin |
2016-06-10 | Clean up uses of Any::getValue() in svx | Stephan Bergmann |
2016-06-07 | Move accessibility relations to .ui files, Part 7: tdf#87026 | Muhammet Kara |
2016-05-26 | svx: need a UNO interface to use css::uno::Reference | Michael Stahl |
2016-05-20 | loplugin:refcounting | Noel Grandin |
2016-05-20 | tdf#89329: use unique_ptr for pImpl in svx/ | Xisco Fauli |
2016-05-10 | Replace fallthrough comments with new SAL_FALLTHROUGH macro | Stephan Bergmann |
2016-05-04 | While at it, delete Any functions on sal_Bool* | Stephan Bergmann |
2016-04-11 | clang-tidy performance-unnecessary-value-param in svx | Noel Grandin |
2016-02-04 | vcl: take into account the font width is the average font width | Chris Sherlock |
2015-12-09 | Use unique_ptr out-arg to in SfxBindings::QueryState to avoid mem leaks | Stephan Bergmann |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-06 | loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) | Stephan Bergmann |
2015-11-05 | use uno::Reference::set method instead of assignment | Noel Grandin |
2015-10-16 | convert Link<> to typed | Noel Grandin |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-12 | convert Link<> to typed | Noel Grandin |
2015-09-29 | Renamed wrongly prefixed boolean variables | Stefan Heinemann |
2015-09-12 | Update many ListBox users to its sal_Int32 interface | Matteo Casalin |
2015-09-08 | convert Link<> to typed | Noel Grandin |
2015-09-07 | svx: tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |
2015-09-04 | convert Link<> to typed | Noel Grandin |
2015-08-26 | Convert vcl Button Link<> click handler to typed Link<Button*,void> | Noel Grandin |
2015-08-25 | make pWindow private in SfxChildWindow | Noel Grandin |
2015-08-25 | make eChildAlignment private in SfxChildWindow | Noel Grandin |
2015-05-29 | loplugin:loopvartoosmall | Noel Grandin |
2015-05-13 | refactor SvxRubyChildWindow to use RenderContext | Tomaž Vajngerl |
2015-05-11 | tdf#91052 - more macros for 'make' constructors. | Michael Meeks |
2015-04-30 | Gradually typed Link | Stephan Bergmann |
2015-04-29 | mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&) | Tomaž Vajngerl |
2015-04-28 | Merge remote-tracking branch 'origin/feature/vclptr' | Michael Meeks |
2015-04-17 | svx: convert new to ::Create. | Noel Grandin |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-10 | vclwidget: only call dispose() once | Noel Grandin |
2015-04-10 | vclwidget: change all vcl::window fields to be wrapped in VclPtr | Noel Grandin |
2015-04-09 | vcl: VclPtr conversion in svx. | Noel Grandin |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |