summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)Author
2015-06-23Typo: iff->ifJulien Nabet
2015-06-23move sorting code closer togetherNoel Grandin
2015-06-22Fix typosAndrea Gelmini
2015-06-19tdf#42374 some small optimisations for opening this PDF fileNoel Grandin
2015-06-18Fix typosAndrea Gelmini
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-16Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-15cppcheck:unreadVariableNoel Grandin
2015-06-15Fix typosAndrea Gelmini
2015-06-14cppcheck: redundantCondition [part2]Julien Nabet
2015-06-13TyposJulien Nabet
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-08some spelling fixes, mostly in Java codeNoel Grandin
2015-06-04coverity#1302607 Logically dead codeCaolán McNamara
2015-06-04uno::Sequence provides now begin and endNoel Grandin
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara
2015-06-01xmloff: don't add FIELD namespace twiceMichael Stahl
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-28add field namespace to styles.xml when saving fdo85232-1.docx to .odtCaolán McNamara
2015-05-24cppcheck: noExplicitConstructorCaolán McNamara
2015-05-22tdf#91140: tweak fix a bit, turns out xmloff was also passing empty URLMichael Stahl
2015-05-22kde250524-4.odt (etc) are missing some namespace declarations in meta.xmlCaolán McNamara
2015-05-21loplugin:literaltoboolconversionStephan Bergmann
2015-05-20xmloff: convert legacy assertions in SvXMLNamespaceMapMichael Stahl
2015-05-20xmloff: convert legacy assertions in DocumentSettingsContextMichael Stahl
2015-05-20xmloff: convert legacy assertions in PageMasterExportPropMapperMichael Stahl
2015-05-20xmloff: convert legacy assertions in XMLFootnoteSeparatorExportMichael Stahl
2015-05-18Related tdf#88056: use better-fitting <text:page-name>Katarina Behrens
2015-05-18xmloff: fix non-debug buildsMichael Stahl
2015-05-18xmloff: convert legacy assertions in SvXMLAutoStylePoolPMichael Stahl
2015-05-18xmloff: convert legacy assertions in XMLStyleExportMichael Stahl
2015-05-18xmloff: convert legacy assertions in SvXMLAutoStylePoolP_Impl::exportXMLMichael Stahl
2015-05-18xmloff: assert when a non-existent auto style pool is requestedMichael Stahl
2015-05-18xmloff: convert legacy asserts in SvXMLStylesContext_ImplMichael Stahl
2015-05-18xmloff: convert legacy asserts in MultiPropertySetHelperMichael Stahl
2015-05-18xmloff: convert legacy assertions in xmltoken.cxxMichael Stahl
2015-05-18Remove include stdio (part2)Julien Nabet
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-05-08std::ptr_fun became deprecated since C++11Takeshi Abe
2015-05-08XMLTransformerActionInit parameters are generically of type sal_uInt32Stephan Bergmann
2015-05-06xmloff: convert to assert in SvXMLMetaExportMichael Stahl
2015-05-06xmloff: assert validity of XMLPropertySetMapper indexesMichael Stahl
2015-05-06xmloff: assert existence of XMLPropertyHandlerMichael Stahl
2015-05-06convert FONTTOSUBSFONT constants to scoped enumNoel Grandin
2015-05-02it works if we first set the size and then the position, tdf#86624Markus Mohrhard