Searched refs:sortRecord (Results 1 – 3 of 3) sorted by relevance
168 void MacabHeader::sortRecord() in sortRecord() function in MacabHeader170 sortRecord(0,size); in sortRecord()174 macabfield **MacabHeader::sortRecord(const sal_Int32 _start, const sal_Int32 _length) in sortRecord() function in MacabHeader210 firstHalf = sortRecord(_start, halfLength); in sortRecord()211 lastHalf = sortRecord(_start+halfLength, _length-halfLength); in sortRecord()
36 macabfield **sortRecord(sal_Int32 _start, sal_Int32 _length);43 void sortRecord();
468 nonRequiredHeader->sortRecord(); in createHeaderForRecordType()
Completed in 20 milliseconds