summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/table
AgeCommit message (Expand)AuthorFilesLines
2023-03-22oox: introduce FormatScheme - use in Theme importTomaž Vajngerl1-2/+1
2022-10-27tdf#151767 PPTX import: fix table border widthTibor Nagy2-22/+39
2022-08-29tdf#144092 pptx import: fix import of empty cell and shape text propertiesSarper Akdemir1-1/+18
2022-07-12elide some temporary OUStringsNoel Grandin3-4/+4
2022-06-30tdf#149785 Read Error importing documentNoel Grandin1-1/+2
2022-06-24almost nobody is using the oox::AttributeList::get methods properlyNoel Grandin5-7/+7
2022-06-22rename oox::OptValue::get to valueNoel Grandin6-10/+10
2022-06-22rename oox::OptValue::get(Type) to value_orNoel Grandin1-6/+6
2022-06-21remove oox::OptValue::setNoel Grandin2-14/+14
2022-06-21remove oox::OptValue::differsFromNoel Grandin1-1/+1
2022-06-21rename oox::OptValue::has() to has_valueNoel Grandin2-3/+3
2022-03-17tdf#147766 Export empty lines as line with noFillGülşah Köse1-9/+1
2022-03-11loplugin:constparamsNoel Grandin1-1/+1
2022-03-02tdf#135843 Implement inside horizontal vertical borders.Gülşah Köse2-11/+117
2022-02-01tdf#135843 Do not export unused border lines.Gülşah Köse1-202/+176
2022-01-30Recheck modules [o-r]* with IWYUGabor Kelemen1-2/+0
2021-10-15Value stored to 'accent_val' during its initialization is never readCaolán McNamara1-2/+21
2021-07-31rtl::Static -> static localNoel Grandin1-7/+4
2021-06-08editengine-columns: PPTX support (tdf#118458)Mike Kaganski1-60/+1
2021-04-22tdf#132472: do not set text color when table style is 'Themed-Style-2'Xisco Fauli1-3/+3
2020-12-10tdf#129961 oox: add PPTX import for table shadow as direct formatMiklos Vajna1-0/+5
2020-11-19tdf#123936 Formatting files in module oox with clang-formatPhilipp Hofer4-22/+10
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-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-3/+3
2020-03-16tdf#42949 Fix IWYU warnings in oox/source/[cd]*/*cxxGabor Kelemen5-22/+1
2020-03-09tdf#42949 Fix IWYU warnings in oox/*/*hxxGabor Kelemen2-0/+2
2020-01-31new loplugin:namespaceindentationNoel Grandin1-1/+1
2020-01-24loplugin:makeshared in ooxNoel Grandin7-79/+143
2020-01-15clang-tidy modernize-concat-nested-namespace in ooxNoel Grandin15-33/+29
2020-01-07Fix typoAndrea Gelmini1-5/+5
2020-01-07tdf#107604 Handle predefined table styles.Gülşah Köse2-137/+919
2019-12-12Remove some redundant user-provided dtorsStephan Bergmann3-10/+0
2019-12-06tdf#127237 fix table background color in Impress importnd1013-0/+9
2019-11-30Rewrite uses of boost::optionalStephan Bergmann1-2/+2
2019-11-30Assign bool directly to boost::optional<bool>Stephan Bergmann2-9/+8
2019-10-10More loplugin:redundantpointeropsStephan Bergmann1-1/+1
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
2019-01-24loplugin:constparams in dbaccess..ooxNoel Grandin1-1/+1
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 Bergmann2-8/+8
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