summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-14cppcheck: redundantCondition [part2]Julien Nabet2-3/+3
2015-06-13TyposJulien Nabet1-1/+1
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin1-2/+2
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann14-28/+28
2015-06-08some spelling fixes, mostly in Java codeNoel Grandin1-1/+1
2015-06-04coverity#1302607 Logically dead codeCaolán McNamara1-4/+8
2015-06-04uno::Sequence provides now begin and endNoel Grandin3-6/+5
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-06-01xmloff: don't add FIELD namespace twiceMichael Stahl1-6/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin5-7/+7
2015-05-28add field namespace to styles.xml when saving fdo85232-1.docx to .odtCaolán McNamara1-1/+7
2015-05-24cppcheck: noExplicitConstructorCaolán McNamara51-82/+82
2015-05-22tdf#91140: tweak fix a bit, turns out xmloff was also passing empty URLMichael Stahl1-1/+2
2015-05-22kde250524-4.odt (etc) are missing some namespace declarations in meta.xmlCaolán McNamara1-1/+1
2015-05-21loplugin:literaltoboolconversionStephan Bergmann1-1/+1
2015-05-20xmloff: convert legacy assertions in SvXMLNamespaceMapMichael Stahl1-9/+5
2015-05-20xmloff: convert legacy assertions in DocumentSettingsContextMichael Stahl1-10/+11
2015-05-20xmloff: convert legacy assertions in PageMasterExportPropMapperMichael Stahl1-18/+16
2015-05-20xmloff: convert legacy assertions in XMLFootnoteSeparatorExportMichael Stahl1-10/+4
2015-05-18Related tdf#88056: use better-fitting <text:page-name>Katarina Behrens6-74/+72