Home
last modified time | relevance | path

Searched refs:rControlRegion (Results 1 – 14 of 14) sorted by relevance

/AOO42X/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx247 QPushButton *pushButton( const Rectangle& rControlRegion, sal_Bool bDefault );
253 QRadioButton *radioButton( const Rectangle& rControlRegion );
259 QCheckBox *checkBox( const Rectangle& rControlRegion );
268 QComboBox *comboBox( const Rectangle& rControlRegion, sal_Bool bEditable );
274 QLineEdit *lineEdit( const Rectangle& rControlRegion );
280 QSpinWidget *spinWidget( const Rectangle& rControlRegion );
286 QTabBar *tabBar( const Rectangle& rControlRegion );
292 QTabWidget *tabWidget( const Rectangle& rControlRegion );
298 QListView *listView( const Rectangle& rControlRegion );
304 QScrollBar *scrollBar( const Rectangle& rControlRegion,
[all …]
/AOO42X/main/vcl/source/gdi/
H A Doutdevnative.cxx119 const Rectangle& rControlRegion, in HitTestNativeControl() argument
131 Rectangle screenRegion( rControlRegion ); in HitTestNativeControl()
221 const Rectangle& rControlRegion, in DrawNativeControl() argument
247 Rectangle screenRegion( ImplLogicToDevicePixel( rControlRegion ) ); in DrawNativeControl()
250 aTestRegion.Intersect( rControlRegion ); in DrawNativeControl()
251 if( aTestRegion == rControlRegion ) in DrawNativeControl()
264 const Rectangle& rControlRegion, in DrawNativeControlText() argument
290 Rectangle screenRegion( ImplLogicToDevicePixel( rControlRegion ) ); in DrawNativeControlText()
302 const Rectangle& rControlRegion, in GetNativeControlRegion() argument
319 Rectangle screenRegion( ImplLogicToDevicePixel( rControlRegion ) ); in GetNativeControlRegion()
H A Dsalgdilayout.cxx704 …phics::HitTestNativeControl( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion, in HitTestNativeControl() argument
710 Rectangle rgn( rControlRegion ); in HitTestNativeControl()
716 return hitTestNativeControl( nType, nPart, rControlRegion, aPos, rIsInside ); in HitTestNativeControl()
754 …Graphics::DrawNativeControl( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion, in DrawNativeControl() argument
760 Rectangle rgn( rControlRegion ); in DrawNativeControl()
768 return drawNativeControl( nType, nPart, rControlRegion, nState, aValue, aCaption ); in DrawNativeControl()
771 …hics::DrawNativeControlText( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion, in DrawNativeControlText() argument
777 Rectangle rgn( rControlRegion ); in DrawNativeControlText()
785 return drawNativeControlText( nType, nPart, rControlRegion, nState, aValue, aCaption ); in DrawNativeControlText()
788 …ontrolRegion( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion, ControlState … in GetNativeControlRegion() argument
[all …]
/AOO42X/main/vcl/inc/
H A Dsalgdi.hxx162 … hitTestNativeControl( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion,
164 …ol drawNativeControl( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion,
167 … drawNativeControlText( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion,
170 …ontrolRegion( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion, ControlState …
455 const Rectangle& rControlRegion,
463 const Rectangle& rControlRegion,
472 const Rectangle& rControlRegion,
481 const Rectangle& rControlRegion,
/AOO42X/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx1057 const Rectangle& rControlRegion, in drawNativeControl() argument
1152 Rectangle buttonRect = rControlRegion; in drawNativeControl()
1213 const Rectangle& rControlRegion, in getNativeControlRegion() argument
1255 TS_HOT, rControlRegion ) ); in getNativeControlRegion()
1269 0, rControlRegion ) ); in getNativeControlRegion()
1281 Rectangle aBoxRect( rControlRegion ); in getNativeControlRegion()
1301 Rectangle aBoxRect( rControlRegion ); in getNativeControlRegion()
1337 Rectangle aBoxRect( rControlRegion ); in getNativeControlRegion()
1363 Rectangle aRect( rControlRegion ); in getNativeControlRegion()
1371 Rectangle aRect( rControlRegion ); in getNativeControlRegion()
[all …]
/AOO42X/main/vcl/inc/unx/gtk/
H A Dgtkgdi.hxx62 … hitTestNativeControl( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion,
64 …ol drawNativeControl( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion,
67 … drawNativeControlText( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion,
70 …ontrolRegion( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion, ControlState …
/AOO42X/main/vcl/unx/kde4/
H A DKDESalGraphics.cxx83 QRect region2QRect( const Rectangle& rControlRegion ) in region2QRect() argument
85 …return QRect(rControlRegion.Left(), rControlRegion.Top(), rControlRegion.GetWidth(), rControlRegio… in region2QRect()
232 const Rectangle& rControlRegion, ControlState nControlState, in drawNativeControl() argument
244 QRect widgetRect = region2QRect(rControlRegion); in drawNativeControl()
H A DKDESalGraphics.hxx57 const Rectangle& rControlRegion, const Point& aPos,
71 const Rectangle& rControlRegion, ControlState nControlState,
105 … const Rectangle& rControlRegion, ControlState nControlState,
/AOO42X/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx602 const Rectangle& rControlRegion, in hitTestNativeControl() argument
639 aBackward = NWGetScrollButtonRect( m_nScreen, nPart, rControlRegion ); in hitTestNativeControl()
640 aForward = NWGetScrollButtonRect( m_nScreen, nCounterPart, rControlRegion ); in hitTestNativeControl()
691 rIsInside = rControlRegion.IsInside( aPos ); in hitTestNativeControl()
712 const Rectangle& rControlRegion, in drawNativeControl() argument
732 Rectangle aCtrlRect( rControlRegion ); in drawNativeControl()
923 const Rectangle& rControlRegion, in getNativeControlRegion() argument
933 && (rControlRegion.GetWidth() > 16) in getNativeControlRegion()
934 && (rControlRegion.GetHeight() > 16) ) in getNativeControlRegion()
936 rNativeBoundingRegion = NWGetButtonArea( m_nScreen, nType, nPart, rControlRegion, in getNativeControlRegion()
[all …]
/AOO42X/main/vcl/inc/os2/
H A Dsalgdi.h208 …ol hitTestNativeControl( ControlType nType, ControlPart nPart, const Region& rControlRegion,
210 …_Bool drawNativeControl( ControlType nType, ControlPart nPart, const Region& rControlRegion,
213 …l drawNativeControlText( ControlType nType, ControlPart nPart, const Region& rControlRegion,
216 …veControlRegion( ControlType nType, ControlPart nPart, const Region& rControlRegion, ControlState …
/AOO42X/main/vcl/inc/win/
H A Dsalgdi.h235 … hitTestNativeControl( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion,
237 …ol drawNativeControl( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion,
240 … drawNativeControlText( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion,
243 …ontrolRegion( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion, ControlState …
/AOO42X/main/vcl/inc/aqua/
H A Dsalgdi.h291 … hitTestNativeControl( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion,
293 …ol drawNativeControl( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion,
296 … drawNativeControlText( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion,
299 …ontrolRegion( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion, ControlState …
/AOO42X/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx382 …phics::hitTestNativeControl( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion, in hitTestNativeControl() argument
388 bool bValid = AquaGetScrollRect( /* TODO: m_nScreen */ nPart, rControlRegion, aRect ); in hitTestNativeControl()
475 const Rectangle& rControlRegion, in drawNativeControl() argument
487 Rectangle buttonRect = rControlRegion; in drawNativeControl()
1249 …ontrolRegion( ControlType nType, ControlPart nPart, const Rectangle& rControlRegion, ControlState … in getNativeControlRegion() argument
1256 Rectangle aCtrlBoundRect( rControlRegion ); in getNativeControlRegion()
/AOO42X/main/vcl/inc/vcl/
H A Doutdev.hxx1237 const Rectangle& rControlRegion,
1244 const Rectangle& rControlRegion,
1252 const Rectangle& rControlRegion,
1260 const Rectangle& rControlRegion,