Home
last modified time | relevance | path

Searched refs:db_typ (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/connectivity/source/drivers/dbase/
H A DDTable.cxx258 switch (m_aHeader.db_typ) in readHeader()
340 …const bool bFoxPro = m_aHeader.db_typ == VisualFoxPro || m_aHeader.db_typ == VisualFoxProAuto || m… in fillColumns()
366 switch (aDBFColumn.db_typ) in fillColumns()
425 if ( m_aHeader.db_typ == VisualFoxPro || m_aHeader.db_typ == VisualFoxProAuto ) in fillColumns()
469 m_aHeader.db_typ = dBaseIII; in ODbaseTable()
499 m_aHeader.db_typ = dBaseIII; in construct()
531 …if ( m_aHeader.db_typ == FoxProMemo || VisualFoxPro == m_aHeader.db_typ || VisualFoxProAuto == m_a… in construct()
587 switch (m_aHeader.db_typ) in ReadMemoHeader()
1163 m_aHeader.db_typ = dBaseIII; in CreateImpl()
2141 switch (m_aMemoHeader.db_typ) in WriteMemo()
[all …]
H A DDNoException.cxx133 switch (m_aMemoHeader.db_typ) in ReadMemo()
167 if (m_aMemoHeader.db_typ == MemoFoxPro) in ReadMemo()
198 if (m_aMemoHeader.db_typ == MemodBaseIV) in ReadMemo()
/aoo41x/main/connectivity/source/inc/dbase/
H A DDTable.hxx66 DBFType db_typ; /* Dateityp */ member
76 sal_uInt8 db_typ; /* Feldtyp */ member
84 DBFMemoType db_typ; /* Dateityp */ member
108 sal_Bool HasMemoFields() const { return m_aHeader.db_typ > dBaseIV;} in HasMemoFields()

Completed in 25 milliseconds