summaryrefslogtreecommitdiff
path: root/xmloff/source/draw
AgeCommit message (Expand)Author
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht
2015-09-20WaE: rewrite as call of rtl::OUString::isEmptyTor Lillqvist
2015-09-20chained editeng: Add Chaining-related UNO attributematteocam
2015-09-16boost->stdCaolán McNamara
2015-09-11xmloff: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe
2015-08-27Clean up sEmptyURLStephan Bergmann
2015-08-27Clean up aEmptyStephan Bergmann
2015-08-26ODF import: workaround dubious draw:fill="solid" on frame stylesMichael Stahl
2015-08-26Clean up aEmptyStrStephan Bergmann
2015-08-12cppcheck: variableScopeCaolán McNamara
2015-08-11loplugin: defaultparamsNoel Grandin
2015-08-05improve refcounting loplugin to check SvRef-based classesNoel Grandin
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-08-03inline some use-once typedefsNoel Grandin
2015-07-19Fix typosAndrea Gelmini
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin
2015-07-16loplugin:simplifyboolStephan Bergmann
2015-07-15xmloff: ODF import: fix spelling of "extrusion-first-light-level"Andrea Gelmini
2015-07-15xmloff: document that AOO 4.1 has fixed the svg:d 'z' relative bugMichael Stahl
2015-07-15-Werror,-Wunused-private-fieldStephan Bergmann
2015-07-15WaE: 'HAVE_FEATURE_GLTF' is not defined, evaluates to 0Tor Lillqvist
2015-07-15fix Android buildNoel Grandin
2015-07-15loplugin:unusedmethods xmloffNoel Grandin
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-07-08Fix typosAndrea Gelmini
2015-07-03Fix typosAndrea Gelmini
2015-06-30coverity#1308431 wiggle code to see if this silences coverityCaolán McNamara
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-06-23Revert "Typo: iff->if"Julien Nabet
2015-06-23Typo: iff->ifJulien Nabet
2015-06-23move sorting code closer togetherNoel Grandin
2015-06-19tdf#42374 some small optimisations for opening this PDF fileNoel Grandin
2015-06-18Fix typosAndrea Gelmini
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-05-24cppcheck: noExplicitConstructorCaolán McNamara
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-04-30xmloff: simplify code by using std::all_of/std::any_of/std::none_ofTakeshi Abe
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-08text:p is not allowed as child element of draw:frameMarkus Mohrhard
2015-04-08only try to export text:p for elements that really support itMarkus Mohrhard
2015-04-07tdf#89802: xmloff: fix ODF import of frame with empty style name refMichael Stahl
2015-04-07convert SvtModuleOptions::EFactory to enum classNoel Grandin
2015-04-07loplugin:staticmethodsNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2015-03-09V801: Decreased performanceCaolán McNamara