summaryrefslogtreecommitdiffstats
path: root/xmloff
Commit message (Expand)AuthorAgeFilesLines
* Clean up sEmptyURLStephan Bergmann2015-08-271-3/+1
* Clean up sEmptyStephan Bergmann2015-08-2720-58/+40
* Clean up aEmptyStephan Bergmann2015-08-271-3/+2
* ODF import: workaround dubious draw:fill="solid" on frame stylesMichael Stahl2015-08-262-2/+16
* Clean up aEmptyStrStephan Bergmann2015-08-261-5/+3
* comphelper: reduce copypasta with UniquePtrValueLess functorMichael Stahl2015-08-191-18/+7
* comphelper: remove unnecessary include <stack>Michael Stahl2015-08-191-0/+1
* cppcheck: variableScopeCaolán McNamara2015-08-121-1/+1
* cppcheck: redundantAssignmentCaolán McNamara2015-08-121-3/+1
* cppcheck: silence redundantAssignmentCaolán McNamara2015-08-121-1/+1
* loplugin: defaultparamsNoel Grandin2015-08-1111-30/+26
* stupid warningMichael Stahl2015-08-071-1/+1
* xmloff: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl2015-08-073-49/+57
* xmloff: replace boost::ptr_set with std::set<std::unqiue_ptr>Michael Stahl2015-08-072-36/+45
* xmloff: replace boost::ptr_set with std::mapMichael Stahl2015-08-071-42/+20
* xmloff: replace boost::ptr_set with std::setMichael Stahl2015-08-071-11/+15
* improve refcounting loplugin to check SvRef-based classesNoel Grandin2015-08-057-26/+27
* loplugin:unusedmethodsNoel Grandin2015-08-052-9/+0
* inline some use-once typedefsNoel Grandin2015-08-036-30/+21
* new loplugin: refcountingNoel Grandin2015-08-031-2/+2
* Resolves: tdf#91950 optional entries may not be presentCaolán McNamara2015-07-261-18/+25
* Fix typosAndrea Gelmini2015-07-192-2/+2
* formatting of public/private/protected section qualifiersNoel Grandin2015-07-171-1/+1
* loplugin:simplifyboolStephan Bergmann2015-07-162-2/+2
* xmloff: ODF import: fix spelling of "extrusion-first-light-level"Andrea Gelmini2015-07-151-1/+1
* xmloff: document that AOO 4.1 has fixed the svg:d 'z' relative bugMichael Stahl2015-07-151-2/+2
* -Werror,-Wunused-private-fieldStephan Bergmann2015-07-154-15/+0
* WaE: 'HAVE_FEATURE_GLTF' is not defined, evaluates to 0Tor Lillqvist2015-07-151-0/+2
* fix Android buildNoel Grandin2015-07-151-0/+4
* loplugin:unusedmethods xmloffNoel Grandin2015-07-1520-96/+0
* Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2015-07-138-55/+16
* tdf#90133 Comply attributes name with OASIS#3860Laurent Balland-Poirier2015-07-133-12/+12
* use the DBL_MAX constant that we also use elsewhere, tdf#92457Eike Rathke2015-07-131-2/+1
* write trailing text subformat also to Excel .xls and .xlsx, tdf#92457Eike Rathke2015-07-111-3/+1
* store trailing text format in ODF, e.g. 0;@ tdf#92457Eike Rathke2015-07-111-20/+51
* the last condition is "all other numbers", not the third, tdf#92457Eike Rathke2015-07-111-3/+3
* do not include boost/utility.hppMichael Stahl2015-07-101-1/+1
* Avoid loplugin:staticmethods in non-debug buildStephan Bergmann2015-07-081-0/+2
* Fix typosAndrea Gelmini2015-07-081-1/+1
* Fix typosAndrea Gelmini2015-07-0316-18/+18
* coverity#1308431 wiggle code to see if this silences coverityCaolán McNamara2015-06-301-2/+4
* Fix typosAndrea Gelmini2015-06-302-2/+2
* Fix typosAndrea Gelmini2015-06-281-1/+1
* Fix typosAndrea Gelmini2015-06-282-2/+2
* coverity#1308433 Uncaught exceptionCaolán McNamara2015-06-272-2/+2
* loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann2015-06-263-8/+5
* loplugin:stringconstant: Flag more inefficienciesStephan Bergmann2015-06-251-1/+1
* remove our custom RTTI from xmloff moduleNoel Grandin2015-06-2560-198/+1
* Simplify uses of comphelper::string::equals with constant argumentStephan Bergmann2015-06-241-1/+1
* Revert "Typo: iff->if"Julien Nabet2015-06-233-3/+3