Home
last modified time | relevance | path

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

/aoo4110/main/connectivity/source/drivers/dbase/
H A DDTable.cxx1235 …sal_uInt16 nRecLength = 1; // Laenge 1 fuer deleted f… in CreateFile() local
1316 (*m_pFileStream) << (nRecLength-1); in CreateFile()
1329nRecLength = nRecLength + (sal_uInt16)::std::min((sal_uInt16)nPrecision, (sal_uInt16)255UL); in CreateFile()
1344 nRecLength += 10; in CreateFile()
1352 nRecLength += (sal_uInt16)nPrec; in CreateFile()
1358 ++nRecLength; in CreateFile()
1363 nRecLength += 4; in CreateFile()
1371 nRecLength += 8; in CreateFile()
1377 nRecLength += 10; in CreateFile()
1391 …(*m_pFileStream) << nRecLength; // Satzlaenge nachtraeglich ei… in CreateFile()

Completed in 38 milliseconds