summaryrefslogtreecommitdiff
path: root/xmloff/source/style
AgeCommit message (Expand)AuthorFilesLines
2015-11-05tdf#93296 dashes in decimal part => 0 min decimal placesLaurent Balland-Poirier2-1/+4
2015-11-04ccu#1255 tdf#95569 xmloff: convert legacy assertions in ...Michael Stahl1-18/+16
2015-11-03Fix tdf#93438 Impress generate abnormal style when copy-pastingMark Hung1-0/+4
2015-10-17xmloff: fix ODF import of gradient draw:angle attribute a bitMichael Stahl2-9/+8
2015-09-18tdf#92586 xmloff: fix import of stretched background imageMiklos Vajna3-2/+39
2015-08-31xmloff: ODF export: actually ODF 1.2 does not allow graphic-propertiesMichael Stahl3-8/+24
2015-08-06tdf#90133 Comply attributes name with OASIS#3860Laurent Balland-Poirier2-10/+10
2015-08-06the last condition is "all other numbers", not the third, tdf#92457 relatedEike Rathke1-3/+3
2015-05-22tdf#91140: tweak fix a bit, turns out xmloff was also passing empty URLMichael Stahl1-1/+2
2015-05-18xmloff: fix non-debug buildsMichael Stahl1-2/+2
2015-05-18xmloff: convert legacy assertions in SvXMLAutoStylePoolPMichael Stahl1-5/+4
2015-05-18xmloff: convert legacy assertions in XMLStyleExportMichael Stahl1-69/+59
2015-05-18xmloff: convert legacy assertions in SvXMLAutoStylePoolP_Impl::exportXMLMichael Stahl1-12/+6
2015-05-18xmloff: assert when a non-existent auto style pool is requestedMichael Stahl1-28/+12
2015-05-18xmloff: convert legacy asserts in SvXMLStylesContext_ImplMichael Stahl1-10/+8
2015-05-06xmloff: assert validity of XMLPropertySetMapper indexesMichael Stahl1-8/+8
2015-05-06xmloff: assert existence of XMLPropertyHandlerMichael Stahl1-2/+3
2015-04-28SvXMLEnumMapEntry holds all values as sal_uInt16Stephan Bergmann1-4/+4
2015-04-28tdf#90133 Extend ODF: variable decimal in scientific formatLaurent Balland-Poirier2-23/+54
2015-04-27tdf#90133 Extend ODF: exponent sign of scientific formatLaurent Balland-Poirier2-3/+27
2015-04-24loplugin:simplifyboolStephan Bergmann1-2/+2
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-2/+2
2015-04-18xmloff: cleanup StyleMapTomaž Vajngerl1-24/+24
2015-04-14xmloff: add back the presumably accidentally removed "FootnoteLineStyle"Michael Stahl1-0/+1
2015-04-07loplugin:staticmethodsNoel Grandin4-7/+7
2015-04-01Engineering notation: Slight optimisationLaurent Balland-Poirier1-6/+4
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann3-8/+8
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-13/+13
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 Bergmann9-12/+12
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann5-16/+16
2015-03-22use ODFSaneDefaultVersion to determine if and how to store exponent-intervalEike Rathke1-12/+3
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-Poirier2-5/+54
2015-03-19Related tdf#50133: Wrong underlining in ReportsJulien Nabet1-1/+3
2015-03-09V801: Decreased performanceCaolán McNamara1-2/+2
2015-03-08tdf#50133: Wrong underlining in ReportsJulien Nabet1-1/+1
2015-02-26cppcheck: redundantAssignmentCaolán McNamara1-14/+3
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin2-32/+32
2015-02-09xmloff: replace legacy DBG_WARNINGsMichael Stahl5-9/+5
2015-01-23fix 64-bit build after OUStringBuffer changeMichael Stahl2-3/+3
2015-01-20Some more loplugin:cstylecast: xmloffStephan Bergmann1-1/+1
2015-01-06fdo#78921 save embedded fonts in Flat ODFDavid Tardon1-3/+43
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin2-3/+3
2015-01-06fdo#84938: convert XML_EXPORT_FLAG_ to 'enum class'Noel Grandin7-16/+16
2015-01-05export format of embedded font tooDavid Tardon1-0/+4
2015-01-05read embedded fonts from Flat ODFDavid Tardon2-3/+32
2014-12-18xmloff: Use appropriate OUString functions on string constantsStephan Bergmann1-4/+3