/aoo4110/main/vcl/aqua/source/window/ |
H A D | salframe.cxx | 151 NSRect aVisibleRect = [pNSScreen visibleFrame]; in initWindowAndView() 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() 1380 NSRect aFrameRect = [mpNSWindow frame]; in SetPosSize() 1384 NSRect aParentContentRect; in SetPosSize() 1456 NSRect aRect = [pScreen visibleFrame]; in GetWorkArea() [all …]
|
H A D | salnsmenu.mm | 128 -(void)drawRect: (NSRect)aRect 136 NSRect aFrame = [self frame]; argument 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 D | salobj.cxx | 50 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 D | salframeview.mm | 151 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 508 // convert the NSRect to a CGRect for Refreshrect() argument 554 NSRect aFrameRect = [pDispatchFrame->getNSWindow() frame]; 1675 - (NSRect)firstRectForCharacterRange:(NSRange)theRange 1681 NSRect rect;
|
H A D | salmenu.cxx | 357 NSRect popupFrame = [pPopupNSView frame]; in ShowNativePopupMenu() 367 …NSRect displayPopupFrame = NSMakeRect( rRect.nLeft+(offset-1), rRect.nTop+(offset+1), popupFrame.s… in ShowNativePopupMenu() 893 NSRect aRect = [pNSWin frame]; in GetMenuBarButtonRectPixel()
|
/aoo4110/main/vcl/aqua/source/gdi/ |
H A D | aquaprintaccessoryview.mm | 298 NSRect aViewFrame = [mpPreview frame]; 570 NSRect aCtrlRect = [pControl frame]; 646 NSRect aUnion = NSZeroRect; 658 NSRect aFrame = [pCurSubView frame]; 686 NSRect aRect = [pNSView frame]; 715 NSRect aTextRect = { NSZeroPoint, {20, 15} }; 770 NSRect aTextRect = [pTextView frame]; 841 NSRect aTextRect = [pTextView frame]; 915 NSRect aTextRect = [pTextView frame]; 983 NSRect aTextRect = [pTextView frame]; [all …]
|
H A D | aquaprintview.mm | 35 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 68 -(void)drawRect: (NSRect)rect argument
|
H A D | salprn.cxx | 131 NSRect aImageRect = [mpPrintInfo imageablePageBounds]; in SetupPrinterGraphics() 424 NSRect aImageRect = [mpPrintInfo imageablePageBounds]; in GetPageInfo()
|
H A D | salgdiutils.cxx | 273 void AquaSalGraphics::UpdateWindow( NSRect& ) in UpdateWindow() argument
|
H A D | salgdi.cxx | 1478 const NSRect aDstRect = NSMakeRect( nX, nY, nWidth, nHeight); in drawEPS()
|
/aoo4110/main/fpicker/source/aqua/ |
H A D | ControlHelper.cxx | 333 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()
|
/aoo4110/main/vcl/aqua/source/dtrans/ |
H A D | DropTarget.cxx | 82 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 D | DragSource.cxx | 277 NSRect bounds; in startDrag()
|
/aoo4110/main/vcl/inc/aqua/ |
H A D | salframe.h | 60 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 D | aquaprintview.h | 51 -(NSRect)rectForPage: (int)page; in rectForPage:() 52 -(NSPoint)locationOfPrintRect: (NSRect)aRect; in locationOfPrintRect:() argument 53 -(void)drawRect: (NSRect)rect; in drawRect:() argument
|
H A D | salgdi.h | 216 void UpdateWindow( NSRect& ); // delivered in NSView coordinates 219 void RefreshRect( const NSRect& ); 453 inline void AquaSalGraphics::RefreshRect( const NSRect& rRect ) in RefreshRect()
|
H A D | salnsmenu.h | 33 -(void)drawRect: (NSRect)aRect; in drawRect:() argument
|
H A D | salframeview.h | 91 -(void)drawRect: (NSRect)aRect; in drawRect:() argument
|
/aoo4110/main/vcl/aqua/source/a11y/ |
H A D | aqua11yutil.mm | 38 NSRect screenRect = [ [ NSScreen mainScreen ] frame ]; 46 NSRect screenRect = [ [ NSScreen mainScreen ] frame ];
|
H A D | aqua11ycomponentwrapper.mm | 48 NSRect screenRect = [ [ NSScreen mainScreen ] frame ];
|
H A D | aqua11ywrapper.mm | 1015 NSRect screenRect = [ [ NSScreen mainScreen ] frame ];
|
/aoo4110/main/vcl/aqua/source/app/ |
H A D | salsys.cxx | 75 NSRect aFrame = [pScreen frame]; in GetDisplayScreenPosSizePixel() 94 NSRect aFrame = [pScreen visibleFrame]; in GetDisplayWorkAreaPosSizePixel()
|
/aoo4110/main/avmedia/source/macavf/ |
H A D | macavf_window.cxx | 141 NSRect aRect = [mpView frame]; in setPosSize() 158 NSRect aRect = [mpView frame]; in getPosSize()
|