LibreOffice Module connectivity (master) 1
|
Public Attributes | |
DBFType | type |
sal_uInt8 | dateElems [3] |
sal_uInt32 | nbRecords |
sal_uInt16 | headerLength |
sal_uInt16 | recordLength |
sal_uInt8 | trailer [20] |
Definition at line 56 of file DTable.hxx.
sal_uInt8 connectivity::dbase::ODbaseTable::DBFHeader::dateElems[3] |
Definition at line 58 of file DTable.hxx.
Referenced by connectivity::dbase::ODbaseTable::readHeader().
sal_uInt16 connectivity::dbase::ODbaseTable::DBFHeader::headerLength |
Definition at line 60 of file DTable.hxx.
Referenced by connectivity::dbase::ODbaseTable::construct(), connectivity::dbase::ODbaseTable::fillColumns(), and connectivity::dbase::ODbaseTable::readHeader().
sal_uInt32 connectivity::dbase::ODbaseTable::DBFHeader::nbRecords |
Definition at line 59 of file DTable.hxx.
Referenced by connectivity::dbase::ODbaseTable::construct(), and connectivity::dbase::ODbaseTable::readHeader().
sal_uInt16 connectivity::dbase::ODbaseTable::DBFHeader::recordLength |
Definition at line 61 of file DTable.hxx.
Referenced by connectivity::dbase::ODbaseTable::construct(), and connectivity::dbase::ODbaseTable::readHeader().
sal_uInt8 connectivity::dbase::ODbaseTable::DBFHeader::trailer[20] |
Definition at line 62 of file DTable.hxx.
Referenced by connectivity::dbase::ODbaseTable::readHeader().
DBFType connectivity::dbase::ODbaseTable::DBFHeader::type |
Definition at line 57 of file DTable.hxx.
Referenced by connectivity::dbase::ODbaseTable::construct(), connectivity::dbase::ODbaseTable::fillColumns(), connectivity::dbase::ODbaseTable::ODbaseTable(), connectivity::dbase::ODbaseTable::readHeader(), and connectivity::dbase::ODbaseTable::ReadMemoHeader().