Home
last modified time | relevance | path

Searched refs:nRecLength (Results 1 – 1 of 1) sorted by path

/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx1253 …sal_uInt16 nRecLength = 1; // Laenge 1 fuer deleted f… in CreateFile() local
1334 (*m_pFileStream) << (nRecLength-1); in CreateFile()
1347nRecLength = nRecLength + (sal_uInt16)::std::min((sal_uInt16)nPrecision, (sal_uInt16)255UL); in CreateFile()
1362 nRecLength += 10; in CreateFile()
1370 nRecLength += (sal_uInt16)nPrec; in CreateFile()
1376 ++nRecLength; in CreateFile()
1381 nRecLength += 4; in CreateFile()
1389 nRecLength += 8; in CreateFile()
1395 nRecLength += 10; in CreateFile()
1409 …(*m_pFileStream) << nRecLength; // Satzlaenge nachtraeglich ei… in CreateFile()

Completed in 22 milliseconds