LibreOffice Module sc (master) 1
|
#include <funcuno.hxx>
Public Member Functions | |
ScTempDocCache () | |
ScDocument * | GetDocument () const |
bool | IsInUse () const |
void | SetInUse (bool bSet) |
void | SetDocument (ScDocument *pNew) |
void | Clear () |
Private Attributes | |
ScDocumentUniquePtr | xDoc |
bool | bInUse |
Definition at line 38 of file funcuno.hxx.
ScTempDocCache::ScTempDocCache | ( | ) |
Definition at line 113 of file funcuno.cxx.
void ScTempDocCache::Clear | ( | ) |
Definition at line 124 of file funcuno.cxx.
Referenced by ScFunctionAccess::Notify().
|
inline |
Definition at line 47 of file funcuno.hxx.
References xDoc.
|
inline |
Definition at line 48 of file funcuno.hxx.
References bInUse.
void ScTempDocCache::SetDocument | ( | ScDocument * | pNew | ) |
Definition at line 118 of file funcuno.cxx.
References xDoc.
|
inline |
Definition at line 49 of file funcuno.hxx.
References bInUse.
|
private |
Definition at line 42 of file funcuno.hxx.
Referenced by Clear(), IsInUse(), and SetInUse().
|
private |
Definition at line 41 of file funcuno.hxx.
Referenced by Clear(), GetDocument(), and SetDocument().