Searched refs:nLastRight (Results 1 – 3 of 3) sorted by relevance
162 int nLastRight (-1); in Paint() local166 if (nLastRight >= 0) in Paint()168 const int nSeparatorX ((nLastRight + aItemBoundingBox.Left() - 1) / 2); in Paint()172 nLastRight = aItemBoundingBox.Right(); in Paint()
1959 sal_uInt16 nLastRight = GetUShort( pTmp+2 ) + nFirstRight - 1; in GetKernPairs() local1961 … sal_uLong nPairs = (sal_uLong)(nLastLeft - nFirstLeft + 1) * (nLastRight - nFirstRight + 1); in GetKernPairs()1968 for( int nRight = 0; nRight < nLastRight; ++nRight ) in GetKernPairs()2030 sal_uInt16 nLastRight = NEXT_U16( pTmp ) + nFirstRight - 1; in GetKernPairs() local2032 … sal_uLong nPairs = (sal_uLong)(nLastLeft - nFirstLeft + 1) * (nLastRight - nFirstRight + 1); in GetKernPairs()2039 for( int nRight = 0; nRight < nLastRight; ++nRight ) in GetKernPairs()
555 sal_uInt16 nLastRight = getUInt16BE( pTmp ) + nFirstRight -1; in queryMetricPage() local560 for( aPair.second = 0; aPair.second < nLastRight; aPair.second++ ) in queryMetricPage()675 sal_uInt16 nLastRight = getUInt16BE( pTmp ) + nFirstRight -1; in queryMetricPage() local679 for( aPair.second = 0; aPair.second < nLastRight; aPair.second++ ) in queryMetricPage()
Completed in 38 milliseconds