summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)Author
2018-11-08Convert FieldUnit to scoped enumMike Kaganski
2018-11-08loplugin:unusedmethodsNoel Grandin
2018-11-07oox smartart, table list: fix too large width of childrenMiklos Vajna
2018-11-07tdf#121205: Convert <a:br> to newline chars in chart titleVasily Melenchuk
2018-11-07loplugin:collapseif in framework..salNoel Grandin
2018-11-06tdf#118582 Disable signature line signing once it is signedSamuel Mehrbrodt
2018-11-05replace double-checked locking patterns with thread safe local staticsMike Kaganski
2018-11-05tdf#108104 OOXML Import: Fix Hatch fill in ChartsBalazs Varga
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin
2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl
2018-11-01oox smartart, vertical bracket list: fix node counter conditionMiklos Vajna
2018-10-31oox: remove dead QuickDiagrammingLayoutMiklos Vajna
2018-10-30tdf#42949 Fix IWYU warnings in include/sax/*Gabor Kelemen
2018-10-28Fix typosAndrea Gelmini
2018-10-26oox smartart, linear layout: take horizontal position from constraintsMiklos Vajna
2018-10-26oox smartart, linear layout: take width from constraintsMiklos Vajna
2018-10-26oox: remove dead QuickDiagrammingImportMiklos Vajna
2018-10-25oox smartart: work towards accessing parent constraintsMiklos Vajna
2018-10-25tdf#108064 OOXML export: keep preset dashes with linewidth < 1ptAdam Kovacs
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-23clang-tidy performance-unnecessary-copy-init in idl..reportdesignNoel Grandin
2018-10-21tdf#120703 (PVS): redundant nullptr checkMike Kaganski
2018-10-19oox smartart: fix width of shapes with agl=lin, linDir=fromTMiklos Vajna
2018-10-19oox WpsContext: bTextFrame is always falseMiklos Vajna
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-18oox: ignore SmartArt "fallback" with empty shape listMiklos Vajna
2018-10-18tdf#120573 export media type for .wav properly.Mark Hung
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin
2018-10-18loplugin:staticvar in hwpfilter..salNoel Grandin
2018-10-17oox: add an environment variable to bypass the SmartArt warningMiklos Vajna
2018-10-17tdf#42949 Fix IWYU warnings in include/tools/*Gabor Kelemen
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-16crashtesting: exception on exporting fdo77519-2.odt to docxCaolán McNamara
2018-10-15loplugin:constfields in ooxNoel Grandin
2018-10-11tdf#111980 oox optionbutton autoGroup inside GroupBoxJustin Luth
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-09tdf#120341 OOXML export: fix export of Pie Chart Wall BorderlineBalazs Varga
2018-10-08tdf#108064 OOXML export: convert LO preset dashes to equivalent MSO presetsAdam Kovacs
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen
2018-10-04tdf#120301 oox: lclIsWhiteSpace should return true for a spaceJustin Luth
2018-10-03tdf#108064 OOXML export: keep preset dashes with mso preset linewidthsAdam Kovacs
2018-10-02Related: tdf#120028 PPTX import: fix font color of multi-col shape textMiklos Vajna
2018-09-28oox: create ShapeContextHandler instances with an uno constructorMiklos Vajna
2018-09-28tdf#111980 oox: connect empty radio groupsJustin Luth
2018-09-26Fix preset_maping -> preset_mappingAndrea Gelmini
2018-09-21Related: tdf#120028 PPTX import: fix font size of multi-col shape textMiklos Vajna
2018-09-21tdf#120028 PPTX import: map shapes with multiple columns to table shapesMiklos Vajna
2018-09-21oox: create QuickDiagrammingLayout instances with an uno constructorMiklos Vajna
2018-09-17ofz#10395 Null-dereferenceCaolán McNamara