summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlimpit.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-06-22teach useuniqueptr loplugin about calling delete on a paramNoel Grandin1-24/+16
2018-03-07use more Color in swNoel Grandin1-3/+1
2018-03-07Move BackGraphicURL property & friends to BackGraphic + fixesTomaž Vajngerl1-11/+0
2018-02-20drop Color::SetColor(ColorData) in favour of operator=Noel Grandin1-1/+1
2018-01-26USHRT_MAX -> SAL_MAX_UINT16Stephan Bergmann1-2/+2
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-14/+14
2017-10-23loplugin:includeform: swStephan Bergmann1-6/+6
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-08-06loplugin:constparams in sw part6Noel Grandin1-1/+1
2017-07-21de-hrc various thingsCaolán McNamara1-1/+1
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin1-1/+2
2017-04-06loplugin:singlevalfieldsNoel Grandin1-2/+3
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-2/+2
2017-03-14sw: fix Android -Werror=maybe-uninitializedMiklos Vajna1-1/+1
2017-03-13templatize SvXMLEnumMapEntryNoel Grandin1-9/+9
2017-03-08convert SvxShadowLocation to scoped enumNoel Grandin1-6/+6
2017-02-28tdf#77111 sw: add unit test, fix getting PageNumberOffset propertyMichael Stahl1-0/+3
2017-02-27tdf#77111 odt import: treat PAGEDESC_PAGENUMOFFSET==0 as autoJustin Luth1-1/+1
2017-01-09New loplugin:externvar: swStephan Bergmann1-1/+1
2016-10-03Fix typosAndrea Gelmini1-1/+1
2016-09-07loplugin:constantparam in swNoel Grandin1-3/+2
2016-09-01use SfxItemPool::IsWhich instead of custom implementationJochen Nitschke1-1/+1
2016-08-23Remaining clang-tidy misc-move-constructor-initStephan Bergmann1-1/+1
2016-08-17convert SvxBreak to scoped enumNoel Grandin1-7/+7
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-1/+1
2016-05-04use Any constructor instead of temporariesNoel Grandin1-3/+1
2016-04-07sw: replace boost::noncopyable with C++11 deleteMichael Stahl1-2/+4
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-8/+8
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-12/+12
2015-10-14coverity#7359793 Unchecked dynamic_castCaolán McNamara1-12/+11
2015-10-14coverity#7359796 Unchecked dynamic_castCaolán McNamara1-3/+2
2015-10-14coverity#7359797 Unchecked dynamic_castCaolán McNamara1-4/+3
2015-10-14coverity#7359798 Unchecked dynamic_castCaolán McNamara1-6/+5
2015-10-14coverity#735979 Unchecked dynamic_castCaolán McNamara1-4/+3
2015-10-14coverity#735980 Unchecked dynamic_castCaolán McNamara1-8/+7
2015-10-14coverity#735968 Unchecked dynamic_castCaolán McNamara1-20/+19
2015-10-14coverity#735969 Unchecked dynamic_castCaolán McNamara1-10/+9
2015-10-14coverity#735970 Unchecked dynamic_castCaolán McNamara1-4/+3
2015-10-14coverity#735971 Unchecked dynamic_castCaolán McNamara1-3/+2
2015-10-14coverity#735972 Unchecked dynamic_castCaolán McNamara1-4/+3
2015-10-13coverity#1326250 Unchecked dynamic_castCaolán McNamara1-6/+4
2015-10-13coverity#1326251 Unchecked dynamic_castCaolán McNamara1-4/+3
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-14/+14
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson1-0/+1
2015-08-14remove default value from SfxPoolItem::PutValueNoel Grandin1-1/+1
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-15/+15
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin1-8/+8
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-3/+3
2014-07-25pImplize XMLPropertyHandlerFactory.Kohei Yoshida1-0/+1