LibreOffice Module sc (master) 1
|
Public Member Functions | |
ScDetectiveData (SdrModel *pModel) | |
SfxItemSet & | GetBoxSet () |
SfxItemSet & | GetArrowSet () |
SfxItemSet & | GetToTabSet () |
SfxItemSet & | GetFromTabSet () |
SfxItemSet & | GetCircleSet () |
void | SetMaxLevel (sal_uInt16 nVal) |
sal_uInt16 | GetMaxLevel () const |
Private Attributes | |
SfxItemSet | aBoxSet |
SfxItemSet | aArrowSet |
SfxItemSet | aToTabSet |
SfxItemSet | aFromTabSet |
SfxItemSet | aCircleSet |
sal_uInt16 | nMaxLevel |
Definition at line 90 of file detfunc.cxx.
|
explicit |
Definition at line 125 of file detfunc.cxx.
References aArrowSet, aBoxSet, aCircleSet, aFromTabSet, aName, basegfx::B2DPolygon::append(), aToTabSet, basegfx::utils::createPolygonFromEllipse(), ScDetectiveFunc::GetArrowColor(), ScDetectiveFunc::GetErrorColor(), SfxItemSet::Put(), SDRATTR_END(), SDRATTR_START(), and basegfx::B2DPolygon::setClosed().
|
inline |
Definition at line 104 of file detfunc.cxx.
References aArrowSet.
Referenced by ScDetectiveFunc::InsertArrow().
|
inline |
Definition at line 103 of file detfunc.cxx.
References aBoxSet.
Referenced by ScDetectiveFunc::InsertArrow(), and ScDetectiveFunc::InsertToOtherTab().
|
inline |
Definition at line 107 of file detfunc.cxx.
References aCircleSet.
Referenced by ScDetectiveFunc::DrawCircle().
|
inline |
Definition at line 106 of file detfunc.cxx.
References aFromTabSet.
Referenced by ScDetectiveFunc::InsertArrow().
|
inline |
Definition at line 110 of file detfunc.cxx.
References nMaxLevel.
Referenced by ScDetectiveFunc::InsertErrorLevel(), ScDetectiveFunc::InsertPredLevel(), and ScDetectiveFunc::InsertSuccLevel().
|
inline |
Definition at line 105 of file detfunc.cxx.
References aToTabSet.
Referenced by ScDetectiveFunc::InsertToOtherTab().
|
inline |
Definition at line 109 of file detfunc.cxx.
References nMaxLevel.
|
private |
Definition at line 94 of file detfunc.cxx.
Referenced by GetArrowSet(), and ScDetectiveData().
|
private |
Definition at line 93 of file detfunc.cxx.
Referenced by GetBoxSet(), and ScDetectiveData().
|
private |
Definition at line 97 of file detfunc.cxx.
Referenced by GetCircleSet(), and ScDetectiveData().
|
private |
Definition at line 96 of file detfunc.cxx.
Referenced by GetFromTabSet(), and ScDetectiveData().
|
private |
Definition at line 95 of file detfunc.cxx.
Referenced by GetToTabSet(), and ScDetectiveData().
|
private |
Definition at line 98 of file detfunc.cxx.
Referenced by GetMaxLevel(), and SetMaxLevel().