summaryrefslogtreecommitdiffstats
path: root/xmloff/source
Commit message (Expand)AuthorAgeFilesLines
* 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-153-12/+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-1516-82/+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
* Avoid loplugin:staticmethods in non-debug buildStephan Bergmann2015-07-081-0/+2
* Fix typosAndrea Gelmini2015-07-081-1/+1
* Fix typosAndrea Gelmini2015-07-0314-16/+16
* coverity#1308431 wiggle code to see if this silences coverityCaolán McNamara2015-06-301-2/+4
* Fix typosAndrea Gelmini2015-06-301-1/+1
* 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-232-2/+2
* Typo: iff->ifJulien Nabet2015-06-232-2/+2
* move sorting code closer togetherNoel Grandin2015-06-231-88/+77
* Fix typosAndrea Gelmini2015-06-221-1/+1
* tdf#42374 some small optimisations for opening this PDF fileNoel Grandin2015-06-191-15/+13
* Fix typosAndrea Gelmini2015-06-187-8/+8
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-2/+2
* Fix typosAndrea Gelmini2015-06-161-1/+1
* Fix typosAndrea Gelmini2015-06-161-1/+1
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-155-58/+36
* cppcheck:unreadVariableNoel Grandin2015-06-151-2/+0
* cppcheck: redundantCondition [part2]Julien Nabet2015-06-142-3/+3
* TyposJulien Nabet2015-06-131-1/+1
* convert expressions like 'size() == 0' to 'empty()'Noel Grandin2015-06-111-2/+2
* convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin2015-06-111-1/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-0814-28/+28
* some spelling fixes, mostly in Java codeNoel Grandin2015-06-081-1/+1
* coverity#1302607 Logically dead codeCaolán McNamara2015-06-041-4/+8
* uno::Sequence provides now begin and endNoel Grandin2015-06-043-6/+5
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-021-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-021-1/+1
* xmloff: don't add FIELD namespace twiceMichael Stahl2015-06-011-6/+1