LibreOffice Module sc (master) 1
|
Use this guard when performing something from the API that might query values from external references. More...
#include <externalrefmgr.hxx>
Public Member Functions | |
ApiGuard (const ScDocument &rDoc) | |
~ApiGuard () | |
Private Attributes | |
ScExternalRefManager * | mpMgr |
bool | mbOldInteractionEnabled |
Use this guard when performing something from the API that might query values from external references.
Interpreting formula strings is one such example.
Definition at line 397 of file externalrefmgr.hxx.
ScExternalRefManager::ApiGuard::ApiGuard | ( | const ScDocument & | rDoc | ) |
Definition at line 1706 of file externalrefmgr.cxx.
References ScExternalRefManager::mbUserInteractionEnabled, and mpMgr.
ScExternalRefManager::ApiGuard::~ApiGuard | ( | ) |
Definition at line 1714 of file externalrefmgr.cxx.
|
private |
Definition at line 404 of file externalrefmgr.hxx.
|
private |
Definition at line 403 of file externalrefmgr.hxx.
Referenced by ApiGuard().