Home
last modified time | relevance | path

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

/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx2575 mpJustifications [ i - 1 ] += nSpaceAdded;
2609 if( nSpaceAdded > nMaxAdded )
2612 nMaxAdded = nSpaceAdded;
2630 if( nSpaceAdded > 0 )
2632 mpJustifications[ i ] -= nSpaceAdded;
2633 mpJustifications[ nKashPos ] += nSpaceAdded;
2639 if( nSpaceAdded < mnMinKashidaWidth )
2649 nSteal = Min( mnMinKashidaWidth - nSpaceAdded, nSteal );
2654 nSpaceAdded += nSteal;
2656 if( nSpaceAdded >= mnMinKashidaWidth )
[all …]

Completed in 43 milliseconds