LibreOffice Module sc (master) 1
|
Provides importing label ranges and inserting them into a document. More...
#include <xicontent.hxx>
Public Member Functions | |
XclImpLabelranges (const XclImpLabelranges &)=delete | |
delete copy constructor More... | |
const XclImpLabelranges & | operator= (const XclImpLabelranges &)=delete |
delete copy-assignment operator More... | |
XclImpLabelranges ()=delete | |
We don't want anybody to instantiate this class, since it is just a collection of static methods. More... | |
Static Public Member Functions | |
static void | ReadLabelranges (XclImpStream &rStrm) |
Reads a LABELRANGES record and inserts the label ranges into the document. More... | |
Provides importing label ranges and inserting them into a document.
Definition at line 104 of file xicontent.hxx.
|
delete |
delete copy constructor
|
delete |
We don't want anybody to instantiate this class, since it is just a collection of static methods.
|
delete |
delete copy-assignment operator
|
static |
Reads a LABELRANGES record and inserts the label ranges into the document.
@descr Import stream must be located at start of a LABELRANGES record.
Definition at line 442 of file xicontent.cxx.
References ScRange::aEnd, ScRange::aStart, ScAddress::Col(), XclImpAddressConverter::ConvertRangeList(), EXC_BIFF8, XclImpRoot::GetAddressConverter(), XclRoot::GetBiff(), ScDocument::GetColNameRangesRef(), XclRoot::GetCurrScTab(), XclRoot::GetDoc(), ScDocument::GetRowNameRangesRef(), i, ScDocument::MaxCol(), ScDocument::MaxRow(), OSL_ENSURE_BIFF, ScAddress::Row(), rStrm, ScAddress::SetCol(), ScAddress::SetRow(), and ScRangeList::size().
Referenced by ImportExcel8::Read().