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