LibreOffice Module sc (master) 1
|
#include <xlescher.hxx>
Public Member Functions | |
XclObjFillData () | |
bool | IsAuto () const |
bool | IsFilled () const |
Public Attributes | |
sal_uInt8 | mnBackColorIdx |
sal_uInt8 | mnPattColorIdx |
sal_uInt8 | mnPattern |
sal_uInt8 | mnAuto |
Definition at line 365 of file xlescher.hxx.
|
explicit |
Definition at line 212 of file xlescher.cxx.
|
inline |
Definition at line 374 of file xlescher.hxx.
References EXC_OBJ_FILL_AUTO, get_flag(), and mnAuto.
Referenced by XclImpDrawObjBase::ConvertFillStyle(), XclImpDrawObjBase::GetSolidFillColor(), IsFilled(), and XclImpChFrame::UpdateObjFrame().
|
inline |
Definition at line 375 of file xlescher.hxx.
References EXC_PATT_NONE, IsAuto(), and mnPattern.
Referenced by XclImpArcObj::DoCreateSdrObj(), XclImpPolygonObj::DoCreateSdrObj(), XclImpCheckBoxObj::DoProcessControl(), and XclImpChFrame::UpdateObjFrame().
sal_uInt8 XclObjFillData::mnAuto |
Definition at line 370 of file xlescher.hxx.
Referenced by XclImpDrawObjBase::ConvertFillStyle(), XclImpDrawObjBase::GetSolidFillColor(), IsAuto(), operator>>(), and XclImpTbxObjBase::SetDffProperties().
sal_uInt8 XclObjFillData::mnBackColorIdx |
Definition at line 367 of file xlescher.hxx.
Referenced by XclImpDrawObjBase::ConvertFillStyle(), XclImpDrawObjBase::GetSolidFillColor(), operator>>(), XclImpTbxObjBase::SetDffProperties(), and XclImpChFrame::UpdateObjFrame().
sal_uInt8 XclObjFillData::mnPattColorIdx |
Definition at line 368 of file xlescher.hxx.
Referenced by XclImpDrawObjBase::ConvertFillStyle(), XclImpDrawObjBase::GetSolidFillColor(), operator>>(), XclImpTbxObjBase::SetDffProperties(), and XclImpChFrame::UpdateObjFrame().
sal_uInt8 XclObjFillData::mnPattern |
Definition at line 369 of file xlescher.hxx.
Referenced by XclImpDrawObjBase::ConvertFillStyle(), XclImpDrawObjBase::GetSolidFillColor(), IsFilled(), operator>>(), XclImpTbxObjBase::SetDffProperties(), and XclImpChFrame::UpdateObjFrame().