LibreOffice Module sc (master) 1
|
#include <xedbdata.hxx>
Public Member Functions | |
Entry (const ScDBData *pData, sal_Int32 nTableId) | |
used as [n] in table[n].xml part name. More... | |
Public Attributes | |
const ScDBData * | mpData |
sal_Int32 | mnTableId |
Definition at line 36 of file xedbdata.hxx.
XclExpTables::Entry::Entry | ( | const ScDBData * | pData, |
sal_Int32 | nTableId | ||
) |
used as [n] in table[n].xml part name.
Definition at line 158 of file xedbdata.cxx.
References pData.
sal_Int32 XclExpTables::Entry::mnTableId |
Definition at line 39 of file xedbdata.hxx.
Referenced by XclExpTables::SaveTableXml().
const ScDBData* XclExpTables::Entry::mpData |
Definition at line 38 of file xedbdata.hxx.
Referenced by XclExpTables::SaveTableXml().