Home
last modified time | relevance | path

Searched refs:NSRect (Results 1 – 23 of 23) sorted by last modified time

/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx1478 const NSRect aDstRect = NSMakeRect( nX, nY, nWidth, nHeight); in drawEPS()
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 Daquaprintaccessoryview.mm298 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 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
68 -(void)drawRect: (NSRect)rect argument
/trunk/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 Dsalframeview.h91 -(void)drawRect: (NSRect)aRect; in drawRect:() argument
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; in drawRect:() argument
H A Daquaprintview.h51 -(NSRect)rectForPage: (int)page; in rectForPage:()
52 -(NSPoint)locationOfPrintRect: (NSRect)aRect; in locationOfPrintRect:() argument
53 -(void)drawRect: (NSRect)rect; in drawRect:() argument
/trunk/main/vcl/aqua/source/window/
H A Dsalframe.cxx151 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 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
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 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()
H A Dsalnsmenu.mm128 -(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 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()
/trunk/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()
/trunk/main/vcl/aqua/source/app/
H A Dsalsys.cxx75 NSRect aFrame = [pScreen frame]; in GetDisplayScreenPosSizePixel()
94 NSRect aFrame = [pScreen visibleFrame]; in GetDisplayWorkAreaPosSizePixel()
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ycomponentwrapper.mm48 NSRect screenRect = [ [ NSScreen mainScreen ] frame ];
H A Daqua11yutil.mm38 NSRect screenRect = [ [ NSScreen mainScreen ] frame ];
46 NSRect screenRect = [ [ NSScreen mainScreen ] frame ];
H A Daqua11ywrapper.mm1015 NSRect screenRect = [ [ NSScreen mainScreen ] frame ];
/trunk/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()
/trunk/main/avmedia/source/macavf/
H A Dmacavf_window.cxx141 NSRect aRect = [mpView frame]; in setPosSize()
158 NSRect aRect = [mpView frame]; in getPosSize()

Completed in 114 milliseconds