Home
last modified time | relevance | path

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

/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx1624 int nEndDropPos = *(it++); // end of drop range local
1625 if( nEndDropPos <= rVisualItem.mnMinCharPos )
1632 if( nEndDropPos >= rVisualItem.mnEndCharPos )
1638 if( nEndDropPos > rVisualItem.mnEndCharPos )
1639 nEndDropPos = rVisualItem.mnEndCharPos;
1643 for( int c = nMinDropPos; c < nEndDropPos; ++c )

Completed in 20 milliseconds