LibreOffice Module sc (master) 1
|
#include <xlchart.hxx>
Public Member Functions | |
XclChLineFormat () | |
Additional flags. More... | |
Public Attributes | |
Color | maColor |
sal_uInt16 | mnPattern |
Line color. More... | |
sal_Int16 | mnWeight |
Line pattern (solid, dashed, ...). More... | |
sal_uInt16 | mnFlags |
Line weight (hairline, single, ...). More... | |
Definition at line 789 of file xlchart.hxx.
|
explicit |
Additional flags.
Definition at line 96 of file xlchart.cxx.
References COL_BLACK(), maColor, and mnWeight.
Color XclChLineFormat::maColor |
Definition at line 791 of file xlchart.hxx.
Referenced by XclExpChLineFormat::Convert(), XclImpChLineFormat::Convert(), XclImpChLineFormat::ReadChLineFormat(), XclChPropSetHelper::ReadLineProperties(), XclImpChFrame::UpdateObjFrame(), XclExpChLineFormat::WriteBody(), and XclChPropSetHelper::WriteLineProperties().
sal_uInt16 XclChLineFormat::mnFlags |
Line weight (hairline, single, ...).
Definition at line 794 of file xlchart.hxx.
Referenced by XclExpChLineFormat::Convert(), XclImpChAxis::Finalize(), XclExpChLineFormat::IsAuto(), XclImpChLineFormat::IsAuto(), XclImpChLineFormat::IsShowAxis(), XclImpChLineFormat::ReadChLineFormat(), XclChPropSetHelper::ReadLineProperties(), XclExpChLineFormat::SetAuto(), XclExpChLineFormat::SetShowAxis(), XclImpChFrame::UpdateObjFrame(), XclExpChLineFormat::WriteBody(), and XclImpChFrameBase::XclImpChFrameBase().
sal_uInt16 XclChLineFormat::mnPattern |
Line color.
Definition at line 792 of file xlchart.hxx.
Referenced by XclExpChLineFormat::Convert(), XclImpChLineFormat::Convert(), XclExpChLineFormat::HasLine(), XclImpChLineFormat::HasLine(), XclImpChLineFormat::ReadChLineFormat(), XclChPropSetHelper::ReadLineProperties(), XclExpChLineFormat::SetDefault(), XclImpChFrame::UpdateObjFrame(), XclExpChLineFormat::WriteBody(), XclChPropSetHelper::WriteLineProperties(), and XclImpChFrameBase::XclImpChFrameBase().
sal_Int16 XclChLineFormat::mnWeight |
Line pattern (solid, dashed, ...).
Definition at line 793 of file xlchart.hxx.
Referenced by XclExpChLineFormat::Convert(), XclImpChLineFormat::Convert(), XclImpChLineFormat::GetWeight(), XclImpChLineFormat::ReadChLineFormat(), XclChPropSetHelper::ReadLineProperties(), XclImpChFrame::UpdateObjFrame(), XclExpChLineFormat::WriteBody(), and XclChPropSetHelper::WriteLineProperties().