Searched refs:aCtrlRect (Results 1 – 6 of 6) sorted by relevance
/trunk/main/vcl/aqua/source/gdi/ |
H A D | aquaprintaccessoryview.mm | 570 NSRect aCtrlRect = [pControl frame]; 571 nWidth = aCtrlRect.size.width; 577 nWidth += aSubRect.origin.x - (aCtrlRect.origin.x + aCtrlRect.size.width); 612 NSRect aCtrlRect = [rLeftColumn[i].pControl frame]; 613 long nX = nLeftWidth - aCtrlRect.size.width; 617 … nX -= aSubRect.size.width + (aSubRect.origin.x - (aCtrlRect.origin.x + aCtrlRect.size.width)); 621 aCtrlRect.origin.x = nX; 622 [rLeftColumn[i].pControl setFrame: aCtrlRect]; 631 NSRect aCtrlRect = [rRightColumn[i].pControl frame]; 639 aCtrlRect.origin.x = nX; [all …]
|
/trunk/main/vcl/unx/gtk/gdi/ |
H A D | salnativewidgets-gtk.cxx | 732 Rectangle aCtrlRect( rControlRegion ); in drawNativeControl() local 735 aClipRegion = aCtrlRect; in drawNativeControl() 752 aPixmapRect = Rectangle( Point( aCtrlRect.Left()-1, aCtrlRect.Top()-1 ), in drawNativeControl() 753 Size( aCtrlRect.GetWidth()+2, aCtrlRect.GetHeight()+2) ); in drawNativeControl() 758 aCtrlRect = Rectangle( Point(1,1), aCtrlRect.GetSize() ); in drawNativeControl() 759 aClip.push_back( aCtrlRect ); in drawNativeControl() 794 …returnVal = NWPaintGTKRadio( gdkDrawable, nType, nPart, aCtrlRect, aClip, nState, aValue, rCaption… in drawNativeControl() 798 …returnVal = NWPaintGTKCheck( gdkDrawable, nType, nPart, aCtrlRect, aClip, nState, aValue, rCaption… in drawNativeControl() 802 returnVal = NWPaintGTKScrollbar( nType, nPart, aCtrlRect, aClip, nState, aValue, rCaption ); in drawNativeControl() 818 returnVal = NWPaintGTKSpinBox( nType, nPart, aCtrlRect, aClip, nState, aValue, rCaption ); in drawNativeControl() [all …]
|
/trunk/main/sc/source/ui/cctrl/ |
H A D | dpcontrol.cxx | 415 Rectangle aCtrlRect(Point(0, 0), GetOutputSizePixel()); in Paint() local 423 CTRL_MENU_POPUP, PART_ENTIRE_CONTROL, aCtrlRect, CTRL_STATE_ENABLED, in Paint() 433 DrawRect(aCtrlRect); in Paint() 792 Rectangle aCtrlRect(Point(0,0), GetOutputSizePixel()); in highlightMenuItem() local 794 CTRL_MENU_POPUP, PART_ENTIRE_CONTROL, aCtrlRect, CTRL_STATE_ENABLED, in highlightMenuItem()
|
/trunk/main/svtools/source/control/ |
H A D | toolbarmenu.cxx | 917 Rectangle aCtrlRect( Point( nX, 0 ), Size( aPxSize.Width()-nX, aPxSize.Height() ) ); in implHighlightEntry() local 919 aCtrlRect, in implHighlightEntry()
|
/trunk/main/vcl/source/control/ |
H A D | button.cxx | 1280 Rectangle aCtrlRect( 0, 0, 80, 20 ); // use a constant size to avoid accumulating in ImplSetDefButton() local 1283 Rectangle aCtrlRegion( aCtrlRect ); in ImplSetDefButton() 2179 Rectangle aCtrlRect( maStateRect.TopLeft(), maStateRect.GetSize() ); in ImplDrawRadioButtonState() local 2190 bNativeOK = DrawNativeControl( CTRL_RADIOBUTTON, PART_ENTIRE_CONTROL, aCtrlRect, nState, in ImplDrawRadioButtonState()
|
/trunk/main/vcl/source/window/ |
H A D | menu.cxx | 4771 … Rectangle aCtrlRect( Point( nX, 0 ), Size( aPxSize.Width()-nX, aPxSize.Height() ) ); in HighlightItem() local 4774 aCtrlRect, in HighlightItem() 5675 Rectangle aCtrlRect( aPt, GetOutputSizePixel() ); in HighlightItem() local 5677 …DrawNativeControl( CTRL_MENUBAR, PART_ENTIRE_CONTROL, aCtrlRect, CTRL_STATE_ENABLED, aMenubarValue… in HighlightItem()
|
Completed in 84 milliseconds