Age | Commit message (Expand) | Author |
2021-04-09 | Recheck include/ with IWYU | Gabor Kelemen |
2021-04-08 | Typos in code with variables containing "inital"->"initial" | Julien Nabet |
2021-03-25 | const OUString -> const OUStringLiteral | Mike Kaganski |
2021-03-12 | we just use the OutputDevice api for setZoomFactor | Caolán McNamara |
2021-03-11 | tdf#114441: Convert use of sal_uLong to better integer types | Bayram Çiçek |
2021-03-09 | defer getting toplevel for color picker until we need it | Caolán McNamara |
2021-03-07 | ref-count SdrPage | Noel |
2021-03-05 | use container_focus_changed instead of toplevel_focus_changed | Caolán McNamara |
2021-02-25 | drop archaic rollable support | Caolán McNamara |
2021-02-25 | drop WB_ROLLABLE | Caolán McNamara |
2021-02-23 | reportdesigner focus out handler clobbering the preexisting handler | Caolán McNamara |
2021-02-23 | construct XPopupMenu without directly creating a VCLXPopupMenu | Caolán McNamara |
2021-02-23 | use XPopupMenu::execute to run the menu | Caolán McNamara |
2021-02-22 | forward declare some things and avoid includes | Caolán McNamara |
2021-02-21 | loplugin:refcounting in package..sax | Noel |
2021-02-16 | merge OStartMarker with its children | Caolán McNamara |
2021-02-16 | loplugin:referencecasting in reportdesign | Noel |
2021-02-10 | clean up SdrObject cloning | Noel |
2021-02-08 | Remove unneeded breaks | Andrea Gelmini |
2021-02-04 | use more getSdrObjectFromXShape | Noel |
2021-01-25 | avoid some ref-counting | Noel Grandin |
2021-01-24 | Use ContainerType().swap and avoid local variables | Mike Kaganski |
2021-01-16 | tdf#97087 Give unique, comphrehensible names to idles | homeboy445 |
2021-01-16 | make the Color constructors explicitly specify transparency | Noel |
2021-01-10 | static_cast after dynamic_cast | Noel Grandin |
2021-01-09 | fix coverity parse errors | Caolán McNamara |
2021-01-02 | introduce Degree100 strong_int type | Noel |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |
2020-12-26 | New loplugin:stringliteralvar | Stephan Bergmann |
2020-12-24 | custom literal for Degree10 | Noel Grandin |
2020-12-23 | add utility NbcRotate method | Noel Grandin |
2020-12-21 | weld reportdesign groupsortmenu menu | Caolán McNamara |
2020-12-19 | make *String(string_view) constructors explicit | Noel Grandin |
2020-12-18 | use more string_view in convertEnum | Noel |
2020-12-17 | use more string_view in SvXMLUnitConverter | Noel |
2020-12-15 | don't need to include vcl/menu.hxx here | Caolán McNamara |
2020-12-15 | use views to parse rather than allocating OUString | Noel |
2020-12-14 | use more direct parsing on FastAttributeList | Noel |
2020-12-14 | loplugin:unusedenumconstants | Noel |
2020-12-11 | Adapt the remaining OUString functions to std string_view | Stephan Bergmann |
2020-12-09 | Fix loplugin:stringviewparam handling of comparison operators | Stephan Bergmann |
2020-12-08 | fastparser in styles | Noel Grandin |
2020-12-07 | loplugin:unusedmethods | Noel |
2020-12-07 | convert SvXMLImport to fastparser, drop slowparser paths | Noel Grandin |
2020-12-04 | fastparser in CreateGroupChildContext | Noel |
2020-12-01 | OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTION | Noel |
2020-11-30 | loplugin:stringviewparam include comparisons with string literals | Noel |
2020-11-19 | tdf#123936 Formatting files in module reportdesign with clang-format | Philipp Hofer |
2020-11-19 | loplugin:stringview: Flag empty string converted to string view | Stephan Bergmann |
2020-11-18 | Clarify signature of some opertor() that must match ColorSelectFunction | Stephan Bergmann |