|
LibreOffice Module sc (master) 1
|
Log entry for external references in a formula, used i.e. More...
#include <xeformula.hxx>
Public Member Functions | |
| XclExpRefLogEntry () | |
| Calc index of the last sheet. More... | |
Public Attributes | |
| const XclExpString * | mpUrl |
| const XclExpString * | mpFirstTab |
| URL of the document containing the first sheet. More... | |
| const XclExpString * | mpLastTab |
| Name of the first sheet. More... | |
| sal_uInt16 | mnFirstXclTab |
| Name of the last sheet. More... | |
| sal_uInt16 | mnLastXclTab |
| Calc index of the first sheet. More... | |
Log entry for external references in a formula, used i.e.
in change tracking.
Definition at line 31 of file xeformula.hxx.
|
explicit |
Calc index of the last sheet.
Definition at line 43 of file xeformula.cxx.
| sal_uInt16 XclExpRefLogEntry::mnFirstXclTab |
Name of the last sheet.
Definition at line 36 of file xeformula.hxx.
| sal_uInt16 XclExpRefLogEntry::mnLastXclTab |
Calc index of the first sheet.
Definition at line 37 of file xeformula.hxx.
| const XclExpString* XclExpRefLogEntry::mpFirstTab |
URL of the document containing the first sheet.
Definition at line 34 of file xeformula.hxx.
| const XclExpString* XclExpRefLogEntry::mpLastTab |
Name of the first sheet.
Definition at line 35 of file xeformula.hxx.
| const XclExpString* XclExpRefLogEntry::mpUrl |
Definition at line 33 of file xeformula.hxx.