LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
ScDetectiveData Class Reference
Collaboration diagram for ScDetectiveData:
[legend]

Public Member Functions

 ScDetectiveData (SdrModel *pModel)
 
SfxItemSetGetBoxSet ()
 
SfxItemSetGetArrowSet ()
 
SfxItemSetGetToTabSet ()
 
SfxItemSetGetFromTabSet ()
 
SfxItemSetGetCircleSet ()
 
void SetMaxLevel (sal_uInt16 nVal)
 
sal_uInt16 GetMaxLevel () const
 

Private Attributes

SfxItemSet aBoxSet
 
SfxItemSet aArrowSet
 
SfxItemSet aToTabSet
 
SfxItemSet aFromTabSet
 
SfxItemSet aCircleSet
 
sal_uInt16 nMaxLevel
 

Detailed Description

Definition at line 90 of file detfunc.cxx.

Constructor & Destructor Documentation

◆ ScDetectiveData()

ScDetectiveData::ScDetectiveData ( SdrModel pModel)
explicit

Member Function Documentation

◆ GetArrowSet()

SfxItemSet & ScDetectiveData::GetArrowSet ( )
inline

Definition at line 104 of file detfunc.cxx.

References aArrowSet.

Referenced by ScDetectiveFunc::InsertArrow().

◆ GetBoxSet()

SfxItemSet & ScDetectiveData::GetBoxSet ( )
inline

Definition at line 103 of file detfunc.cxx.

References aBoxSet.

Referenced by ScDetectiveFunc::InsertArrow(), and ScDetectiveFunc::InsertToOtherTab().

◆ GetCircleSet()

SfxItemSet & ScDetectiveData::GetCircleSet ( )
inline

Definition at line 107 of file detfunc.cxx.

References aCircleSet.

Referenced by ScDetectiveFunc::DrawCircle().

◆ GetFromTabSet()

SfxItemSet & ScDetectiveData::GetFromTabSet ( )
inline

Definition at line 106 of file detfunc.cxx.

References aFromTabSet.

Referenced by ScDetectiveFunc::InsertArrow().

◆ GetMaxLevel()

sal_uInt16 ScDetectiveData::GetMaxLevel ( ) const
inline

◆ GetToTabSet()

SfxItemSet & ScDetectiveData::GetToTabSet ( )
inline

Definition at line 105 of file detfunc.cxx.

References aToTabSet.

Referenced by ScDetectiveFunc::InsertToOtherTab().

◆ SetMaxLevel()

void ScDetectiveData::SetMaxLevel ( sal_uInt16  nVal)
inline

Definition at line 109 of file detfunc.cxx.

References nMaxLevel.

Member Data Documentation

◆ aArrowSet

SfxItemSet ScDetectiveData::aArrowSet
private

Definition at line 94 of file detfunc.cxx.

Referenced by GetArrowSet(), and ScDetectiveData().

◆ aBoxSet

SfxItemSet ScDetectiveData::aBoxSet
private

Definition at line 93 of file detfunc.cxx.

Referenced by GetBoxSet(), and ScDetectiveData().

◆ aCircleSet

SfxItemSet ScDetectiveData::aCircleSet
private

Definition at line 97 of file detfunc.cxx.

Referenced by GetCircleSet(), and ScDetectiveData().

◆ aFromTabSet

SfxItemSet ScDetectiveData::aFromTabSet
private

Definition at line 96 of file detfunc.cxx.

Referenced by GetFromTabSet(), and ScDetectiveData().

◆ aToTabSet

SfxItemSet ScDetectiveData::aToTabSet
private

Definition at line 95 of file detfunc.cxx.

Referenced by GetToTabSet(), and ScDetectiveData().

◆ nMaxLevel

sal_uInt16 ScDetectiveData::nMaxLevel
private

Definition at line 98 of file detfunc.cxx.

Referenced by GetMaxLevel(), and SetMaxLevel().


The documentation for this class was generated from the following file: