LibreOffice Module sc (master) 1
|
#include <xestyle.hxx>
Public Member Functions | |
bool | FillFromItemSet (const SfxItemSet &rItemSet) |
void | SaveXml (XclExpXmlStream &rStrm) const |
Public Attributes | |
Color | maColor |
model::ComplexColor | maComplexColor |
Definition at line 410 of file xestyle.hxx.
bool XclExpColor::FillFromItemSet | ( | const SfxItemSet & | rItemSet | ) |
Definition at line 2068 of file xestyle.cxx.
References ATTR_BACKGROUND(), ScfTools::CheckItem(), SfxItemSet::Get(), SvxBrushItem::GetColor(), SvxBrushItem::getComplexColor(), maColor, and maComplexColor.
void XclExpColor::SaveXml | ( | XclExpXmlStream & | rStrm | ) | const |
Definition at line 2080 of file xestyle.cxx.
References oox::convertColorTransformsToTintOrShade(), oox::convertThemeColorTypeToExcelThemeNumber(), model::ComplexColor::getSchemeType(), model::ComplexColor::isValidSchemeType(), maColor, maComplexColor, rStrm, XclXmlUtils::ToOString(), and sax_fastparser::UseIf().
Color XclExpColor::maColor |
Definition at line 412 of file xestyle.hxx.
Referenced by FillFromItemSet(), and SaveXml().
model::ComplexColor XclExpColor::maComplexColor |
Definition at line 413 of file xestyle.hxx.
Referenced by FillFromItemSet(), and SaveXml().