summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann7-40/+40
2015-08-31Fix tdf#93438 Impress generate abnormal style when copy-pastingMark Hung1-0/+4
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson1-0/+1
2015-08-27xmloff: ODF export: actually ODF 1.2 does not allow graphic-propertiesMichael Stahl3-8/+24
2015-08-27Clean up sEmptyURLStephan Bergmann1-3/+1
2015-08-27Clean up sEmptyStephan Bergmann20-58/+40
2015-08-27Clean up aEmptyStephan Bergmann1-3/+2
2015-08-26ODF import: workaround dubious draw:fill="solid" on frame stylesMichael Stahl2-2/+16
2015-08-26Clean up aEmptyStrStephan Bergmann1-5/+3
2015-08-19comphelper: reduce copypasta with UniquePtrValueLess functorMichael Stahl1-18/+7
2015-08-19comphelper: remove unnecessary include <stack>Michael Stahl1-0/+1
2015-08-12cppcheck: variableScopeCaolán McNamara1-1/+1
2015-08-12cppcheck: redundantAssignmentCaolán McNamara1-3/+1
2015-08-12cppcheck: silence redundantAssignmentCaolán McNamara1-1/+1
2015-08-11loplugin: defaultparamsNoel Grandin11-30/+26
2015-08-07stupid warningMichael Stahl1-1/+1
2015-08-07xmloff: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl3-49/+57
2015-08-07xmloff: replace boost::ptr_set with std::set<std::unqiue_ptr>Michael Stahl2-36/+45
2015-08-07xmloff: replace boost::ptr_set with std::mapMichael Stahl1-42/+20
2015-08-07xmloff: replace boost::ptr_set with std::setMichael Stahl1-11/+15
2015-08-05improve refcounting loplugin to check SvRef-based classesNoel Grandin7-26/+27
2015-08-05loplugin:unusedmethodsNoel Grandin2-9/+0
2015-08-03inline some use-once typedefsNoel Grandin6-30/+21
2015-08-03new loplugin: refcountingNoel Grandin1-2/+2
2015-07-26Resolves: tdf#91950 optional entries may not be presentCaolán McNamara1-18/+25
2015-07-19Fix typosAndrea Gelmini2-2/+2
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin1-1/+1
2015-07-16loplugin:simplifyboolStephan Bergmann2-2/+2
2015-07-15xmloff: ODF import: fix spelling of "extrusion-first-light-level"Andrea Gelmini1-1/+1
2015-07-15xmloff: document that AOO 4.1 has fixed the svg:d 'z' relative bugMichael Stahl1-2/+2
2015-07-15-Werror,-Wunused-private-fieldStephan Bergmann4-15/+0
2015-07-15WaE: 'HAVE_FEATURE_GLTF' is not defined, evaluates to 0Tor Lillqvist1-0/+2
2015-07-15fix Android buildNoel Grandin1-0/+4
2015-07-15loplugin:unusedmethods xmloffNoel Grandin20-96/+0
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann8-55/+16
2015-07-13tdf#90133 Comply attributes name with OASIS#3860Laurent Balland-Poirier3-12/+12
2015-07-13use the DBL_MAX constant that we also use elsewhere, tdf#92457Eike Rathke1-2/+1
2015-07-11write trailing text subformat also to Excel .xls and .xlsx, tdf#92457Eike Rathke1-3/+1
2015-07-11store trailing text format in ODF, e.g. 0;@ tdf#92457Eike Rathke1-20/+51
2015-07-11the last condition is "all other numbers", not the third, tdf#92457Eike Rathke1-3/+3
2015-07-10do not include boost/utility.hppMichael Stahl1-1/+1
2015-07-08Avoid loplugin:staticmethods in non-debug buildStephan Bergmann1-0/+2
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-07-03Fix typosAndrea Gelmini16-18/+18
2015-06-30coverity#1308431 wiggle code to see if this silences coverityCaolán McNamara1-2/+4
2015-06-30Fix typosAndrea Gelmini2-2/+2
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-28Fix typosAndrea Gelmini2-2/+2
2015-06-27coverity#1308433 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann3-8/+5