Age | Commit message (Expand) | Author | Files | Lines |
2024-11-08 | no need to take a copy of the getProcessComponentContext return value | Noel Grandin | 1 | -1/+1 |
2024-05-11 | loplugin:ostr in svx | Noel Grandin | 1 | -4/+4 |
2024-05-02 | use more OUString compile time literals in xmloff | Noel Grandin | 1 | -7/+7 |
2023-12-14 | tdf#105844 package: remove root document from manifest ... | Michael Stahl | 1 | -0/+6 |
2023-05-08 | MCGR: Correct import for Gradient presets/templates | Armin Le Grand (allotropia) | 1 | -0/+1 |
2022-08-18 | Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx | Stephan Bergmann | 1 | -1/+1 |
2022-05-03 | Just use Any ctor instead of makeAny in svx | Stephan Bergmann | 1 | -2/+2 |
2021-05-02 | throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite | Stephan Bergmann | 1 | -1/+1 |
2020-10-05 | use more TOOLS_WARN_EXCEPTION | Mike Kaganski | 1 | -1/+4 |
2020-09-30 | loplugin:reducevarscope in svx | Noel | 1 | -2/+1 |
2020-08-14 | rename xmlnmspe -> xmlnamespace | Noel Grandin | 1 | -1/+1 |
2020-08-14 | rename nmspmap.hxx -> namespacemap.hxx | Noel Grandin | 1 | -1/+1 |
2020-06-29 | loplugin:constantparam | Noel Grandin | 1 | -3/+2 |
2020-06-05 | Upcoming loplugin:elidestringvar: svx | Stephan Bergmann | 1 | -2/+1 |
2020-03-10 | tdf#42949 Fix IWYU warnings in svx/source/[t-x]*/*cxx | Gabor Kelemen | 1 | -1/+0 |
2019-11-22 | Extend loplugin:external to warn about classes | Stephan Bergmann | 1 | -0/+3 |
2019-08-15 | loplugin:sequenceloop in svtools..svx | Noel Grandin | 1 | -1/+1 |
2019-07-20 | loplugin:referencecasting in svx | Noel Grandin | 1 | -8/+3 |
2019-07-09 | Simplify Sequence iterations in svx | Arkadiy Illarionov | 1 | -6/+3 |
2019-04-14 | loplugin:sequentialassign in svtools..svx | Noel Grandin | 1 | -2/+1 |
2019-01-22 | tdf#42949 Fix IWYU warnings in include/xmloff/* | Gabor Kelemen | 1 | -0/+1 |
2018-11-08 | Convert FieldUnit to scoped enum | Mike Kaganski | 1 | -1/+1 |
2018-04-26 | [API CHANGE] deprecate XGraphicObjectResolver | Tomaž Vajngerl | 1 | -5/+5 |
2018-02-27 | Fix exporting bitmap table + test | Tomaž Vajngerl | 1 | -1/+1 |
2018-02-01 | Change bitmap table to store XBitmap instead of GraphicObject URL | Tomaž Vajngerl | 1 | -2/+3 |
2017-10-23 | loplugin:includeform: svx | Stephan Bergmann | 1 | -12/+12 |
2017-10-16 | use rtl::Reference for SvXMLGraphicHelper | Noel Grandin | 1 | -8/+9 |
2017-09-03 | svx: Fix memleak at early returns from SvxXMLXTableExportComponent::save | Takeshi Abe | 1 | -5/+2 |
2017-07-29 | loplugin:constparams in svx | Noel Grandin | 1 | -1/+1 |
2017-06-07 | Exporting EditEngine document into a buffer with ODF Filter | Varun Dhall | 1 | -2/+1 |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann | 1 | -1/+0 |
2016-12-02 | loplugin:unnecessaryoverride (dtors) in svx | Stephan Bergmann | 1 | -30/+0 |
2016-11-02 | loplugin:unusedfields | Noel Grandin | 1 | -3/+0 |
2016-10-07 | loplugin:staticmethods: svx | Stephan Bergmann | 1 | -1/+1 |
2016-09-13 | loplugin:override: No more need for the "MSVC dtor override" workaround | Stephan Bergmann | 1 | -6/+6 |
2016-08-17 | convert SvXMLGraphicHelperMode to scoped enum | Noel Grandin | 1 | -1/+1 |
2016-05-31 | teach refcounting clang plugin about uno::Reference | Noel Grandin | 1 | -1/+1 |
2016-04-20 | loplugin:salbool: Automatic rewrite of sal_False/True | Stephan Bergmann | 1 | -1/+1 |
2016-04-11 | clang-tidy performance-unnecessary-value-param in svx | Noel Grandin | 1 | -1/+1 |
2016-03-29 | Avoid reserved identifiers | Stephan Bergmann | 1 | -8/+8 |
2016-02-09 | Remove excess newlines | Chris Sherlock | 1 | -8/+0 |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann | 1 | -3/+3 |
2015-11-04 | loplugin:stringconstant | Noel Grandin | 1 | -7/+3 |
2015-10-31 | com::sun::star->css in svx | Noel Grandin | 1 | -1/+1 |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann | 1 | -6/+6 |
2015-10-01 | remove old standalone Sun bug numbers | Noel Grandin | 1 | -1/+0 |
2015-09-16 | boost->std | Caolán McNamara | 1 | -2/+2 |
2015-08-03 | new loplugin: refcounting | Noel Grandin | 1 | -2/+2 |
2015-06-28 | coverity#1308508 Uncaught exception | Caolán McNamara | 1 | -1/+1 |
2015-06-26 | loplugin:stringconstant: handle OUString+=OUString(literal) | Stephan Bergmann | 1 | -1/+1 |