LibreOffice Module sc (master) 1
|
Represents a REF entry in the BIFF12 EXTERNALSHEETS or in the BIFF8 EXTERNSHEET record. More...
#include <externallinkbuffer.hxx>
Public Member Functions | |
RefSheetsModel () | |
Zero-based index to last sheet in external document. More... | |
void | readBiff12Data (SequenceInputStream &rStrm) |
Public Attributes | |
sal_Int32 | mnExtRefId |
sal_Int32 | mnTabId1 |
Zero-based index into list of external documents. More... | |
sal_Int32 | mnTabId2 |
Zero-based index to first sheet in external document. More... | |
Represents a REF entry in the BIFF12 EXTERNALSHEETS or in the BIFF8 EXTERNSHEET record.
This struct is used to map ref identifiers to external books (BIFF12: EXTERNALREF records, BIFF8: EXTERNALBOOK records), and provides sheet indexes into the sheet list of the external document.
Definition at line 290 of file externallinkbuffer.hxx.
|
explicit |
Zero-based index to last sheet in external document.
Definition at line 570 of file externallinkbuffer.cxx.
void oox::xls::RefSheetsModel::readBiff12Data | ( | SequenceInputStream & | rStrm | ) |
Definition at line 577 of file externallinkbuffer.cxx.
References mnExtRefId, mnTabId1, mnTabId2, and rStrm.
Referenced by oox::xls::ExternalLinkBuffer::importExternalSheets().
sal_Int32 oox::xls::RefSheetsModel::mnExtRefId |
Definition at line 292 of file externallinkbuffer.hxx.
Referenced by readBiff12Data().
sal_Int32 oox::xls::RefSheetsModel::mnTabId1 |
Zero-based index into list of external documents.
Definition at line 293 of file externallinkbuffer.hxx.
Referenced by readBiff12Data().
sal_Int32 oox::xls::RefSheetsModel::mnTabId2 |
Zero-based index to first sheet in external document.
Definition at line 294 of file externallinkbuffer.hxx.
Referenced by readBiff12Data().