summaryrefslogtreecommitdiff
path: root/oox/source/vml
AgeCommit message (Expand)AuthorFilesLines
2020-01-31new loplugin:namespaceindentationNoel Grandin6-6/+6
2020-01-22avoid some unnecessary log warning messagesNoel Grandin1-1/+3
2020-01-21tdf#103983 VML import: handle <v:textbox style="mso-fit-shape-to-text:t">Miklos Vajna1-0/+3
2020-01-15clang-tidy modernize-concat-nested-namespace in ooxNoel Grandin9-27/+9
2020-01-10use more std::make_sharedNoel Grandin1-1/+1
2019-12-19sal_Char->char in oox..registryNoel Grandin1-24/+24
2019-12-03tdf#128429 VML import: let mso-layout-flow-alt:bottom-to-top imply verticalMiklos Vajna1-6/+10
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-3/+3
2019-11-26nipick followup: add TOOLS_WARN_EXCEPTION to empty try-catchJustin Luth1-1/+5
2019-11-22tdf#128153 docx/VML: apply style properties to shape textJustin Luth2-0/+37
2019-11-06loplugin:indentation find broken if statementsNoel Grandin1-1/+1
2019-10-31tdf#128447 sc/vml: accept <? ?> xml prologJustin Luth1-0/+6
2019-10-24Introduce OStringCharStephan Bergmann1-1/+1
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-08-27Simplify Sequence iterations in ooxArkadiy Illarionov2-34/+24
2019-08-20loplugin:constvars in i18npool..openclNoel Grandin1-1/+1
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin1-2/+1
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-07-17tdf#42949 Fix IWYU warnings in include/ooxGabor Kelemen1-0/+1
2019-07-05sw btlr writing mode: handle import from VMLMiklos Vajna1-24/+5
2019-06-15loplugin:logexceptionnicely in linguistic..ooxNoel Grandin1-2/+2
2019-06-14sw btlr writing mode: fix tbrl import from VMLMiklos Vajna1-0/+8
2019-06-11tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*Gabor Kelemen1-0/+1
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen1-0/+1
2019-04-13loplugin:sequentialassign in oox..reportdesignNoel Grandin1-2/+1
2019-03-07log nice exception messages whereever possibleNoel Grandin1-2/+3
2019-02-09loplugin:indentation in oox..packageNoel Grandin1-2/+2
2019-02-06fix assert seen on opening attachment from tdf#123163Caolán McNamara1-1/+2
2019-01-10tdf#122563 DOCX import: fix OLE size after roundtripLászló Németh1-1/+3
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-11-16loplugin:buriedassign in dbaccess..ooxNoel Grandin1-1/+1
2018-11-14Map VML shadow more properly to css::table::ShadowFormatStephan Bergmann1-2/+9
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski1-2/+3
2018-11-06tdf#118582 Disable signature line signing once it is signedSamuel Mehrbrodt1-0/+3
2018-10-23clang-tidy performance-unnecessary-copy-init in idl..reportdesignNoel Grandin1-1/+1
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-2/+2
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-10-11tdf#111980 oox optionbutton autoGroup inside GroupBoxJustin Luth1-0/+55
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-3/+3
2018-10-04tdf#120301 oox: lclIsWhiteSpace should return true for a spaceJustin Luth1-1/+1
2018-09-17New loplugin:externalStephan Bergmann2-4/+4
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin1-12/+14
2018-08-30tdf#115670 vml shadow: shadow is off unless explicitly set onJustin Luth1-1/+1
2018-08-22new loplugin:conststringfieldNoel Grandin1-4/+5
2018-08-16tdf#118385 Avoid crash on loading documentSzymon Kłos1-1/+1
2018-08-14tdf#119234 OOXML Shapes from Word fail to renderNoel Grandin1-1/+1
2018-08-03Move angle normalization code from various places to toolsMike Kaganski1-1/+1
2018-07-30Add missing sal/log.hxx headersGabor Kelemen4-0/+4
2018-05-31ofz#8651 Integer-overflowCaolán McNamara1-2/+9