summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/textcharacterproperties.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-08-29pptx using Wingdings didn't fallback to OpenSymbolCaolán McNamara1-6/+6
2023-06-18ooxml: import and export background and fill theme colors props.Tomaž Vajngerl1-1/+5
2023-06-12ooxml: import and export char underline theme colorsTomaž Vajngerl1-0/+2
2023-06-09oox: remove code duplication and add getComplexColor to oox::ColorTomaž Vajngerl1-14/+1
2023-05-12use ComplexColor instead of ThemeColor for better OOXML compat.Tomaž Vajngerl1-8/+8
2023-01-13introduce {Char,Fill}ColorThemeReference which uses XThemeColorTomaž Vajngerl1-5/+18
2022-10-24tdf#151547 pptx import: workaround for COL_AUTO collisionSarper Akdemir1-1/+7
2022-06-22rename oox::OptValue::get to valueNoel Grandin1-9/+9
2022-06-22rename oox::OptValue::get(Type) to value_orNoel Grandin1-8/+8
2022-06-22make oox::OptValue::assignIfUsed a free functionNoel Grandin1-13/+13
2022-06-21rename oox::OptValue::has() to has_valueNoel Grandin1-9/+9
2022-05-04Just use Any ctor instead of makeAny in ooxStephan Bergmann1-1/+1
2022-04-25oox: Remove obsolete TODOXisco Fauli1-2/+0
2022-04-22tdf#148685: Unset CharUnderlineColor and CharUnderlineHasColor propertiesXisco Fauli1-0/+6
2022-01-03tdf#127696 PPTX export: fix lost outline character formattingTünde Tóth1-1/+7
2021-11-24PPTX import: implement native handling of a color's luminance offsetMiklos Vajna1-0/+1
2021-11-23PPTX import: implement native handling of a color's luminance modulationMiklos Vajna1-0/+1
2021-11-23tdf#138223 oox: don't set highlight color if it is transparentJustin Luth1-1/+1
2021-11-20tdf#118776 drawingml: treat XML_nofill as (mostly) transparentJustin Luth1-0/+5
2021-11-19tdf#137438 drawingml: separate outline from text importJustin Luth1-0/+12
2021-11-18implement color tint or shade import for pptxSarper Akdemir1-0/+1
2021-11-17rename getSchemeName getSchemeIndex to remove ambiguitySarper Akdemir1-1/+1
2021-11-17implement initial pptx theme color importSarper Akdemir1-0/+2
2021-05-26tdf#96061 Unset the highlight propertyGülşah Köse1-0/+2
2020-05-22tdf#129686: Revert "tdf#118776: pptx import: draw char noFill as transparent"Xisco Fauli1-6/+1
2020-04-26Fix typo in codeAndrea Gelmini1-3/+3
2020-01-31new loplugin:namespaceindentationNoel Grandin1-1/+1
2020-01-15clang-tidy modernize-concat-nested-namespace in ooxNoel Grandin1-3/+1
2019-11-25tdf#118776: pptx import: draw char noFill as transparentXisco Fauli1-1/+6
2019-11-21oox: add PPTX import/export for semi-transparent shape textMiklos Vajna1-1/+9
2019-10-12tdf#127129: pptx: map highlight to CharBackColorXisco Fauli1-0/+3
2019-10-10tdf#98603 fix the missing char property (1/2).Mark Hung1-4/+14
2019-08-27Simplify Sequence iterations in ooxArkadiy Illarionov1-10/+2
2018-09-21Related: tdf#120028 PPTX import: fix font size of multi-col shape textMiklos Vajna1-0/+3
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-01-16Fix typosAndrea Gelmini1-1/+1
2018-01-12More loplugin:cstylecast: ooxStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: ooxStephan Bergmann1-6/+6
2017-05-31tdf#104219 Don't export color information when color is automaticBartosz Kosiorek1-0/+1
2016-05-10tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas1-0/+1
2016-03-10tdf#89927: PPTX import: Incorrect inheritance of text run fill propertiesMatus Uzak1-8/+3
2016-03-04loplugin:unuseddefaultparam in oox/reportdesign/sdNoel Grandin1-13/+9
2016-03-03loplugin:unuseddefaultparams in ooxNoel Grandin1-2/+2
2014-09-14Move oox/drawingml/*hxx internal headers to oox/inc.Matúš Kukan1-1/+1
2014-06-25remove whitespacesMarkus Mohrhard1-4/+0
2014-03-28Use setProperty instead of << operatorMuthu Subramanian1-1/+1
2014-03-28n#870234: Import gradfill for text colors.Muthu Subramanian1-0/+3
2014-03-21oox: don't fill CharInteropGrabBag if the property doesn't existTomaž Vajngerl1-0/+2
2014-03-10oox: handle all w14 text effects at groupshape importTomaž Vajngerl1-1/+22
2014-03-04remove the inheritance to std::map in PropertyMapMarkus Mohrhard1-33/+33