Home
last modified time | relevance | path

Searched refs:aScreen (Results 1 – 4 of 4) sorted by relevance

/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DCanvas.java128 Rectangle2D.Double aScreen = new Rectangle2D.Double ( in paintComponent() local
135 g2.fill (aScreen); in paintComponent()
137 g2.draw (aScreen); in paintComponent()
/trunk/main/toolkit/test/accessibility/
H A DCanvas.java226 Rectangle2D.Double aScreen = new Rectangle2D.Double ( in paintComponent() local
233 g2.fill (aScreen); in paintComponent()
235 g2.draw (aScreen); in paintComponent()
/trunk/main/vcl/source/window/
H A Dtoolbox2.cxx1150 Rectangle aScreen = GetDesktopRectPixel(); in ImplGetPopupPosition() local
1164 if( devPos.Y() + rSize.Height() >= aScreen.Bottom() ) in ImplGetPopupPosition()
1171 if( devPos.Y() - rSize.Height() > aScreen.Top() ) in ImplGetPopupPosition()
1180 if( devPos.X() + rSize.Width() >= aScreen.Right() ) in ImplGetPopupPosition()
1187 if( devPos.X() - rSize.Width() > aScreen.Left() ) in ImplGetPopupPosition()
/trunk/main/cui/source/dialogs/
H A Dhltpbase.cxx395 Rectangle aScreen( mpDialog->GetDesktopRectPixel() ); in ShowMarkWnd() local
401 if( aDlgPos.X()+(1.05*aDlgSize.Width())+aExtraWndSize.Width() > aScreen.Right() ) in ShowMarkWnd()

Completed in 34 milliseconds