Lines Matching refs:Rectangle

181 static void NWCalcArrowRect( const Rectangle& rButton, Rectangle& rArrow );
189 static Rectangle NWGetButtonArea( int nScreen, ControlType nType, ControlPart nPart, Rectangle aAre…
193 static Rectangle NWGetEditBoxPixmapRect( int nScreen, ControlType nType, ControlPart nPart, Rectang…
197 ControlType nType, ControlPart nPart, Rectangle aEditBoxRect,
202 static Rectangle NWGetSpinButtonRect( int nScreen, ControlType nType, ControlPart nPart, Rectangle
205 …Button( int nScreen, GdkPixmap * pixmap, ControlType nType, ControlPart nPart, Rectangle aAreaRect,
209 static Rectangle NWGetComboBoxButtonRect( int nScreen, ControlType nType, ControlPart nPart, Rectan…
213 static Rectangle NWGetListBoxButtonRect( int nScreen, ControlType nType, ControlPart nPart, Rectang…
216 static Rectangle NWGetListBoxIndicatorRect( int nScreen, ControlType nType, ControlPart nPart, Rect…
219 static Rectangle NWGetToolbarRect( int nScreen,
222 Rectangle aAreaRect,
228 static Rectangle NWGetScrollButtonRect( int nScreen, ControlPart nPart, Rectangle aAreaRect );
245 Rectangle m_pixmapRect;
268 …sal_Bool Find( ControlType aType, ControlState aState, const Rectangle& r_pixmapRect, GdkPixmap** …
269 …void Fill( ControlType aType, ControlState aState, const Rectangle& r_pixmapRect, GdkPixmap* pPixm…
321 sal_Bool NWPixmapCache::Find( ControlType aType, ControlState aState, const Rectangle& r_pixmapRec… in Find()
340 void NWPixmapCache::Fill( ControlType aType, ControlState aState, const Rectangle& r_pixmapRect, Gd… in Fill()
602 const Rectangle& rControlRegion, in hitTestNativeControl()
624 Rectangle aForward; in hitTestNativeControl()
625 Rectangle aBackward; in hitTestNativeControl()
712 const Rectangle& rControlRegion, in drawNativeControl()
732 Rectangle aCtrlRect( rControlRegion ); in drawNativeControl()
740 Rectangle aPixmapRect; in drawNativeControl()
752 aPixmapRect = Rectangle( Point( aCtrlRect.Left()-1, aCtrlRect.Top()-1 ), in drawNativeControl()
758 aCtrlRect = Rectangle( Point(1,1), aCtrlRect.GetSize() ); in drawNativeControl()
899 const Rectangle&, in drawNativeControlText() argument
923 const Rectangle& rControlRegion, in getNativeControlRegion()
927 Rectangle &rNativeBoundingRegion, in getNativeControlRegion()
928 Rectangle &rNativeContentRegion ) in getNativeControlRegion()
995 Rectangle aMenuBarRect = rControlRegion; in getNativeControlRegion()
996 aMenuBarRect = Rectangle( aMenuBarRect.TopLeft(), in getNativeControlRegion()
1016 Rectangle aIndicatorRect( Point( 0, in getNativeControlRegion()
1035 Rectangle aIndicatorRect( Point( 0, in getNativeControlRegion()
1047 Rectangle aEditRect = rControlRegion; in getNativeControlRegion()
1049 aEditRect = Rectangle( aEditRect.TopLeft(), in getNativeControlRegion()
1065 Rectangle aRect( rControlRegion ); in getNativeControlRegion()
1090 const Rectangle& rControlRectangle, in NWPaintGTKButton()
1204 static Rectangle NWGetButtonArea( int nScreen, in NWGetButtonArea()
1205 … ControlType, ControlPart, Rectangle aAreaRect, ControlState nState, in NWGetButtonArea()
1214 Rectangle aRect; in NWGetButtonArea()
1250 aRect = Rectangle( Point( x, y ), Size( w, h ) ); in NWGetButtonArea()
1259 const Rectangle& rControlRectangle, in NWPaintGTKRadio()
1317 const Rectangle& rControlRectangle, in NWPaintGTKCheck()
1361 static void NWCalcArrowRect( const Rectangle& rButton, Rectangle& rArrow ) in NWCalcArrowRect()
1374 const Rectangle& rControlRectangle, in NWPaintGTKScrollbar()
1383 Rectangle pixmapRect, scrollbarRect; in NWPaintGTKScrollbar()
1390 Rectangle thumbRect = pScrollbarVal->maThumbRect; in NWPaintGTKScrollbar()
1391 Rectangle button11BoundRect = pScrollbarVal->maButton1Rect; // backward in NWPaintGTKScrollbar()
1392 Rectangle button22BoundRect = pScrollbarVal->maButton2Rect; // forward in NWPaintGTKScrollbar()
1393 Rectangle button12BoundRect = pScrollbarVal->maButton1Rect; // secondary forward in NWPaintGTKScrollbar()
1394 Rectangle button21BoundRect = pScrollbarVal->maButton2Rect; // secondary backward in NWPaintGTKScrollbar()
1400 Rectangle arrowRect; in NWPaintGTKScrollbar()
1696 static Rectangle NWGetScrollButtonRect( int nScreen, ControlPart nPart, Rectangle aAreaRect ) in NWGetScrollButtonRect()
1724 Rectangle buttonRect; in NWGetScrollButtonRect()
1781 const Rectangle& rControlRectangle, in NWPaintGTKEditBox()
1787 Rectangle pixmapRect; in NWPaintGTKEditBox()
1812 static Rectangle NWGetEditBoxPixmapRect(int nScreen, in NWGetEditBoxPixmapRect()
1815 Rectangle aAreaRect, in NWGetEditBoxPixmapRect()
1820 Rectangle pixmapRect = aAreaRect; in NWGetEditBoxPixmapRect()
1851 Rectangle aEditBoxRect, in NWPaintOneEditBox()
1918 const Rectangle& rControlRectangle, in NWPaintGTKSpinBox()
1925 Rectangle pixmapRect; in NWPaintGTKSpinBox()
1929 Rectangle upBtnRect; in NWPaintGTKSpinBox()
1932 Rectangle downBtnRect; in NWPaintGTKSpinBox()
1976 Rectangle aEditBoxRect( pixmapRect ); in NWPaintGTKSpinBox()
1989 Rectangle shadowRect( upBtnRect ); in NWPaintGTKSpinBox()
2013 static Rectangle NWGetSpinButtonRect( int nScreen, in NWGetSpinButtonRect()
2016 Rectangle aAreaRect, in NWGetSpinButtonRect()
2022 Rectangle buttonRect; in NWGetSpinButtonRect()
2059 Rectangle aAreaRect, in NWPaintOneSpinButton()
2064 Rectangle buttonRect; in NWPaintOneSpinButton()
2067 Rectangle arrowRect; in NWPaintOneSpinButton()
2101 const Rectangle& rControlRectangle, in NWPaintGTKComboBox()
2107 Rectangle pixmapRect; in NWPaintGTKComboBox()
2108 Rectangle buttonRect; in NWPaintGTKComboBox()
2111 Rectangle arrowRect; in NWPaintGTKComboBox()
2134 Rectangle aEditBoxRect( pixmapRect ); in NWPaintGTKComboBox()
2177 static Rectangle NWGetComboBoxButtonRect( int nScreen, in NWGetComboBoxButtonRect()
2180 Rectangle aAreaRect, in NWGetComboBoxButtonRect()
2185 Rectangle aButtonRect; in NWGetComboBoxButtonRect()
2233 const Rectangle& rControlRectangle, in NWPaintGTKTabItem()
2241 Rectangle pixmapRect; in NWPaintGTKTabItem()
2242 Rectangle tabRect; in NWPaintGTKTabItem()
2375 const Rectangle& rControlRectangle, in NWPaintGTKListBox()
2381 Rectangle pixmapRect; in NWPaintGTKListBox()
2382 Rectangle widgetRect; in NWPaintGTKListBox()
2383 Rectangle aIndicatorRect; in NWPaintGTKListBox()
2470 const Rectangle& rControlRectangle, in NWPaintGTKToolbar()
2621 const Rectangle& rControlRectangle, in NWPaintGTKMenubar()
2706 const Rectangle& rControlRectangle, in NWPaintGTKPopupMenu()
2836 const Rectangle& rControlRectangle, in NWPaintGTKTooltip()
2874 const Rectangle& rControlRectangle, in NWPaintGTKListNode()
2881 Rectangle aRect( rControlRectangle ); in NWPaintGTKListNode()
2928 const Rectangle& rControlRectangle, in NWPaintGTKProgress()
2941 GdkPixmap* pixmap = NWGetPixmapFromScreen( Rectangle( Point( 0, 0 ), Size( w, h ) ) ); in NWPaintGTKProgress()
2992 const Rectangle& rControlRectangle, in NWPaintGTKSlider()
3117 static Rectangle NWGetListBoxButtonRect( int nScreen, in NWGetListBoxButtonRect()
3120 Rectangle aAreaRect, in NWGetListBoxButtonRect()
3125 Rectangle aPartRect; in NWGetListBoxButtonRect()
3167 aPartRect = Rectangle( aPartPos, aPartSize ); in NWGetListBoxButtonRect()
3179 static Rectangle NWGetListBoxIndicatorRect( int nScreen, in NWGetListBoxIndicatorRect()
3182 Rectangle aAreaRect, in NWGetListBoxIndicatorRect()
3187 Rectangle aIndicatorRect; in NWGetListBoxIndicatorRect()
3225 static Rectangle NWGetToolbarRect( int nScreen, in NWGetToolbarRect()
3228 Rectangle aAreaRect, in NWGetToolbarRect()
3233 Rectangle aRet; in NWGetToolbarRect()
3239 aRet = Rectangle( Point( 0, 0 ), Size( aAreaRect.GetWidth(), 10 ) ); in NWGetToolbarRect()
3241 aRet = Rectangle( Point( 0, 0 ), Size( 10, aAreaRect.GetHeight() ) ); in NWGetToolbarRect()
3648 GdkPixmap* GtkSalGraphics::NWGetPixmapFromScreen( Rectangle srcRect ) in NWGetPixmapFromScreen()
3684 sal_Bool GtkSalGraphics::NWRenderPixmapToScreen( GdkPixmap* pPixmap, Rectangle dstRect ) in NWRenderPixmapToScreen()