LibreOffice Module sc (master) 1
|
#include <xeextlst.hxx>
Public Member Functions | |
XclExpExtNegativeColor (const Color &rColor) | |
void | SaveXml (XclExpXmlStream &rStrm) |
Private Attributes | |
Color | maColor |
Definition at line 59 of file xeextlst.hxx.
XclExpExtNegativeColor::XclExpExtNegativeColor | ( | const Color & | rColor | ) |
Definition at line 38 of file xeextlst.cxx.
References maColor.
void XclExpExtNegativeColor::SaveXml | ( | XclExpXmlStream & | rStrm | ) |
Definition at line 43 of file xeextlst.cxx.
References maColor, rStrm, and XclXmlUtils::ToOString().
|
private |
Definition at line 66 of file xeextlst.hxx.
Referenced by SaveXml().