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 |
Definition at line 401 of file xestyle.hxx.
bool XclExpColor::FillFromItemSet | ( | const SfxItemSet & | rItemSet | ) |
Definition at line 2002 of file xestyle.cxx.
References ATTR_BACKGROUND(), ScfTools::CheckItem(), SfxItemSet::Get(), SvxBrushItem::GetColor(), and maColor.
void XclExpColor::SaveXml | ( | XclExpXmlStream & | rStrm | ) | const |
Definition at line 2013 of file xestyle.cxx.
References XclExpXmlStream::GetCurrentStream(), maColor, and XclXmlUtils::ToOString().
Color XclExpColor::maColor |
Definition at line 403 of file xestyle.hxx.
Referenced by FillFromItemSet(), and SaveXml().