summaryrefslogtreecommitdiff
path: root/xmloff/source/style
AgeCommit message (Expand)Author
2016-05-13clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-09tdf#38097 min numerator/denominator at least 1Laurent Balland-Poirier
2016-05-09tdf#88657 calculate denominator lengthLaurent Balland-Poirier
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin
2016-05-04fix export crash test due to assert hit, tdf#61996 follow-upEike Rathke
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-05-03tdf#31449 Correctly test if fraction has no integer partLaurent Balland-Poirier
2016-05-03Remove unnecessary setBOOL, makeBoolAnyStephan Bergmann
2016-05-03use Any constructor for bool values, instead of temporary varsNoel Grandin
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-20tdf#97567 xmloff: use programmatic name for imported automatic style.Mark Hung
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-18Remove needless typedef from xmloff/source/style/impastpl.hxxRyan McCoskrie
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-12clang-tidy performance-unnecessary-value-param in xmloffNoel Grandin
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-03-29Avoid reserved identifiersStephan Bergmann
2016-03-16loplugin:constantparam in xmloff/Noel Grandin
2016-03-14remove some unused typedefs, and inline some use-onceNoel Grandin
2016-02-25loplugin:unuseddefaultparams in xmloff/Noel Grandin
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-31unnecessary use of OUString constructorNoel Grandin
2016-01-15-Werror=unused-but-set-variableNoel Grandin
2016-01-15loplugin:unusedmethods unused return value in include/xmloffNoel Grandin
2016-01-13-Werror=unused-but-set-variableNoel Grandin
2016-01-13loplugin:unusedmethods unused return value in xmloff/Noel Grandin
2016-01-11tdf#40517 Export/Import in ODF decimal replacement with spaceLaurent Balland-Poirier
2016-01-10Fix typosAndrea Gelmini
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai
2015-11-26com::sun::star->css in xmloff/Noel Grandin
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin
2015-11-17use unique_ptr for pImpl's in xmloff/Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-11-04tdf#93296 dashes in decimal part => 0 min decimal placesLaurent Balland-Poirier
2015-11-04loplugin:stringconstantNoel Grandin
2015-11-02xmloff: replace boost::ptr_vector with std::vectorMichael Stahl
2015-11-02xmloff: replace boost::ptr_vector with std::vectorMichael Stahl
2015-11-02xmloff: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-15cppcheck:variableScopeNoel Grandin