summaryrefslogtreecommitdiff
path: root/include/xmloff
AgeCommit message (Expand)AuthorFilesLines
2015-04-08text:p is not allowed as child element of draw:frameMarkus Mohrhard2-10/+23
2015-04-08the attribute name is actually table:database-table-nameMarkus Mohrhard1-0/+1
2015-04-07loplugin:staticmethodsNoel Grandin10-15/+15
2015-03-24also import and export to ODF the new databar propertyMarkus Mohrhard1-0/+2
2015-03-22introduce SvXMLExport::getSaneDefaultVersion()Eike Rathke1-0/+3
2015-03-22tdf#30716 start Engineering notation: implement exponent-intervalLaurent Balland-Poirier2-1/+3
2015-03-21Char highlight: ODT filtersZolnai Tamás1-0/+2
2015-03-12Enhancement tdf#87972 : Cannot repeat items labels on a pivot tableDeena Francis1-0/+1
2015-03-09V801: Decreased performanceCaolán McNamara4-9/+9
2015-02-17boost->stdCaolán McNamara4-17/+18
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara3-6/+6
2015-02-07loplugin:deletedspecialStephan Bergmann9-20/+17
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin7-11/+11
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl6-22/+19
2015-01-08Revert "Don't assume that the ZOrder property of shapes is an enumeration"David Tardon1-3/+1
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin2-4/+0
2015-01-06fdo#84938: convert SEF_EXPORT_ #defines to 'enum class'Noel Grandin2-42/+46
2015-01-06fdo#84938: convert ERROR_ #defines to 'enum class'Noel Grandin3-9/+17
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin1-19/+27
2015-01-06fdo#84938: convert XML_EXPORT_FLAG_ to 'enum class'Noel Grandin1-14/+22
2015-01-06fdo#84938: convert IMPORT_ constants to 'enum class'Noel Grandin1-14/+22
2015-01-06remove unused #definesNoel Grandin1-3/+0
2015-01-06fdo#84938: convert TEXT_PROP_MAP #defines to 'enum class'Noel Grandin1-13/+15
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara2-6/+6
2014-12-19Don't assume that the ZOrder property of shapes is an enumerationLionel Elie Mamane1-1/+3
2014-12-07remove invalid attribute that is not read anywayMarkus Mohrhard1-1/+0
2014-12-07use correct xml element name, related fdo#45266Markus Mohrhard1-0/+1
2014-12-07last inconsitently named data table valueMarkus Mohrhard1-1/+1
2014-12-07more fixes for inconsistent namingMarkus Mohrhard1-1/+1
2014-12-07use a consistent naming schemeMarkus Mohrhard1-1/+1
2014-11-25Remove ptr_vector header include in favor of forward declaration.Kohei Yoshida1-2/+1
2014-11-16Remove now useless setTextEmbeddedGraphicURL()Zolnai Tamás1-4/+0
2014-11-12typo: represant->representAndras Timar1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-11xmloff: XML_DROPDOWN should be XML_DROP_DOWNMichael Stahl2-2/+2
2014-11-08xmloff: remove unused parameter of SvxXMLListStyleContext::FillUnoNumRule()Michael Stahl1-4/+3
2014-11-08sw: store Outline Numbering as ODF fragment instead of SfxPoolItemsMichael Stahl2-12/+14
2014-10-31fdo#80403: Import baseclasses implement FastParser interfacesDaniel Sikeler2-4/+68
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann4-5/+0
2014-10-01loplugin: cstylecastNoel Grandin1-2/+2
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-09-30xmloff: std::auto_ptr -> std::unique_ptrStephan Bergmann3-4/+4
2014-09-29Resolves: fdo#80468 and fdo#81223 image/frame backgrounds wrongCaolán McNamara1-3/+0
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler1-9/+1
2014-08-16prevent invalid ods files with loext:fill-characterMarkus Mohrhard1-1/+2
2014-08-16just use a typedef, don't inherit from boost::ptr_containerMarkus Mohrhard1-1/+3
2014-08-16remove unnecessary whitespaceMarkus Mohrhard1-1/+1
2014-08-05fdo#75757: remove inheritance to std::vectorTakeshi Abe1-1/+2
2014-08-05fdo#75757: remove inheritance to std::vectorTakeshi Abe1-1/+2