|
LibreOffice Module sc (master) 1
|
#include <documentimport.hxx>
Public Member Functions | |
| Attrs () | |
| ~Attrs () | |
| Attrs & | operator= (Attrs const &)=delete |
| Attrs (Attrs const &)=delete | |
| bool | operator== (const Attrs &other) const |
| Attrs & | operator= (Attrs &&attrs)=default |
Public Attributes | |
| std::vector< ScAttrEntry > | mvData |
| bool | mbLatinNumFmtOnly |
Definition at line 46 of file documentimport.hxx.
| ScDocumentImport::Attrs::Attrs | ( | ) |
Definition at line 122 of file documentimport.cxx.
| ScDocumentImport::Attrs::~Attrs | ( | ) |
Definition at line 124 of file documentimport.cxx.
|
delete |
|
inline |
Definition at line 56 of file documentimport.hxx.
References mbLatinNumFmtOnly, mvData, and mvData.
| bool ScDocumentImport::Attrs::mbLatinNumFmtOnly |
Definition at line 50 of file documentimport.hxx.
Referenced by XclImpXFRangeBuffer::Finalize(), oox::xls::SheetDataBuffer::finalizeImport(), and operator==().
| std::vector<ScAttrEntry> ScDocumentImport::Attrs::mvData |
Definition at line 48 of file documentimport.hxx.
Referenced by XclImpXFRangeBuffer::Finalize(), oox::xls::SheetDataBuffer::finalizeImport(), and operator==().