LibreOffice Module sc (master) 1
|
Sheet local named expressions are inserted directly into ScRangeName instance of that sheet. More...
#include <xmlnexpi.hxx>
Public Member Functions | |
SheetLocalInserter (ScXMLImport &rImport, SCTAB nTab) | |
virtual void | insert (ScMyNamedExpression aExp) override |
Public Member Functions inherited from ScXMLNamedExpressionsContext::Inserter | |
virtual | ~Inserter () |
virtual void | insert (ScMyNamedExpression aExp)=0 |
Private Attributes | |
ScXMLImport & | mrImport |
SCTAB | mnTab |
Sheet local named expressions are inserted directly into ScRangeName instance of that sheet.
TODO: the global ones should be inserted the same way for efficiency.
Definition at line 59 of file xmlnexpi.hxx.
ScXMLNamedExpressionsContext::SheetLocalInserter::SheetLocalInserter | ( | ScXMLImport & | rImport, |
SCTAB | nTab | ||
) |
Definition at line 37 of file xmlnexpi.cxx.
|
overridevirtual |
Implements ScXMLNamedExpressionsContext::Inserter.
Definition at line 40 of file xmlnexpi.cxx.
References SvXMLImportContext::mrImport.
|
private |
Definition at line 66 of file xmlnexpi.hxx.
|
private |
Definition at line 65 of file xmlnexpi.hxx.