Searched refs:nBytesPerCol (Results 1 – 1 of 1) sorted by relevance
2333 sal_uInt16 nStartIndex, nEndIndex, i, nElemLen, nBytesPerCol; in ReadField() local2344 *pOS2MET >> nbyte; nBytesPerCol=((sal_uInt16)nbyte) & 0x00ff; in ReadField()2345 nEndIndex=nStartIndex+(nElemLen-11)/nBytesPerCol; in ReadField()2347 if (nBytesPerCol > 3) pOS2MET->SeekRel(nBytesPerCol-3); in ReadField()
Completed in 27 milliseconds