Home
last modified time | relevance | path

Searched refs:aCtrlRect (Results 1 – 6 of 6) sorted by relevance

/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm570 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 Dsalnativewidgets-gtk.cxx732 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 Ddpcontrol.cxx415 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 Dtoolbarmenu.cxx917 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 Dbutton.cxx1280 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 Dmenu.cxx4771 … 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 101 milliseconds