summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/table
AgeCommit message (Expand)AuthorFilesLines
2018-08-07ofz#9747 Indirect-leakCaolán McNamara1-6/+6
2018-07-26oox: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2-7/+0
2018-06-14tdf#104199 sd: nofill borders shouldn't be visible.Justin Luth1-2/+1
2018-03-31Use for-range loops in oox (part1)Julien Nabet1-13/+9
2018-03-05use more Color in ooxNoel Grandin1-4/+4
2018-03-01make Color::GetRGBColor return Color instead of ColorDataNoel Grandin1-1/+1
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 Bergmann15-52/+52
2017-07-31loplugin:constparams in ooxNoel Grandin9-9/+9
2017-07-11replace 'resize(size+1)' with emplace_backNoel Grandin3-3/+3
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin1-1/+1
2017-05-12remove unused uno::Reference varsNoel Grandin1-1/+0
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke8-8/+0
2017-04-15tdf#100926: PPTX import of table with rotated textTamás Zolnai1-0/+5
2017-04-06loplugin:singlevalfieldsNoel Grandin2-9/+7
2017-02-27Rename misleadingly named include file fillpropertiesgroupcontext.hxxTor Lillqvist3-3/+3
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann1-1/+1
2016-05-10tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas6-0/+11
2016-04-29tdf#90736: PPTX import: Improved table border line style supportMatus Uzak1-1/+41
2016-04-25tdf#42949: clean up includes in include/oox/core using iwyuJorenz Paragas6-0/+14
2016-04-21new plugin stylepoliceNoel Grandin1-3/+3
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann3-7/+7
2016-04-11clang-tidy performance-unnecessary-value-param in ooxNoel Grandin2-5/+5
2016-03-10tdf#89927: PPTX import: Incorrect inheritance of text run fill propertiesMatus Uzak1-2/+5
2016-03-04tdf#62255,tdf#92058: PPTX import: Incorrect inheritance of default table styleMatus Uzak1-2/+3
2016-03-04PPTX import: Table cell props: Override default graphic style if applicable.Matus Uzak1-0/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-7/+7
2015-11-09new loplugin: oncevarNoel Grandin1-4/+2
2015-10-23com::sun::star->css in lotuswordpro,mysqlc,ooxNoel Grandin1-3/+3
2015-09-17boost->stdCaolán McNamara1-1/+1
2015-05-09tdf#90190 PPTX table cell border width is not exported.yogesh.bharate0011-1/+10
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-31bnc#910045 wrong cell fill color defined by table styleZolnai Tamás1-0/+11
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
2015-02-19boost->stdCaolán McNamara2-2/+2
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-09-26bnc#897769: OOXML import: Import border lines using reference too.Matúš Kukan1-22/+33
2014-09-14Move oox/drawingml/*hxx internal headers to oox/inc.Matúš Kukan6-9/+9
2014-09-09Better place to initialize mnThemedIdxMatúš Kukan2-8/+2
2014-09-09oox: improve code formattingMichael Stahl1-0/+2
2014-09-09oox: fix 0-pointer crash in sd_import_testsMichael Stahl1-2/+7
2014-09-09bnc#480256: OOXML import: Respect table background properties a bit moreMatúš Kukan2-5/+30
2014-08-29Fix build with boost-1.56.0.Jörg Sonnenberger1-2/+2