Home
last modified time | relevance | path

Searched refs:getNSWindow (Results 1 – 7 of 7) sorted by relevance

/trunk/main/vcl/aqua/source/app/
H A Dvclnsapp.mm98 [(SalFrameWindow*)pFrame->getNSWindow() windowShouldClose: nil];
108 …if ( nModMask == NSCommandKeyMask && ([pFrame->getNSWindow() styleMask] & NSMiniaturizableWindowMa…
110 [pFrame->getNSWindow() performMiniaturize: nil];
239 [(*it)->getNSWindow() makeKeyAndOrderFront: NSApp];
251 [(*it)->getNSWindow() makeKeyAndOrderFront: NSApp];
279 [(*it)->getNSWindow() makeKeyAndOrderFront: NSApp];
291 [(*it)->getNSWindow() makeKeyAndOrderFront: NSApp];
486 NSWindow* pNSWindow = (*it)->getNSWindow();
514 [(*it)->getNSWindow() setLevel: NSNormalWindowLevel];
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdiutils.cxx178 if( mbWindow && mpFrame && mpFrame->getNSWindow() ) in CheckContext()
201 …aphicsContext* pNSGContext = [NSGraphicsContext graphicsContextWithWindow: mpFrame->getNSWindow()]; in CheckContext()
H A Dsalvd.cxx206 NSWindow* pNSWindow = pSalFrame->getNSWindow(); in SetSize()
H A Dsalgdi.cxx331 initResolution( (mbWindow && mpFrame) ? mpFrame->getNSWindow() : nil ); in updateResolution()
426 initResolution( (mbWindow && mpFrame) ? mpFrame->getNSWindow() : nil ); in GetResolution()
435 rGraphics.initResolution( rGraphics.mpFrame->getNSWindow() ); in copyResolution()
H A Dsalnativewidgets.cxx437 const bool bDrawActive = mpFrame ? ([mpFrame->getNSWindow() isKeyWindow] ? true : false) : true; in getState()
457 const bool bDrawActive = mpFrame ? ([mpFrame->getNSWindow() isKeyWindow] ? true : false) : true; in getTrackState()
/trunk/main/vcl/aqua/source/window/
H A Dsalframeview.mm431 …if ((self = [super initWithFrame: [NSWindow contentRectForFrameRect: [pFrame->getNSWindow() frame]…
521 [mpFrame->getNSWindow() invalidateShadow];
554 NSRect aFrameRect = [pDispatchFrame->getNSWindow() frame];
1693 return mpFrame->getNSWindow();
1713 return mpFrame->getNSWindow();
/trunk/main/vcl/inc/aqua/
H A Dsalframe.h178 NSWindow* getNSWindow() const { return mpNSWindow; } in getNSWindow() function in AquaSalFrame

Completed in 46 milliseconds