summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/table
AgeCommit message (Expand)Author
2023-05-12related tdf#154501: pptx import: push cell's RotateAngle after textSarper Akdemir
2023-05-12oox: tcPr vert roundtrip, introduce interopability grab bag for table cellSarper Akdemir
2023-04-25oox: introduce FormatScheme - use in Theme importTomaž Vajngerl
2022-10-27tdf#151767 PPTX import: fix table border widthTibor Nagy
2022-08-29tdf#144092 pptx import: fix import of empty cell and shape text propertiesSarper Akdemir
2022-07-12elide some temporary OUStringsNoel Grandin
2022-06-30tdf#149785 Read Error importing documentNoel Grandin
2022-06-24almost nobody is using the oox::AttributeList::get methods properlyNoel Grandin
2022-06-22rename oox::OptValue::get to valueNoel Grandin
2022-06-22rename oox::OptValue::get(Type) to value_orNoel Grandin
2022-06-21remove oox::OptValue::setNoel Grandin
2022-06-21remove oox::OptValue::differsFromNoel Grandin
2022-06-21rename oox::OptValue::has() to has_valueNoel Grandin
2022-03-17tdf#147766 Export empty lines as line with noFillGülşah Köse
2022-03-11loplugin:constparamsNoel Grandin
2022-03-02tdf#135843 Implement inside horizontal vertical borders.Gülşah Köse
2022-02-01tdf#135843 Do not export unused border lines.Gülşah Köse
2022-01-30Recheck modules [o-r]* with IWYUGabor Kelemen
2021-10-15Value stored to 'accent_val' during its initialization is never readCaolán McNamara
2021-07-31rtl::Static -> static localNoel Grandin
2021-06-08editengine-columns: PPTX support (tdf#118458)Mike Kaganski
2021-04-22tdf#132472: do not set text color when table style is 'Themed-Style-2'Xisco Fauli
2020-12-10tdf#129961 oox: add PPTX import for table shadow as direct formatMiklos Vajna
2020-11-19tdf#123936 Formatting files in module oox with clang-formatPhilipp Hofer
2020-08-10tdf#133015 Fix table position during import multicol textbox.Gülşah Köse
2020-08-10tdf#133015 Do not import multicol table text on master.Gülşah Köse
2020-07-24tdf#133015 Fix duplicated row and column problem.Gülşah Köse
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2020-03-16tdf#42949 Fix IWYU warnings in oox/source/[cd]*/*cxxGabor Kelemen
2020-03-09tdf#42949 Fix IWYU warnings in oox/*/*hxxGabor Kelemen
2020-01-31new loplugin:namespaceindentationNoel Grandin
2020-01-24loplugin:makeshared in ooxNoel Grandin
2020-01-15clang-tidy modernize-concat-nested-namespace in ooxNoel Grandin
2020-01-07Fix typoAndrea Gelmini
2020-01-07tdf#107604 Handle predefined table styles.Gülşah Köse
2019-12-12Remove some redundant user-provided dtorsStephan Bergmann
2019-12-06tdf#127237 fix table background color in Impress importnd101
2019-11-30Rewrite uses of boost::optionalStephan Bergmann
2019-11-30Assign bool directly to boost::optional<bool>Stephan Bergmann
2019-10-10More loplugin:redundantpointeropsStephan Bergmann
2019-09-02loplugin:constmethod in ooxNoel Grandin
2019-03-28return unique_ptr from CreateTableStyleNoel Grandin
2019-02-21Fix code formatting, typos and grammar in comments, follow-up of 48ef20f2039Andras Timar
2019-02-21tdf#123090 Handle removed column with gridSpan.Gülşah Köse
2019-01-24loplugin:constparams in dbaccess..ooxNoel Grandin
2018-10-02Related: tdf#120028 PPTX import: fix font color of multi-col shape textMiklos Vajna
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-17New loplugin:externalStephan Bergmann
2018-08-07ofz#9747 Indirect-leakCaolán McNamara