summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-1/+1
2015-06-25remove our custom RTTI from xmloff moduleNoel Grandin60-198/+1
2015-06-24Simplify uses of comphelper::string::equals with constant argumentStephan Bergmann1-1/+1
2015-06-23Revert "Typo: iff->if"Julien Nabet3-3/+3
2015-06-23Typo: iff->ifJulien Nabet3-3/+3
2015-06-23move sorting code closer togetherNoel Grandin1-88/+77
2015-06-22Fix typosAndrea Gelmini1-1/+1
2015-06-19tdf#42374 some small optimisations for opening this PDF fileNoel Grandin1-15/+13
2015-06-18Fix typosAndrea Gelmini7-8/+8
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2-3/+3
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin5-58/+36
2015-06-15cppcheck:unreadVariableNoel Grandin1-2/+0
2015-06-15Fix typosAndrea Gelmini1-1/+1