summaryrefslogtreecommitdiff
path: root/include/xmloff
AgeCommit message (Expand)Author
2015-07-13tdf#90133 Comply attributes name with OASIS#3860Laurent Balland-Poirier
2015-05-18Related tdf#88056: use better-fitting <text:page-name>Katarina Behrens
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist
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-22tdf#88056: Implement import of page title field from ODFKatarina Behrens
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-08text:p is not allowed as child element of draw:frameMarkus Mohrhard
2015-04-08the attribute name is actually table:database-table-nameMarkus Mohrhard
2015-04-07loplugin:staticmethodsNoel Grandin
2015-03-24also import and export to ODF the new databar propertyMarkus Mohrhard
2015-03-22introduce SvXMLExport::getSaneDefaultVersion()Eike Rathke
2015-03-22tdf#30716 start Engineering notation: implement exponent-intervalLaurent Balland-Poirier
2015-03-21Char highlight: ODT filtersZolnai Tamás
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-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2015-01-08Revert "Don't assume that the ZOrder property of shapes is an enumeration"David Tardon
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2015-01-06fdo#84938: convert SEF_EXPORT_ #defines to 'enum class'Noel Grandin
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 XML_EXPORT_FLAG_ to 'enum class'Noel Grandin
2015-01-06fdo#84938: convert IMPORT_ constants to 'enum class'Noel Grandin
2015-01-06remove unused #definesNoel Grandin
2015-01-06fdo#84938: convert TEXT_PROP_MAP #defines to 'enum class'Noel Grandin
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-19Don't assume that the ZOrder property of shapes is an enumerationLionel Elie Mamane
2014-12-07remove invalid attribute that is not read anywayMarkus Mohrhard
2014-12-07use correct xml element name, related fdo#45266Markus Mohrhard
2014-12-07last inconsitently named data table valueMarkus Mohrhard
2014-12-07more fixes for inconsistent namingMarkus Mohrhard
2014-12-07use a consistent naming schemeMarkus Mohrhard
2014-11-25Remove ptr_vector header include in favor of forward declaration.Kohei Yoshida
2014-11-16Remove now useless setTextEmbeddedGraphicURL()Zolnai Tamás
2014-11-12typo: represant->representAndras Timar
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-11xmloff: XML_DROPDOWN should be XML_DROP_DOWNMichael Stahl
2014-11-08xmloff: remove unused parameter of SvxXMLListStyleContext::FillUnoNumRule()Michael Stahl
2014-11-08sw: store Outline Numbering as ODF fragment instead of SfxPoolItemsMichael Stahl
2014-10-31fdo#80403: Import baseclasses implement FastParser interfacesDaniel Sikeler
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-10-01loplugin: cstylecastNoel Grandin