LibreOffice Module sc (master) 1
|
Global named expressions are inserted into ScXMLImport, which does the bulk insertion at the end of the import. More...
#include <xmlnexpi.hxx>
Public Member Functions | |
GlobalInserter (ScXMLImport &rImport) | |
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 |
Global named expressions are inserted into ScXMLImport, which does the bulk insertion at the end of the import.
Definition at line 45 of file xmlnexpi.hxx.
|
explicit |
Definition at line 30 of file xmlnexpi.cxx.
|
overridevirtual |
Implements ScXMLNamedExpressionsContext::Inserter.
Definition at line 32 of file xmlnexpi.cxx.
References SvXMLImportContext::mrImport.
|
private |
Definition at line 51 of file xmlnexpi.hxx.