diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2023-05-11 19:40:06 +0900 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2023-06-21 10:58:13 +0200 |
commit | 56e58e6a1280d9bdd23550ba998f14aef4980244 (patch) | |
tree | d74257b40a5976ec9e7f5a2b7fa9d2fa342717be /sc/qa/extras/scstyleobj.cxx | |
parent | bb2c55b2c8f72bfbb7f98cf88911cb88ee1a71d6 (diff) |
sc: add CharComplexColor and CellBackgroundComplexColor properties
Change-Id: I30153796a39b2aa3648cb107905974ed6f0f3851
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151668
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'sc/qa/extras/scstyleobj.cxx')
-rw-r--r-- | sc/qa/extras/scstyleobj.cxx | 35 |
1 files changed, 26 insertions, 9 deletions
diff --git a/sc/qa/extras/scstyleobj.cxx b/sc/qa/extras/scstyleobj.cxx index 7b8ca77c03ab..813a59db944b 100644 --- a/sc/qa/extras/scstyleobj.cxx +++ b/sc/qa/extras/scstyleobj.cxx @@ -59,15 +59,32 @@ public: ScStyleObj::ScStyleObj() : UnoApiTest("/sc/qa/extras/testdocuments") , XNamed("ScStyleObj") - , XPropertySet({ - "BottomBorder", "BottomBorder2", "CellProtection", "CharLocale", - "CharLocaleAsian", "CharLocaleComplex", "CharPosture", "CharPostureAsian", - "CharPostureComplex", "DiagonalBLTR", "DiagonalBLTR2", "DiagonalTLBR", - "DiagonalTLBR2", "HoriJustify", "LeftBorder", "LeftBorder2", - "NumberFormat", "Orientation", "RightBorder", "RightBorder2", - "ShadowFormat", "TableBorder", "TopBorder", "TopBorder2", - "UserDefinedAttributes", - }) + , XPropertySet({ "BottomBorder", + "BottomBorder2", + "CellProtection", + "CharLocale", + "CharLocaleAsian", + "CharLocaleComplex", + "CharPosture", + "CharPostureAsian", + "CharPostureComplex", + "DiagonalBLTR", + "DiagonalBLTR2", + "DiagonalTLBR", + "DiagonalTLBR2", + "HoriJustify", + "LeftBorder", + "LeftBorder2", + "NumberFormat", + "Orientation", + "RightBorder", + "RightBorder2", + "ShadowFormat", + "TableBorder", + "TopBorder", + "TopBorder2", + "UserDefinedAttributes", + "CellBackgroundComplexColor" }) { } |