Home
last modified time | relevance | path

Searched refs:NSRect (Results 1 – 23 of 23) sorted by relevance

/AOO41X/main/vcl/aqua/source/window/
H A Dsalframe.cxx151 NSRect aVisibleRect = [pNSScreen visibleFrame]; in initWindowAndView()
212 const NSRect aRect = { NSZeroPoint, NSMakeSize( maGeometry.nWidth, maGeometry.nHeight )}; in initWindowAndView()
224 void AquaSalFrame::CocoaToVCL( NSRect& io_rRect, bool bRelativeToScreen ) in CocoaToVCL()
232 void AquaSalFrame::VCLToCocoa( NSRect& io_rRect, bool bRelativeToScreen ) in VCLToCocoa()
585 NSRect aStateRect = [mpNSWindow frame]; in SetWindowState()
673 NSRect aStateRect = [mpNSWindow frame]; in GetWindowState()
708 NSRect aNewScreen = [pScreen frame]; in SetScreenNumber()
714 NSRect aCurScreen = [pScreen frame]; in SetScreenNumber()
718 NSRect aFrameRect = [mpNSWindow frame]; in SetScreenNumber()
748 NSRect aNewContentRect = NSZeroRect; in ShowFullScreen()
[all …]
H A Dsalnsmenu.mm128 -(void)drawRect: (NSRect)aRect argument
136 NSRect aFrame = [self frame];
137 NSRect aImgRect = { { 2, 0 }, { 0, 0 } };
141 … const NSRect aFromRect = { NSZeroPoint, NSMakeSize( aPixSize.Width(), aPixSize.Height()) };
158 NSRect aFrame = [self frame];
159 NSRect aImgRect = { { 2, 0 }, { 0, 0 } };
164 … const NSRect aFromRect = { NSZeroPoint, NSMakeSize( aPixSize.Width(), aPixSize.Height()) };
198 NSRect aImgRect = NSMakeRect( aSize.width, nY, aPixSize.Width(), aPixSize.Height());
H A Dsalobj.cxx50 NSRect aInitFrame = { NSZeroPoint, { 20, 20 } }; in AquaSalObject()
171 NSRect aViewRect = { NSZeroPoint, NSMakeSize( mnWidth, mnHeight) }; in setClippedPosSize()
178 NSRect aClipViewRect = NSMakeRect( mnX, mnY, mnWidth, mnHeight); in setClippedPosSize()
H A Dsalframeview.mm151 NSRect aRect = NSMakeRect( pFrame->maGeometry.nX, pFrame->maGeometry.nY,
200 NSRect aFrameRect = [self frame];
456 …const NSRect aRect = { NSZeroPoint, NSMakeSize( mpFrame->maGeometry.nWidth, mpFrame->maGeometry.nH…
496 -(void)drawRect: (NSRect)aRect argument
508 // convert the NSRect to a CGRect for Refreshrect()
554 NSRect aFrameRect = [pDispatchFrame->getNSWindow() frame];
1675 - (NSRect)firstRectForCharacterRange:(NSRange)theRange
1681 NSRect rect;
H A Dsalmenu.cxx357 NSRect popupFrame = [pPopupNSView frame]; in ShowNativePopupMenu()
367NSRect displayPopupFrame = NSMakeRect( rRect.nLeft+(offset-1), rRect.nTop+(offset+1), popupFrame.s… in ShowNativePopupMenu()
893 NSRect aRect = [pNSWin frame]; in GetMenuBarButtonRectPixel()
/AOO41X/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm298 NSRect aViewFrame = [mpPreview frame];
347 NSRect aPreviewFrame = [mpAccessoryView frame];
377 NSRect aTextRect = { { 100, 5 }, { 100, 22 } };
387 NSRect aFieldRect = { { 45, 5 }, { 35, 25 } };
396 NSRect aStepFrame = { { 85, 5 }, { 15, 25 } };
570 NSRect aCtrlRect = [pControl frame];
575 NSRect aSubRect = [pSubControl frame];
612 NSRect aCtrlRect = [rLeftColumn[i].pControl frame];
616 NSRect aSubRect = [rLeftColumn[i].pSubControl frame];
631 NSRect aCtrlRect = [rRightColumn[i].pControl frame];
[all …]
H A Daquaprintview.mm35 NSRect aRect = { NSZeroPoint, [pInfoPrinter->getPrintInfo() paperSize] };
51 -(NSRect)rectForPage: (int)page
58 NSRect aRect = { NSMakePoint( page % nWidth, page / nWidth), aPaperSize };
62 -(NSPoint)locationOfPrintRect: (NSRect)aRect argument
68 -(void)drawRect: (NSRect)rect argument
H A Dsalprn.cxx131 NSRect aImageRect = [mpPrintInfo imageablePageBounds]; in SetupPrinterGraphics()
424 NSRect aImageRect = [mpPrintInfo imageablePageBounds]; in GetPageInfo()
H A Dsalgdiutils.cxx273 void AquaSalGraphics::UpdateWindow( NSRect& ) in UpdateWindow() argument
H A Dsalgdi.cxx1478 const NSRect aDstRect = NSMakeRect( nX, nY, nWidth, nHeight); in drawEPS()
/AOO41X/main/fpicker/source/aqua/
H A DControlHelper.cxx333 NSRect minRect = NSMakeRect(0,0,300,33); in createUserPane()
354 NSRect frame = [pControl frame]; in createUserPane()
380 NSRect tfRect = [textField frame]; in createUserPane()
462 NSRect upRect = NSMakeRect(0, 0, currentWidth, currentHeight ); in createUserPane()
817 NSRect userPaneRect = [m_pUserPane frame]; in layoutControls()
833 NSRect controlRect = [pControl frame]; in layoutControls()
842 NSRect labelFrame = [label frame]; in layoutControls()
865 NSRect controlRect = [pControl frame]; in layoutControls()
887 NSRect labelFrame = [label frame]; in layoutControls()
/AOO41X/main/vcl/aqua/source/dtrans/
H A DDropTarget.cxx82 inline void CocoaToVCL(NSPoint& rPoint, const NSRect& bounds) in CocoaToVCL()
87 inline void CocoaToVCL(NSRect& rRect, const NSRect& bounds) in CocoaToVCL()
238 NSRect bounds = [mView bounds]; in draggingEntered()
280 NSRect bounds = [mView bounds]; in draggingUpdated()
349 NSRect bounds = [mView bounds]; in performDragOperation()
H A DDragSource.cxx277 NSRect bounds; in startDrag()
/AOO41X/main/vcl/inc/aqua/
H A Dsalframe.h60 NSRect maScreenRect; // for mirroring purposes
68 NSRect maFullScreenRect; // old window size when in FullScreen
187 void VCLToCocoa( NSRect& io_rRect, bool bRelativeToScreen = true );
188 void CocoaToVCL( NSRect& io_rRect, bool bRelativeToScreen = true );
H A Daquaprintview.h51 -(NSRect)rectForPage: (int)page;
52 -(NSPoint)locationOfPrintRect: (NSRect)aRect;
53 -(void)drawRect: (NSRect)rect;
H A Dsalgdi.h216 void UpdateWindow( NSRect& ); // delivered in NSView coordinates
219 void RefreshRect( const NSRect& );
453 inline void AquaSalGraphics::RefreshRect( const NSRect& rRect ) in RefreshRect()
H A Dsalnsmenu.h33 -(void)drawRect: (NSRect)aRect;
H A Dsalframeview.h91 -(void)drawRect: (NSRect)aRect;
/AOO41X/main/vcl/aqua/source/a11y/
H A Daqua11yutil.mm38 NSRect screenRect = [ [ NSScreen mainScreen ] frame ];
46 NSRect screenRect = [ [ NSScreen mainScreen ] frame ];
H A Daqua11ycomponentwrapper.mm48 NSRect screenRect = [ [ NSScreen mainScreen ] frame ];
H A Daqua11ywrapper.mm1015 NSRect screenRect = [ [ NSScreen mainScreen ] frame ];
/AOO41X/main/vcl/aqua/source/app/
H A Dsalsys.cxx75 NSRect aFrame = [pScreen frame]; in GetDisplayScreenPosSizePixel()
94 NSRect aFrame = [pScreen visibleFrame]; in GetDisplayWorkAreaPosSizePixel()
/AOO41X/main/avmedia/source/macavf/
H A Dmacavf_window.cxx141 NSRect aRect = [mpView frame]; in setPosSize()
158 NSRect aRect = [mpView frame]; in getPosSize()