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 392 of file externalrefmgr.hxx.
ScExternalRefManager::ApiGuard::ApiGuard | ( | const ScDocument & | rDoc | ) |
Definition at line 1677 of file externalrefmgr.cxx.
References ScExternalRefManager::mbUserInteractionEnabled, and mpMgr.
ScExternalRefManager::ApiGuard::~ApiGuard | ( | ) |
Definition at line 1685 of file externalrefmgr.cxx.
|
private |
Definition at line 399 of file externalrefmgr.hxx.
|
private |
Definition at line 398 of file externalrefmgr.hxx.
Referenced by ApiGuard().