LibreOffice Module sc (master) 1
|
#include <rfindlst.hxx>
Public Member Functions | |
ScRangeFindList (OUString aName) | |
size_t | Count () const |
Color | Insert (const ScRangeFindData &rNew) |
ScRangeFindData & | GetObject (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< ScRangeFindData > | maEntries |
OUString | aDocName |
bool | bHidden |
sal_uInt16 | nIndexColor |
Definition at line 40 of file rfindlst.hxx.
ScRangeFindList::ScRangeFindList | ( | OUString | aName | ) |
Definition at line 30 of file rfindlst.cxx.
References aName.
|
inline |
Definition at line 50 of file rfindlst.hxx.
References maEntries.
Referenced by ScGridWindow::DrawContent(), ScGridWindow::HitRangeFinder(), ScTabView::PaintRangeFinder(), ScGridWindow::RFMouseMove(), and ScInputHandler::UpdateLokReferenceMarks().
Definition at line 54 of file rfindlst.cxx.
References DBG_ASSERT, GetColorName(), maEntries, nIndex, and nIndexColor.
|
static |
Definition at line 49 of file rfindlst.cxx.
References aColNames, nIndex, and SC_RANGECOLORS.
Referenced by FindColor(), Insert(), ScFormulaReferenceHelper::ShowFormulaReference(), and ScFormulaReferenceHelper::ShowSimpleReference().
|
inline |
Definition at line 57 of file rfindlst.hxx.
References aDocName.
Referenced by ScGridWindow::DrawContent(), ScGridWindow::HitRangeFinder(), ScTabView::PaintRangeFinder(), and ScInputHandler::UpdateLokReferenceMarks().
|
inline |
Definition at line 53 of file rfindlst.hxx.
References maEntries, and nIndex.
Referenced by ScGridWindow::DrawContent(), ScGridWindow::HitRangeFinder(), ScTabView::PaintRangeFinder(), ScGridWindow::RFMouseMove(), and ScInputHandler::UpdateLokReferenceMarks().
Color ScRangeFindList::Insert | ( | const ScRangeFindData & | rNew | ) |
Definition at line 37 of file rfindlst.cxx.
References GetColorName(), maEntries, ScRangeFindData::nColor, and nIndexColor.
|
inline |
Definition at line 58 of file rfindlst.hxx.
References bHidden.
Referenced by ScGridWindow::DrawContent(), ScGridWindow::HitRangeFinder(), and ScInputHandler::UpdateLokReferenceMarks().
|
inline |
Definition at line 55 of file rfindlst.hxx.
References bHidden.
|
private |
Definition at line 43 of file rfindlst.hxx.
Referenced by GetDocName().
|
private |
Definition at line 44 of file rfindlst.hxx.
Referenced by IsHidden(), and SetHidden().
|
private |
Definition at line 42 of file rfindlst.hxx.
Referenced by Count(), FindColor(), GetObject(), and Insert().
|
private |
Definition at line 45 of file rfindlst.hxx.
Referenced by FindColor(), and Insert().