summaryrefslogtreecommitdiff
path: root/xmloff/source/style
AgeCommit message (Expand)Author
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
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-09xmloff: fix ODF import of gradient draw:angle attribute a bitMichael Stahl
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-29Fix typosAndrea Gelmini
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht
2015-09-16boost->stdCaolán McNamara
2015-09-14tdf#92586 xmloff: fix import of stretched background imageMiklos Vajna
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-31Fix tdf#93438 Impress generate abnormal style when copy-pastingMark Hung
2015-08-27xmloff: ODF export: actually ODF 1.2 does not allow graphic-propertiesMichael Stahl
2015-08-27Clean up sEmptyStephan Bergmann
2015-08-19comphelper: reduce copypasta with UniquePtrValueLess functorMichael Stahl
2015-08-12cppcheck: redundantAssignmentCaolán McNamara
2015-08-12cppcheck: silence redundantAssignmentCaolán McNamara