LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
sc::FormulaLogger::GroupScope::Impl Struct Reference
Collaboration diagram for sc::FormulaLogger::GroupScope::Impl:
[legend]

Public Member Functions

 Impl (FormulaLogger &rLogger, OUString aPrefix, const ScDocument &rDoc, const ScFormulaCell &rCell, bool bOutputEnabled)
 
 ~Impl ()
 

Public Attributes

FormulaLoggermrLogger
 
const ScDocumentmrDoc
 
OUString maPrefix
 
std::vector< OUString > maMessages
 
bool mbCalcComplete
 
bool mbOutputEnabled
 

Detailed Description

Definition at line 61 of file formulalogger.cxx.

Constructor & Destructor Documentation

◆ Impl()

sc::FormulaLogger::GroupScope::Impl::Impl ( FormulaLogger rLogger,
OUString  aPrefix,
const ScDocument rDoc,
const ScFormulaCell rCell,
bool  bOutputEnabled 
)
inline

◆ ~Impl()

sc::FormulaLogger::GroupScope::Impl::~Impl ( )
inline

Definition at line 95 of file formulalogger.cxx.

References maMessages, maPrefix, mbCalcComplete, mbOutputEnabled, and mrLogger.

Member Data Documentation

◆ maMessages

std::vector<OUString> sc::FormulaLogger::GroupScope::Impl::maMessages

Definition at line 67 of file formulalogger.cxx.

Referenced by ~Impl().

◆ maPrefix

OUString sc::FormulaLogger::GroupScope::Impl::maPrefix

Definition at line 66 of file formulalogger.cxx.

Referenced by Impl(), and ~Impl().

◆ mbCalcComplete

bool sc::FormulaLogger::GroupScope::Impl::mbCalcComplete

Definition at line 69 of file formulalogger.cxx.

Referenced by ~Impl().

◆ mbOutputEnabled

bool sc::FormulaLogger::GroupScope::Impl::mbOutputEnabled

Definition at line 70 of file formulalogger.cxx.

Referenced by Impl(), and ~Impl().

◆ mrDoc

const ScDocument& sc::FormulaLogger::GroupScope::Impl::mrDoc

Definition at line 64 of file formulalogger.cxx.

◆ mrLogger

FormulaLogger& sc::FormulaLogger::GroupScope::Impl::mrLogger

Definition at line 63 of file formulalogger.cxx.

Referenced by Impl(), and ~Impl().


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