Home
last modified time | relevance | path

Searched refs:devPos (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/source/window/
H A Dtoolbox2.cxx1157 Point devPos; // the position in device coordinates for screen comparison in ImplGetPopupPosition() local
1163 devPos = OutputToAbsoluteScreenPixel( aPos ); in ImplGetPopupPosition()
1164 if( devPos.Y() + rSize.Height() >= aScreen.Bottom() ) in ImplGetPopupPosition()
1170 devPos = OutputToAbsoluteScreenPixel( aPos ); in ImplGetPopupPosition()
1171 if( devPos.Y() - rSize.Height() > aScreen.Top() ) in ImplGetPopupPosition()
1179 devPos = OutputToAbsoluteScreenPixel( aPos ); in ImplGetPopupPosition()
1180 if( devPos.X() + rSize.Width() >= aScreen.Right() ) in ImplGetPopupPosition()
1186 devPos = OutputToAbsoluteScreenPixel( aPos ); in ImplGetPopupPosition()
1187 if( devPos.X() - rSize.Width() > aScreen.Left() ) in ImplGetPopupPosition()

Completed in 22 milliseconds