summaryrefslogtreecommitdiff
path: root/xmloff/source/core
AgeCommit message (Expand)Author
2015-09-09tdf#90839: support for wrapped text in data labels and for centered data valueMarco Cecchetti
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-27Clean up sEmptyStephan Bergmann
2015-08-11loplugin: defaultparamsNoel Grandin
2015-08-07xmloff: replace boost::ptr_set with std::setMichael Stahl
2015-07-19Fix typosAndrea Gelmini
2015-07-13tdf#90133 Comply attributes name with OASIS#3860Laurent Balland-Poirier
2015-07-03Fix typosAndrea Gelmini
2015-06-28Fix typosAndrea Gelmini
2015-06-14cppcheck: redundantCondition [part2]Julien Nabet
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-04coverity#1302607 Logically dead codeCaolán McNamara
2015-06-01xmloff: don't add FIELD namespace twiceMichael Stahl
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-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-18Related tdf#88056: use better-fitting <text:page-name>Katarina Behrens
2015-05-18xmloff: convert legacy assertions in xmltoken.cxxMichael Stahl
2015-05-06convert FONTTOSUBSFONT constants to scoped enumNoel Grandin
2015-04-28tdf#90133 Extend ODF: variable decimal in scientific formatLaurent Balland-Poirier
2015-04-27tdf#90133 Extend ODF: exponent sign of scientific formatLaurent Balland-Poirier
2015-04-21tdf88056: implement export of page title field to ODFKatarina Behrens
2015-04-17add attribute mandated by ODFMarkus Mohrhard
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-08xmloff: also print what is duplicateMichael Stahl
2015-04-08the attribute name is actually table:database-table-nameMarkus Mohrhard
2015-04-07convert SvtModuleOptions::EFactory to enum classNoel Grandin
2015-04-07loplugin:staticmethodsNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-24also import and export to ODF the new databar propertyMarkus Mohrhard
2015-03-24loplugin:constantfunction: xmloffNoel Grandin
2015-03-22introduce SvXMLExport::getSaneDefaultVersion()Eike Rathke
2015-03-22tdf#30716 start Engineering notation: implement exponent-intervalLaurent Balland-Poirier
2015-03-13V803 decreased performance postfix incrementMichael Stahl
2015-03-12Enhancement tdf#87972 : Cannot repeat items labels on a pivot tableDeena Francis
2015-03-09V801: Decreased performanceCaolán McNamara
2015-02-17boost->stdCaolán McNamara
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-11LeakSanitizer: leak detected in ooo56669-1.odtCaolán McNamara
2015-01-06fdo#84938: convert ERROR_ #defines to 'enum class'Noel Grandin
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin
2015-01-06fdo#84938: convert IMPORT_ constants to 'enum class'Noel Grandin
2015-01-02Fix simple typos.Andrea Gelmini