summaryrefslogtreecommitdiffstats
path: root/xmloff
Commit message (Expand)AuthorAgeFilesLines
* 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
* loplugin:loopvartoosmallNoel Grandin2015-05-295-7/+7
* add field namespace to styles.xml when saving fdo85232-1.docx to .odtCaolán McNamara2015-05-281-1/+7
* cppcheck: noExplicitConstructorCaolán McNamara2015-05-2451-82/+82
* tdf#91140: tweak fix a bit, turns out xmloff was also passing empty URLMichael Stahl2015-05-221-1/+2
* kde250524-4.odt (etc) are missing some namespace declarations in meta.xmlCaolán McNamara2015-05-221-1/+1
* loplugin:literaltoboolconversionStephan Bergmann2015-05-211-1/+1
* xmloff: convert legacy assertions in SvXMLNamespaceMapMichael Stahl2015-05-201-9/+5
* xmloff: convert legacy assertions in DocumentSettingsContextMichael Stahl2015-05-201-10/+11
* xmloff: convert legacy assertions in PageMasterExportPropMapperMichael Stahl2015-05-201-18/+16
* xmloff: convert legacy assertions in XMLFootnoteSeparatorExportMichael Stahl2015-05-201-10/+4
* Related tdf#88056: use better-fitting <text:page-name>Katarina Behrens2015-05-186-74/+72
* xmloff: fix non-debug buildsMichael Stahl2015-05-181-2/+2
* xmloff: convert legacy assertions in SvXMLAutoStylePoolPMichael Stahl2015-05-181-5/+4
* xmloff: convert legacy assertions in XMLStyleExportMichael Stahl2015-05-181-69/+59
* xmloff: convert legacy assertions in SvXMLAutoStylePoolP_Impl::exportXMLMichael Stahl2015-05-181-12/+6
* xmloff: assert when a non-existent auto style pool is requestedMichael Stahl2015-05-181-28/+12
* xmloff: convert legacy asserts in SvXMLStylesContext_ImplMichael Stahl2015-05-181-10/+8
* xmloff: convert legacy asserts in MultiPropertySetHelperMichael Stahl2015-05-181-8/+5
* xmloff: convert legacy assertions in xmltoken.cxxMichael Stahl2015-05-181-6/+6
* Remove include stdio (part2)Julien Nabet2015-05-185-5/+0
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-111-1/+1
* std::ptr_fun became deprecated since C++11Takeshi Abe2015-05-081-6/+4
* XMLTransformerActionInit parameters are generically of type sal_uInt32Stephan Bergmann2015-05-082-9/+9
* xmloff: convert to assert in SvXMLMetaExportMichael Stahl2015-05-061-6/+6
* xmloff: assert validity of XMLPropertySetMapper indexesMichael Stahl2015-05-061-8/+8
* xmloff: assert existence of XMLPropertyHandlerMichael Stahl2015-05-061-2/+3
* convert FONTTOSUBSFONT constants to scoped enumNoel Grandin2015-05-061-2/+2
* it works if we first set the size and then the position, tdf#86624Markus Mohrhard2015-05-021-3/+3
* xmloff: simplify code by using std::all_of/std::any_of/std::none_ofTakeshi Abe2015-04-303-11/+12
* Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist2015-04-309-82/+9
* XMLTransformerActionInit parameters are generically of type sal_uInt32Stephan Bergmann2015-04-281-8/+8
* txtparae_bContainsIllegalCharacters var wants to be of type boolStephan Bergmann2015-04-281-3/+3
* SvXMLEnumMapEntry holds all values as sal_uInt16Stephan Bergmann2015-04-282-11/+11
* tdf#90133 Extend ODF: variable decimal in scientific formatLaurent Balland-Poirier2015-04-283-23/+55
* tdf#90133 Extend ODF: exponent sign of scientific formatLaurent Balland-Poirier2015-04-273-3/+28
* loplugin:simplifyboolStephan Bergmann2015-04-245-10/+8
* Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2015-04-235-7/+7
* Revert "-Werror,-Wunused-const-variable"Thorsten Behrens2015-04-231-0/+1
* Related tdf#88056: Use correct service nameKatarina Behrens2015-04-221-1/+1
* -Werror,-Wunused-const-variableCaolán McNamara2015-04-221-1/+0
* tdf#88056: Implement import of page title field from ODFKatarina Behrens2015-04-223-0/+56