summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/table/tableproperties.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-05-10loplugin:ostr in ooxNoel Grandin1-3/+3
2022-03-02tdf#135843 Implement inside horizontal vertical borders.Gülşah Köse1-3/+13
2022-01-30Recheck modules [o-r]* with IWYUGabor Kelemen1-2/+0
2021-07-31rtl::Static -> static localNoel Grandin1-7/+4
2021-06-08editengine-columns: PPTX support (tdf#118458)Mike Kaganski1-60/+1
2020-08-10tdf#133015 Fix table position during import multicol textbox.Gülşah Köse1-1/+1
2020-08-10tdf#133015 Do not import multicol table text on master.Gülşah Köse1-1/+4
2020-07-24tdf#133015 Fix duplicated row and column problem.Gülşah Köse1-6/+15
2020-03-16tdf#42949 Fix IWYU warnings in oox/source/[cd]*/*cxxGabor Kelemen1-6/+0
2020-01-24loplugin:makeshared in ooxNoel Grandin1-1/+1
2020-01-15clang-tidy modernize-concat-nested-namespace in ooxNoel Grandin1-2/+2
2020-01-07tdf#107604 Handle predefined table styles.Gülşah Köse1-137/+1
2019-12-06tdf#127237 fix table background color in Impress importnd1011-0/+1
2019-11-30Assign bool directly to boost::optional<bool>Stephan Bergmann1-5/+4
2019-09-02loplugin:constmethod in ooxNoel Grandin1-1/+1
2019-03-28return unique_ptr from CreateTableStyleNoel Grandin1-7/+7
2019-02-21Fix code formatting, typos and grammar in comments, follow-up of 48ef20f2039Andras Timar1-32/+33
2019-02-21tdf#123090 Handle removed column with gridSpan.Gülşah Köse1-4/+46
2018-10-02Related: tdf#120028 PPTX import: fix font color of multi-col shape textMiklos Vajna1-0/+4
2018-09-21Related: tdf#120028 PPTX import: fix font size of multi-col shape textMiklos Vajna1-1/+13
2018-09-21tdf#120028 PPTX import: map shapes with multiple columns to table shapesMiklos Vajna1-0/+32
2018-09-17New loplugin:externalStephan Bergmann1-4/+4
2018-08-07ofz#9747 Indirect-leakCaolán McNamara1-6/+6
2018-07-26oox: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-3/+0
2018-03-31Use for-range loops in oox (part1)Julien Nabet1-13/+9
2017-12-01ofz: check col/row boundsCaolán McNamara1-2/+4
2017-10-26Add a comment in CreateTableStyle() related to the AOO fix for #i120723#Tor Lillqvist1-0/+16
2017-10-26Don't abbreviate "First" as "Fst"Tor Lillqvist1-45/+45
2017-10-23loplugin:includeform: ooxStephan Bergmann1-5/+5
2017-04-06loplugin:singlevalfieldsNoel Grandin1-2/+1
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann1-1/+1
2016-04-25tdf#42949: clean up includes in include/oox/core using iwyuJorenz Paragas1-0/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-11clang-tidy performance-unnecessary-value-param in ooxNoel Grandin1-3/+3
2016-03-04tdf#62255,tdf#92058: PPTX import: Incorrect inheritance of default table styleMatus Uzak1-2/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-11-09new loplugin: oncevarNoel Grandin1-4/+2
2015-04-30see if a re-org will silence coverity#1272392 Resource leakCaolán McNamara1-10/+6
2015-04-11Typo: Accenat->AccentJulien Nabet1-1/+1
2015-04-04I wonder if I make this less obscure if coverity will grok itCaolán McNamara1-8/+6
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-19mbOwnTblStyle->bOwnTblStyle, its not a memberCaolán McNamara1-3/+3
2015-03-18CppCheck cleaning : unnecessary affectationMichaël Lefèvre1-1/+0
2014-12-15no point checking for null before deleteCaolán McNamara1-5/+1
2014-12-15oox: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+3
2014-07-15bnc#887225: OOXML import: Correctly apply table style for lastRow.Matúš Kukan1-1/+1
2014-06-25remove whitespacesMarkus Mohrhard1-1/+0
2014-06-23Move oox/drawingml/table/ internal headers to oox/inc.Matúš Kukan1-1/+2
2014-04-23oox: sal_Bool->boolNoel Grandin1-5/+5
2014-04-03oox: sal_Bool->boolNoel Grandin1-11/+11