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

#include <detdata.hxx>

Public Member Functions

 ScDetOpList ()
 
 ScDetOpList (const ScDetOpList &rList)
 
void DeleteOnTab (SCTAB nTab)
 
void UpdateReference (const ScDocument *pDoc, UpdateRefMode eUpdateRefMode, const ScRange &rRange, SCCOL nDx, SCROW nDy, SCTAB nDz)
 
bool operator== (const ScDetOpList &r) const
 
void Append (const ScDetOpData &)
 
ScDetOpDataVectorGetDataVector ()
 
const ScDetOpDataGetObject (size_t nPos) const
 
bool HasAddError () const
 
size_t Count () const
 

Private Attributes

bool bHasAddError
 
ScDetOpDataVector aDetOpDataVector
 

Detailed Description

Definition at line 58 of file detdata.hxx.

Constructor & Destructor Documentation

◆ ScDetOpList() [1/2]

ScDetOpList::ScDetOpList ( )
inline

Definition at line 64 of file detdata.hxx.

◆ ScDetOpList() [2/2]

ScDetOpList::ScDetOpList ( const ScDetOpList rList)

Definition at line 24 of file detdata.cxx.

Member Function Documentation

◆ Append()

void ScDetOpList::Append ( const ScDetOpData rDetOpData)

◆ Count()

size_t ScDetOpList::Count ( ) const
inline

◆ DeleteOnTab()

void ScDetOpList::DeleteOnTab ( SCTAB  nTab)

Definition at line 30 of file detdata.cxx.

References aDetOpDataVector.

◆ GetDataVector()

ScDetOpDataVector & ScDetOpList::GetDataVector ( )
inline

Definition at line 74 of file detdata.hxx.

References aDetOpDataVector.

Referenced by ScUndoDetective::Undo().

◆ GetObject()

const ScDetOpData & ScDetOpList::GetObject ( size_t  nPos) const

Definition at line 83 of file detdata.cxx.

References aDetOpDataVector, and nPos.

Referenced by ScDocFunc::DetectiveRefresh(), and ScXMLExport::GetDetectiveOpList().

◆ HasAddError()

bool ScDetOpList::HasAddError ( ) const
inline

Definition at line 77 of file detdata.hxx.

References bHasAddError.

Referenced by ScDocShell::SetDocumentModified().

◆ operator==()

bool ScDetOpList::operator== ( const ScDetOpList r) const

Definition at line 70 of file detdata.cxx.

References aDetOpDataVector, Count(), i, and nCount.

◆ UpdateReference()

void ScDetOpList::UpdateReference ( const ScDocument pDoc,
UpdateRefMode  eUpdateRefMode,
const ScRange rRange,
SCCOL  nDx,
SCROW  nDy,
SCTAB  nDz 
)

Member Data Documentation

◆ aDetOpDataVector

ScDetOpDataVector ScDetOpList::aDetOpDataVector
private

◆ bHasAddError

bool ScDetOpList::bHasAddError
private

Definition at line 60 of file detdata.hxx.

Referenced by Append(), and HasAddError().


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