summaryrefslogtreecommitdiff
path: root/xmloff/inc
AgeCommit message (Expand)AuthorFilesLines
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski4-4/+2
2023-01-15XUnoTunnel->dynamic_cast in StyleMapNoel Grandin1-5/+1
2023-01-13xmloff: use XThemeColor in ODF, change the format for themesTomaž Vajngerl4-26/+84
2022-12-30-Werror=maybe-uninitializedStephan Bergmann1-2/+1
2022-12-25sw: support for reading back theme color from OOXMLTomaž Vajngerl2-1/+50
2022-11-04tdf#54857 use OUStringConstExpr in XMLPropertyMapEntryNoel Grandin1-0/+670
2022-09-21use more string_view in xmloffNoel Grandin1-1/+1
2022-09-14tdf#149551 use 'WritingMode' instead of TextPreRotateAngleRegina Henschel1-0/+2
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann2-2/+2
2022-07-12clang-tidy modernize-pass-by-value in xmloffNoel Grandin4-5/+6
2022-07-11tdf#143148 - Use pragma once instead of include guardsArman Rezaei1-4/+1
2022-06-27tdf#143148 Use pragma once instead of include guardsMahkame Arabgari1-5/+1
2022-06-26tdf#143148: Use pragma once instead of include guardsParsa1-4/+1
2022-05-03add o3tl::equalsAsciiNoel Grandin1-1/+1
2022-04-29use more string_view in xmloffNoel Grandin1-1/+1
2022-04-13use more string_view in xmloffNoel Grandin1-1/+1
2022-03-18sd theme: add ODP import/export for shape fill colorMiklos Vajna1-0/+1
2022-03-11new loplugin:trivialdestructorNoel Grandin4-7/+0
2022-02-24ODT import: fix MSO-style <text:list text:continue-numbering="true">Miklos Vajna1-0/+5
2022-02-24tdf#147580 use valid values for extrusion-specularityRegina Henschel1-0/+1
2022-02-17tdf#145700 Improve lighting in extruded custom shapesRegina Henschel1-0/+2
2021-11-19rtl::Static->thread-safe static in xmloffNoel Grandin1-2/+1
2021-08-23update some pchesCaolán McNamara1-2/+12
2021-06-26loplugin:finalclasses in xmloffNoel Grandin4-5/+4
2021-05-11change usage of boost::hash_combine to o3tl::hash_combineTomaž Vajngerl1-3/+3
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann4-5/+5
2021-04-08update PCHsLuboš Luňák1-1/+2
2021-04-01tdf#141345 sw page gutter margin: reimplement ODF filterMiklos Vajna1-0/+1
2021-03-31tdf#140343 sw page rtl gutter margin: add ODF importMiklos Vajna2-0/+41
2021-03-23tdf#124176 Use pragma once in x*Vincent LE GARREC69-275/+69
2021-03-21update pchesCaolán McNamara1-1/+2
2021-03-09Make sal/config.h the first in pchMike Kaganski2-4/+4
2021-02-19update pchesCaolán McNamara1-1/+2
2021-02-08update pchesCaolán McNamara1-1/+3
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-1/+1
2020-12-23Directly create strings in *::MapTokenToServiceNameStephan Bergmann2-7/+7
2020-12-22use string_view in ProcessAttributeNoel2-44/+44
2020-12-21use std::u16string_view in SvXMLTokenEnumeratorNoel1-1/+1
2020-12-18use more string_view in IsXMLTokenNoel1-1/+1
2020-12-17use more string_view in SvXMLUnitConverterNoel1-1/+1
2020-12-09Fix loplugin:stringviewparam handling of comparison operatorsStephan Bergmann2-5/+6
2020-12-08remove now unused XML_TOK_ constantsNoel2-142/+0
2020-12-08fastparser in stylesNoel Grandin5-17/+6
2020-12-07loplugin:unusedmethodsNoel1-1/+0
2020-12-07convert SvXMLImport to fastparser, drop slowparser pathsNoel Grandin4-181/+60
2020-12-06fastparser in XMLImpSpanContext_ImplNoel Grandin1-3/+9
2020-12-04fastparser in a couple of random placesNoel1-4/+3
2020-12-04update pchesCaolán McNamara2-2/+5
2020-12-03fastparser in XMLTextHeaderFooterContextNoel1-4/+3
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel1-1/+1