summaryrefslogtreecommitdiff
path: root/xmloff/source/style/xmlstyle.cxx
AgeCommit message (Expand)AuthorFilesLines
2025-04-06tdf#151876 shave some time off chart load (2)Noel Grandin1-37/+20
2024-11-29tdf#164046 style searching improvement breaks Impress layoutNoel Grandin1-25/+65
2024-10-25tdf#163486: PVS: Identical branchesBogdan Buzea1-2/+0
2024-10-21improve style searching in SvXMLStylesContextNoel Grandin1-64/+90
2024-08-31tdf#162715: do not import theme when pasting from clipboardMike Kaganski1-0/+23
2024-03-12tdf#146619 Recheck xmloff/*cxx with IWYUGabor Kelemen1-2/+0
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: xmloffStephan Bergmann1-2/+2
2023-09-01sc: add ODF import/export of the Theme + testsTomaž Vajngerl1-9/+13
2023-05-01Simplify and unify a bitMike Kaganski1-46/+19
2023-02-01xmloff: import of theme structure + import/export/round-trip testsTomaž Vajngerl1-5/+16
2022-07-12clang-tidy modernize-pass-by-value in xmloffNoel Grandin1-2/+3
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)1-1/+8
2021-09-28sw: paragraph styles: add ODT filter for a linked character styleMiklos Vajna1-0/+3
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-1/+1
2020-12-23Fix dubious OUStringLiteral with automatic storage durationStephan Bergmann1-1/+2
2020-12-18use more string_view in IsXMLTokenNoel1-1/+1
2020-12-08fastparser in stylesNoel Grandin1-38/+17
2020-10-01loplugin:reducevarscope in xmloffNoel1-2/+1
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara1-2/+2
2020-09-09improve loplugin:unusedvarsglobalNoel Grandin1-20/+0
2020-08-30use more fastparser in SvXMLStyleContext subclassesNoel Grandin1-60/+11
2020-08-29loplugin:unusedmethodsNoel Grandin1-9/+0
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-3/+3
2020-08-26remove slowparser stuff from SvXMLStyleContextNoel Grandin1-87/+6
2020-08-25use more fastparser in OReportStylesContextNoel Grandin1-0/+34
2020-08-25use more fastparser in PageStyleContextNoel Grandin1-10/+6
2020-08-25use fastparser in PageStyleContextNoel Grandin1-9/+8
2020-08-22use fastparser for fill stylesNoel Grandin1-32/+32
2020-08-21use fastparser in XMLLineNumberingImportContextNoel Grandin1-5/+5
2020-08-21use fast-parser in XMLFootnoteConfigurationImportContextNoel Grandin1-6/+4
2020-08-21use fast-parser in XMLIndexBibliographyConfigurationContextNoel Grandin1-5/+10
2020-08-20use fastparser in SvXMLNumFormatContextNoel Grandin1-6/+29
2020-08-20use fastparser in SdXMLHeaderFooterDeclContextNoel Grandin1-0/+32
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin1-1/+1
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin1-1/+1
2020-08-07cid#1465672 Uninitialized pointer fieldCaolán McNamara1-1/+2
2020-08-03rename Clear() to dispose() in SvXMLStylesContextNoel Grandin1-4/+4
2020-08-03avoid ref-counting cycleNoel Grandin1-3/+4
2020-08-03tdf#134971 Don't overwrite default styles when inserting docThorsten Behrens1-1/+3
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: xmloffStephan Bergmann1-3/+3
2020-05-19tdf#103602 xmloff,sw: ODF 1.3 import: PageStyle with drawing-page styleMichael Stahl1-1/+1
2020-05-19xmloff: ODF export: additional ODF 1.3 chart featuresMichael Stahl1-1/+1
2020-05-08xmloff: ODF export: fix style:hidden nonsense, step 1Michael Stahl1-0/+7
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+3
2020-03-16Revert "loplugin:constfields in xmloff"Noel Grandin1-1/+1
2020-03-06loplugin:unusedmethodsNoel Grandin1-8/+0
2020-02-15convert XML_STYLE_FAMILY to scoped enumNoel Grandin1-63/+69
2020-01-21use more FastParser in SvXMLStylesContextNoel Grandin1-0/+12
2020-01-07extract some common code from ImportContext classesNoel Grandin1-5/+0
2019-12-21remove unnecessary CreateChildContext methodsNoel Grandin1-7/+0