summaryrefslogtreecommitdiff
path: root/xmloff/source/style
AgeCommit message (Expand)Author
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-15cppcheck:unreadVariableNoel Grandin
2015-06-14cppcheck: redundantCondition [part2]Julien Nabet
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-24cppcheck: noExplicitConstructorCaolán McNamara
2015-05-22tdf#91140: tweak fix a bit, turns out xmloff was also passing empty URLMichael Stahl
2015-05-20xmloff: convert legacy assertions in PageMasterExportPropMapperMichael Stahl
2015-05-20xmloff: convert legacy assertions in XMLFootnoteSeparatorExportMichael Stahl
2015-05-18xmloff: fix non-debug buildsMichael Stahl
2015-05-18xmloff: convert legacy assertions in SvXMLAutoStylePoolPMichael Stahl
2015-05-18xmloff: convert legacy assertions in XMLStyleExportMichael Stahl
2015-05-18xmloff: convert legacy assertions in SvXMLAutoStylePoolP_Impl::exportXMLMichael Stahl
2015-05-18xmloff: assert when a non-existent auto style pool is requestedMichael Stahl
2015-05-18xmloff: convert legacy asserts in SvXMLStylesContext_ImplMichael Stahl
2015-05-06xmloff: assert validity of XMLPropertySetMapper indexesMichael Stahl
2015-05-06xmloff: assert existence of XMLPropertyHandlerMichael Stahl
2015-04-28SvXMLEnumMapEntry holds all values as sal_uInt16Stephan Bergmann
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-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-18xmloff: cleanup StyleMapTomaž Vajngerl
2015-04-14xmloff: add back the presumably accidentally removed "FootnoteLineStyle"Michael Stahl
2015-04-07loplugin:staticmethodsNoel Grandin
2015-04-01Engineering notation: Slight optimisationLaurent Balland-Poirier
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-29Clean up remaining C-style casts among void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-22use ODFSaneDefaultVersion to determine if and how to store exponent-intervalEike Rathke
2015-03-22use SvXMLExport::getDefaultVersion()Eike Rathke
2015-03-22write exponent-interval only for 1.2+ and later, tdf#30716 follow-upEike Rathke
2015-03-22read both, XML_NAMESPACE_LO_EXT and XML_NAMESPACE_NUMBER, tdf#30716 follow-upEike Rathke
2015-03-22tdf#30716 start Engineering notation: implement exponent-intervalLaurent Balland-Poirier
2015-03-19Related tdf#50133: Wrong underlining in ReportsJulien Nabet
2015-03-09V801: Decreased performanceCaolán McNamara
2015-03-08tdf#50133: Wrong underlining in ReportsJulien Nabet
2015-02-26cppcheck: redundantAssignmentCaolán McNamara
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin
2015-02-09xmloff: replace legacy DBG_WARNINGsMichael Stahl
2015-01-23fix 64-bit build after OUStringBuffer changeMichael Stahl
2015-01-20Some more loplugin:cstylecast: xmloffStephan Bergmann
2015-01-06fdo#78921 save embedded fonts in Flat ODFDavid Tardon
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-05export format of embedded font tooDavid Tardon
2015-01-05read embedded fonts from Flat ODFDavid Tardon
2014-12-18xmloff: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann