LibreOffice Module sc (master) 1
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
ScRangeFindList Class Reference

#include <rfindlst.hxx>

Public Member Functions

 ScRangeFindList (OUString aName)
 
size_t Count () const
 
Color Insert (const ScRangeFindData &rNew)
 
ScRangeFindDataGetObject (size_t nIndex)
 
void SetHidden (bool bSet)
 
const OUString & GetDocName () const
 
bool IsHidden () const
 
Color FindColor (const ScRange &rRef, const size_t nIndex)
 

Static Public Member Functions

static Color GetColorName (const size_t nIndex)
 

Private Attributes

std::vector< ScRangeFindDatamaEntries
 
OUString aDocName
 
bool bHidden
 
sal_uInt16 nIndexColor
 

Detailed Description

Definition at line 40 of file rfindlst.hxx.

Constructor & Destructor Documentation

◆ ScRangeFindList()

ScRangeFindList::ScRangeFindList ( OUString  aName)

Definition at line 30 of file rfindlst.cxx.

References aName.

Member Function Documentation

◆ Count()

size_t ScRangeFindList::Count ( ) const
inline

◆ FindColor()

Color ScRangeFindList::FindColor ( const ScRange rRef,
const size_t  nIndex 
)

Definition at line 54 of file rfindlst.cxx.

References DBG_ASSERT, GetColorName(), maEntries, nIndex, and nIndexColor.

◆ GetColorName()

Color ScRangeFindList::GetColorName ( const size_t  nIndex)
static

◆ GetDocName()

const OUString & ScRangeFindList::GetDocName ( ) const
inline

◆ GetObject()

ScRangeFindData & ScRangeFindList::GetObject ( size_t  nIndex)
inline

◆ Insert()

Color ScRangeFindList::Insert ( const ScRangeFindData rNew)

Definition at line 37 of file rfindlst.cxx.

References GetColorName(), maEntries, ScRangeFindData::nColor, and nIndexColor.

◆ IsHidden()

bool ScRangeFindList::IsHidden ( ) const
inline

◆ SetHidden()

void ScRangeFindList::SetHidden ( bool  bSet)
inline

Definition at line 55 of file rfindlst.hxx.

References bHidden.

Member Data Documentation

◆ aDocName

OUString ScRangeFindList::aDocName
private

Definition at line 43 of file rfindlst.hxx.

Referenced by GetDocName().

◆ bHidden

bool ScRangeFindList::bHidden
private

Definition at line 44 of file rfindlst.hxx.

Referenced by IsHidden(), and SetHidden().

◆ maEntries

std::vector<ScRangeFindData> ScRangeFindList::maEntries
private

Definition at line 42 of file rfindlst.hxx.

Referenced by Count(), FindColor(), GetObject(), and Insert().

◆ nIndexColor

sal_uInt16 ScRangeFindList::nIndexColor
private

Definition at line 45 of file rfindlst.hxx.

Referenced by FindColor(), and Insert().


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