Home
last modified time | relevance | path

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

/AOO41X/main/filter/source/graphicfilter/itiff/
H A Ditiff.cxx495 sal_uLong ny, np, nStrip, nStripBytesPerRow; in ReadMap() local
505 nStrip = ny / nRowsPerStrip + np * nStripsPerPlane; in ReadMap()
506 if ( nStrip >= nNumStripOffsets ) in ReadMap()
508 pTIFF->Seek( pStripOffsets[ nStrip ] + ( ny % nRowsPerStrip ) * nStripBytesPerRow ); in ReadMap()
520 sal_uLong ny, np, nStrip, nOptions; in ReadMap() local
546 nStrip = 0; in ReadMap()
547 if ( nStrip >= nNumStripOffsets ) in ReadMap()
549 pTIFF->Seek(pStripOffsets[nStrip]); in ReadMap()
559 if ( ny / nRowsPerStrip + np * nStripsPerPlane > nStrip ) in ReadMap()
561 nStrip=ny/nRowsPerStrip+np*nStripsPerPlane; in ReadMap()
[all …]
/AOO41X/main/sc/source/core/tool/
H A Dcompiler.cxx3425 xub_StrLen nStrip = 0; in AutoCorrectParsedSymbol() local
3441 if ( bLastAlp == bNextNum && nStrip < 1 ) in AutoCorrectParsedSymbol()
3446 nStrip++; in AutoCorrectParsedSymbol()
3454 nStrip = 0; in AutoCorrectParsedSymbol()
3464 nStrip++; in AutoCorrectParsedSymbol()