Lines Matching refs:nRecord
42 :nRecord(nRec) in ONDXKey()
48 , nRecord(nRec) in ONDXKey()
55 ,nRecord(nRec) in ONDXKey()
67 ,nRecord(nRec) in ONDXKey()
703 rStream >> aKey.nRecord; // schluessel in Read()
709 aKey = ONDXKey(aDbl,aKey.nRecord); in Read()
723 …ng(aBuf.GetBuffer(),aBuf.Len(),rIndex.m_pTable->getConnection()->getTextEncoding()) ,aKey.nRecord); in Read()
738 rStream << (sal_uInt32)aKey.nRecord; // schluessel in Write()
818 if (eResult == COMPARE_EQUAL && nRecord && rKey.nRecord) in Compare()
819 eResult = (nRecord > rKey.nRecord) ? COMPARE_GREATER : in Compare()
820 (nRecord == rKey.nRecord) ? COMPARE_EQUAL : COMPARE_LESS; in Compare()