summaryrefslogtreecommitdiff
path: root/xmloff/source/text
AgeCommit message (Expand)Author
2015-11-26com::sun::star->css in xmloff/Noel Grandin
2015-11-25loplugin:unusedfields in include/xmloffNoel Grandin
2015-11-24loplugin:unusedfields in xmloff/Noel Grandin
2015-11-19Incredible slowness and crashes with document with vast num of frame dupsCaolán McNamara
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-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-09new loplugin: oncevarNoel Grandin
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-11-04loplugin:stringconstantNoel Grandin
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-20loplugin:defaultparamsStephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-01coverity#1325246 Unchecked dynamic_castCaolán McNamara
2015-10-01coverity#1325247 Unchecked dynamic_castCaolán McNamara
2015-10-01coverity#1325248 Unchecked dynamic_castCaolán McNamara
2015-10-01coverity#1325252 Unchecked dynamic_castCaolán McNamara
2015-10-01coverity#1325253 Unchecked dynamic_castCaolán McNamara
2015-10-01coverity#1325254 Unchecked dynamic_castCaolán McNamara
2015-10-01remove old standalone Sun bug numbersNoel Grandin
2015-09-29Fix typosAndrea Gelmini
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht
2015-09-29Nobody would go down the corridor anymoreMiklos Vajna
2015-09-14tdf#92586 xmloff: fix import of stretched background imageMiklos Vajna
2015-09-08clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-03loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson
2015-08-27Clean up sEmptyStephan Bergmann
2015-08-26ODF import: workaround dubious draw:fill="solid" on frame stylesMichael Stahl
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-26Resolves: tdf#91950 optional entries may not be presentCaolán McNamara
2015-07-15loplugin:unusedmethods xmloffNoel Grandin
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-07-08Avoid loplugin:staticmethods in non-debug buildStephan Bergmann
2015-07-03Fix typosAndrea Gelmini
2015-06-28Fix typosAndrea Gelmini
2015-06-22Fix typosAndrea Gelmini
2015-06-18Fix typosAndrea Gelmini
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-16Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-13TyposJulien Nabet
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann