|
LibreOffice Module sc (master) 1
|
#include <scopetools.hxx>
Public Member Functions | |
| ExpandRefsSwitch (ScDocument &rDoc, bool bExpandRefs) | |
| ~ExpandRefsSwitch () | |
Private Attributes | |
| ScDocument & | mrDoc |
| bool | mbOldValue |
Definition at line 41 of file scopetools.hxx.
| sc::ExpandRefsSwitch::ExpandRefsSwitch | ( | ScDocument & | rDoc, |
| bool | bExpandRefs | ||
| ) |
Definition at line 27 of file scopetools.cxx.
References mrDoc, and ScDocument::SetExpandRefs().
| sc::ExpandRefsSwitch::~ExpandRefsSwitch | ( | ) |
Definition at line 33 of file scopetools.cxx.
References mbOldValue, mrDoc, and ScDocument::SetExpandRefs().
|
private |
Definition at line 44 of file scopetools.hxx.
Referenced by ~ExpandRefsSwitch().
|
private |
Definition at line 43 of file scopetools.hxx.
Referenced by ExpandRefsSwitch(), and ~ExpandRefsSwitch().