summaryrefslogtreecommitdiff
path: root/xmloff/source/style
AgeCommit message (Expand)Author
2021-06-08Use containerToSequence for Sequence of dynamic sizeVasily Melenchuk
2021-05-29std::unique_ptr->std::optionalNoel Grandin
2021-05-28tdf#137199: sw: convert list format string to prefix/suffix for ODFVasily Melenchuk
2021-05-27we can search std::set without allocating on the heapNoel Grandin
2021-05-13inline some typedefsNoel Grandin
2021-05-10tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin
2021-05-01remove superfluous loop variableJochen Nitschke
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin
2021-04-12loplugin:unusedfieldsNoel Grandin
2021-04-10ODF load: use AAA/AAAA instead of NN/NNN(N) for implicit secondary calendarEike Rathke
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-04-08xmloff: build-time test that XMLRtlGutterPropertyHandler.hxx is self-containedMiklos Vajna
2021-04-01tdf#141345 sw page gutter margin: reimplement ODF filterMiklos Vajna
2021-03-31tdf#140343 sw page rtl gutter margin: add ODF importMiklos Vajna
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-25tdf#134734 xmloff: ODF import compatibility for BackgroundFullSizeMichael Stahl
2021-03-25tdf#134734 tdf#141059 tdf#122508 cui,sw,xmloff: BackgroundFullSizeMichael Stahl
2021-03-23tdf#124176 Use pragma once in x*Vincent LE GARREC
2021-03-21ODF load: suppress calendar modifiers in format codes if possibleEike Rathke
2021-03-13ODF load: replace YY/YYYY with E/EE only for secondary calendarEike Rathke
2021-03-12ODF save: write explicit "gregorian" calendar, not empty if defaultEike Rathke
2021-03-11ODF save: handle implicit other calendar and switch to Gregorian for YYYYEike Rathke
2021-03-11ODF export: sort <style:font-face> elements based on the style:name attributeMiklos Vajna
2021-02-17loplugin:referencecasting in xmloffNoel
2021-02-03tdf#91920 sw page gutter margin: add ODF filterMiklos Vajna
2021-01-29loplugin:stringviewparam extend to new..Noel
2021-01-28simplify code, use more subView()Noel
2021-01-28add string_view variants of methods to O[U]StringBufferNoel
2021-01-16make the Color constructors explicitly specify transparencyNoel
2021-01-07Use o3tl::temporary in calls to OUString::iterateCodePointsStephan Bergmann
2020-12-31loplugin:loopvartoosmall fix buildCaolán McNamara
2020-12-31remove unnecessary list member counterJochen Nitschke
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-26vcl: use Color:IsTransparent() where appropriateChris Sherlock
2020-12-23Fix dubious OUStringLiteral with automatic storage durationStephan Bergmann
2020-12-21use std::u16string_view in SvXMLTokenEnumeratorNoel
2020-12-18use more string_view in IsXMLTokenNoel
2020-12-18use more string_view in convertEnumNoel
2020-12-15use views to parse rather than allocating OUStringNoel
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-09Fix loplugin:stringviewparam handling of comparison operatorsStephan Bergmann
2020-12-08remove now unused XML_TOK_ constantsNoel
2020-12-08remove unused SvXMLTokenMap from XMLFontStylesContextNoel
2020-12-08fastparser in stylesNoel Grandin