LibreOffice Module sc (master) 1
|
#include <xlescher.hxx>
Public Member Functions | |
XclObjLineData () | |
bool | IsAuto () const |
bool | IsVisible () const |
Public Attributes | |
sal_uInt8 | mnColorIdx |
sal_uInt8 | mnStyle |
sal_uInt8 | mnWidth |
sal_uInt8 | mnAuto |
Definition at line 350 of file xlescher.hxx.
|
explicit |
Definition at line 195 of file xlescher.cxx.
References mnWidth.
|
inline |
Definition at line 359 of file xlescher.hxx.
References EXC_OBJ_LINE_AUTO, get_flag(), and mnAuto.
Referenced by XclImpDrawObjBase::ConvertLineStyle(), XclImpDrawObjBase::GetSolidLineColor(), IsVisible(), and XclImpChFrame::UpdateObjFrame().
|
inline |
Definition at line 360 of file xlescher.hxx.
References EXC_OBJ_LINE_NONE, IsAuto(), and mnStyle.
Referenced by XclImpChFrame::UpdateObjFrame().
sal_uInt8 XclObjLineData::mnAuto |
Definition at line 355 of file xlescher.hxx.
Referenced by XclImpDrawObjBase::ConvertLineStyle(), XclImpDrawObjBase::GetSolidLineColor(), IsAuto(), operator>>(), and XclImpTbxObjBase::SetDffProperties().
sal_uInt8 XclObjLineData::mnColorIdx |
Definition at line 352 of file xlescher.hxx.
Referenced by XclImpDrawObjBase::ConvertLineStyle(), XclImpDrawObjBase::GetSolidLineColor(), operator>>(), XclImpTbxObjBase::SetDffProperties(), and XclImpChFrame::UpdateObjFrame().
sal_uInt8 XclObjLineData::mnStyle |
Definition at line 353 of file xlescher.hxx.
Referenced by XclImpDrawObjBase::ConvertLineStyle(), XclImpDrawObjBase::GetSolidLineColor(), IsVisible(), operator>>(), XclImpTbxObjBase::SetDffProperties(), and XclImpChFrame::UpdateObjFrame().
sal_uInt8 XclObjLineData::mnWidth |
Definition at line 354 of file xlescher.hxx.
Referenced by XclImpDrawObjBase::ConvertLineStyle(), XclImpLineObj::DoCreateSdrObj(), operator>>(), and XclImpChFrame::UpdateObjFrame().