Home
last modified time | relevance | path

Searched refs:nLastRight (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sfx2/source/sidebar/
H A DSidebarToolBox.cxx162 int nLastRight (-1); in Paint() local
166 if (nLastRight >= 0) in Paint()
168 const int nSeparatorX ((nLastRight + aItemBoundingBox.Left() - 1) / 2); in Paint()
172 nLastRight = aItemBoundingBox.Right(); in Paint()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1959 sal_uInt16 nLastRight = GetUShort( pTmp+2 ) + nFirstRight - 1; in GetKernPairs() local
1961 … 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() local
2032 … sal_uLong nPairs = (sal_uLong)(nLastLeft - nFirstLeft + 1) * (nLastRight - nFirstRight + 1); in GetKernPairs()
2039 for( int nRight = 0; nRight < nLastRight; ++nRight ) in GetKernPairs()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx555 sal_uInt16 nLastRight = getUInt16BE( pTmp ) + nFirstRight -1; in queryMetricPage() local
560 for( aPair.second = 0; aPair.second < nLastRight; aPair.second++ ) in queryMetricPage()
675 sal_uInt16 nLastRight = getUInt16BE( pTmp ) + nFirstRight -1; in queryMetricPage() local
679 for( aPair.second = 0; aPair.second < nLastRight; aPair.second++ ) in queryMetricPage()

Completed in 39 milliseconds