Home
last modified time | relevance | path

Searched refs:nSpaceMissing (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx2662 long nSpaceMissing = mnMinKashidaWidth - nSpaceAdded; local
2663 if( nSpaceMissing > 0 )
2668 mpJustifications [ nKashPos ] += nSpaceMissing;
2669 long nHalfSpace = nSpaceMissing / 2;
2671 mpJustifications [ nMaxPos + 1 ] -= nSpaceMissing - nHalfSpace;
2676 mpJustifications [ nMinPos - 1 ] -= nSpaceMissing;
2677 mpJustifications [ nKashPos ] += nSpaceMissing;
2682 mpJustifications [ nKashPos ] += nSpaceMissing;
2683 mpJustifications [ nMaxPos + 1 ] -= nSpaceMissing;

Completed in 29 milliseconds