Searched refs:nRecCount (Results 1 – 3 of 3) sorted by relevance
608 sal_uLong nStrip,nRecCount,nRowBytesLeft,ny,np,i; in ReadMap() local632 nRecCount=0x00000001+((sal_uLong)nRecHeader); in ReadMap()633 if ( nRecCount > nRowBytesLeft ) in ReadMap()635 pTIFF->Read(pdst,nRecCount); in ReadMap()636 pdst+=nRecCount; in ReadMap()637 nRowBytesLeft-=nRecCount; in ReadMap()641 nRecCount = 0x000000101 - ( (sal_uLong)nRecHeader ); in ReadMap()642 if ( nRecCount > nRowBytesLeft ) in ReadMap()644 nRecCount = nRowBytesLeft; in ReadMap()651 for ( i = 0; i < nRecCount; i++ ) in ReadMap()[all …]
2584 sal_uInt16 nRecCount; in importDxf() local2586 rStrm >> nRecCount; in importDxf()2587 for( sal_uInt16 nRec = 0; !rStrm.isEof() && (nRec < nRecCount); ++nRec ) in importDxf()
2695 sal_uInt16 nRecCount = aData.GetRecCount(); in Read_GrafLayer() local2696 for (sal_uInt16 nTxbx=0; nTxbx < nRecCount; ++nTxbx ) in Read_GrafLayer()
Completed in 51 milliseconds