summaryrefslogtreecommitdiff
path: root/xmloff/source/style/styleexp.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-12tdf#146619 Recheck xmloff/*cxx with IWYUGabor Kelemen1-2/+0
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: xmloffStephan Bergmann1-5/+5
2023-04-24sw: prefix members of XMLFontAutoStylePool, XMLPageExport, ...Miklos Vajna1-4/+4
2023-04-13remove unnecessary exportStyleFamily methodNoel Grandin1-11/+0
2023-01-23xmloff: ODF export: missing extension check in XMLStyleExportMichael Stahl1-1/+2
2021-12-14tdf#62032 xmloff: list-level is positiveInteger, impl is 0-basedJustin Luth1-1/+2
2021-09-28sw: paragraph styles: add ODT filter for a linked character styleMiklos Vajna1-0/+13
2021-09-03tdf#62032 ODT export: handle style:list-level="..." for para stylesMiklos Vajna1-0/+31
2021-05-29std::unique_ptr->std::optionalNoel Grandin1-7/+7
2021-05-10tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl1-2/+2
2020-10-01loplugin:reducevarscope in xmloffNoel1-1/+1
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara1-5/+5
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-5/+5
2020-08-24crashtesting: sdr::table::TableDesignStyle doesn't support XPropertySetCaolán McNamara1-0/+3
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin1-1/+1
2020-08-06loplugin:flatten in xmloff/styleNoel Grandin1-36/+36
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: xmloffStephan Bergmann1-5/+5
2020-05-08xmloff: ODF export: fix style:hidden nonsense, step 1Michael Stahl1-2/+6
2020-05-07replace ODFDefaultVersion usage with ODFSaneDefaultVersionMichael Stahl1-1/+1
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-02-15convert XML_STYLE_FAMILY to scoped enumNoel Grandin1-2/+2
2019-12-25sal_Char->char in xmloff..xmlsecurityNoel Grandin1-1/+1
2019-10-15new loplugin:bufferaddNoel Grandin1-3/+1
2019-10-02tdf#42949 Fix IWYU warnings in xmloff/source/[s-x]*/*cxxGabor Kelemen1-5/+0
2019-08-19Fix typosAndrea Gelmini1-1/+1
2019-08-16loplugin:sequenceloop in xmloffNoel Grandin1-1/+1
2019-06-11Simplify Sequence iterations in xmloff/source/{style..xforms}Arkadiy Illarionov1-9/+5
2018-09-13loplugin:simplifyconstruct in writerfilter..xmlsecurityNoel Grandin1-1/+1
2018-08-22new loplugin:conststringfieldNoel Grandin1-23/+24
2018-07-30loplugin:returnconstant in xmloffNoel Grandin1-2/+1
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-10-23loplugin:includeform: xmloffStephan Bergmann1-1/+1
2017-09-20xmloff,sw: some stylistic cleanup to conditional stylesMichael Stahl1-9/+8
2017-06-13tdf#103091 conditional style conditions not savedTroy Rollo1-1/+49
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-1/+0
2017-05-12remove unused uno::Reference varsNoel Grandin1-3/+0
2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin1-4/+0
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke1-1/+0
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: xmloffStephan Bergmann1-1/+1
2017-02-21loplugin:subtlezeroinit: xmloffStephan Bergmann1-1/+1
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2016-06-10o3tl::tryGet on a temporary is dangerousStephan Bergmann1-3/+3
2016-06-02New o3tl::try/doGet to obtain value from AnyStephan Bergmann1-3/+6
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin1-4/+4
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-2/+2
2015-09-16boost->stdCaolán McNamara1-2/+2
2015-08-31Fix tdf#93438 Impress generate abnormal style when copy-pastingMark Hung1-0/+4
2015-08-27xmloff: ODF export: actually ODF 1.2 does not allow graphic-propertiesMichael Stahl1-1/+7
2015-05-18xmloff: convert legacy assertions in XMLStyleExportMichael Stahl1-69/+59