summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2015-04-28XMLTransformerActionInit parameters are generically of type sal_uInt32Stephan Bergmann1-8/+8
2015-04-28txtparae_bContainsIllegalCharacters var wants to be of type boolStephan Bergmann1-3/+3
2015-04-28SvXMLEnumMapEntry holds all values as sal_uInt16Stephan Bergmann2-11/+11
2015-04-28tdf#90133 Extend ODF: variable decimal in scientific formatLaurent Balland-Poirier3-23/+55
2015-04-27tdf#90133 Extend ODF: exponent sign of scientific formatLaurent Balland-Poirier3-3/+28
2015-04-24loplugin:simplifyboolStephan Bergmann5-10/+8
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann5-7/+7
2015-04-23Revert "-Werror,-Wunused-const-variable"Thorsten Behrens1-0/+1
2015-04-22Related tdf#88056: Use correct service nameKatarina Behrens1-1/+1
2015-04-22-Werror,-Wunused-const-variableCaolán McNamara1-1/+0
2015-04-22tdf#88056: Implement import of page title field from ODFKatarina Behrens3-0/+56
2015-04-22fix assert on export of ooo63141-1.doc to odtCaolán McNamara1-5/+8
2015-04-21tdf#90640: xmloff: ODF export: fix style:background-image attributesMichael Stahl2-26/+30
2015-04-21tdf88056: implement export of page title field to ODFKatarina Behrens3-0/+19
2015-04-18xmloff: cleanup StyleMapTomaž Vajngerl1-24/+24
2015-04-18these two attributes are not part of ODF and unnecessaryMarkus Mohrhard1-4/+0
2015-04-17add attribute mandated by ODFMarkus Mohrhard1-0/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin12-35/+35
2015-04-14xmloff: add back the presumably accidentally removed "FootnoteLineStyle"Michael Stahl1-0/+1
2015-04-08xmloff: also print what is duplicateMichael Stahl1-1/+1
2015-04-08text:p is not allowed as child element of draw:frameMarkus Mohrhard9-17/+26
2015-04-08only try to export text:p for elements that really support itMarkus Mohrhard1-13/+23
2015-04-08the attribute name is actually table:database-table-nameMarkus Mohrhard1-0/+1
2015-04-07tdf#89802: xmloff: fix ODF import of frame with empty style name refMichael Stahl1-0/+13
2015-04-07convert SvtModuleOptions::EFactory to enum classNoel Grandin2-6/+6
2015-04-07loplugin:staticmethodsNoel Grandin39-72/+71
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann2-2/+2
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann2-2/+2
2015-04-01Engineering notation: Slight optimisationLaurent Balland-Poirier1-6/+4
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann34-113/+113
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann3-15/+15
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann1-2/+2
2015-03-29Clean up remaining C-style casts among void pointersStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann27-110/+110
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann9-22/+22
2015-03-24also import and export to ODF the new databar propertyMarkus Mohrhard1-0/+2
2015-03-24loplugin:constantfunction: xmloffNoel Grandin3-41/+15
2015-03-23TyposJulien Nabet1-1/+1
2015-03-22use ODFSaneDefaultVersion to determine if and how to store exponent-intervalEike Rathke1-12/+3
2015-03-22introduce SvXMLExport::getSaneDefaultVersion()Eike Rathke1-0/+9
2015-03-22use SvXMLExport::getDefaultVersion()Eike Rathke1-2/+2
2015-03-22write exponent-interval only for 1.2+ and later, tdf#30716 follow-upEike Rathke1-3/+19
2015-03-22read both, XML_NAMESPACE_LO_EXT and XML_NAMESPACE_NUMBER, tdf#30716 follow-upEike Rathke1-1/+1
2015-03-22tdf#30716 start Engineering notation: implement exponent-intervalLaurent Balland-Poirier3-5/+56
2015-03-21Char highlight: ODT filtersZolnai Tamás2-2/+25
2015-03-19Related tdf#50133: Wrong underlining in ReportsJulien Nabet1-1/+3
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann2-2/+33
2015-03-13Typo: elemet->elementJulien Nabet1-1/+1
2015-03-13V803 decreased performance postfix incrementMichael Stahl1-1/+1