Home
last modified time | relevance | path

Searched refs:NSWindow (Results 1 – 15 of 15) sorted by relevance

/trunk/main/vcl/aqua/source/window/
H A Dsalframe.cxx586 aStateRect = [NSWindow contentRectForFrameRect: aStateRect styleMask: mnStyleMask]; in SetWindowState()
597 aStateRect = [NSWindow frameRectForContentRect: aStateRect styleMask: mnStyleMask]; in SetWindowState()
674 aStateRect = [NSWindow contentRectForFrameRect: aStateRect styleMask: mnStyleMask]; in GetWindowState()
796 …[mpNSWindow setFrame: [NSWindow frameRectForContentRect: aNewContentRect styleMask: mnStyleMask] d… in ShowFullScreen()
1185 static Color getColor( NSColor* pSysColor, const Color& rDefault, NSWindow* pWin ) in getColor()
1381 NSRect aContentRect = [NSWindow contentRectForFrameRect: aFrameRect styleMask: mnStyleMask]; in SetPosSize()
1396 …aParentContentRect = [NSWindow contentRectForFrameRect: aParentFrameRect styleMask: mpParent->mnSt… in SetPosSize()
1427 …[mpNSWindow setFrame: [NSWindow frameRectForContentRect: aContentRect styleMask: mnStyleMask] disp… in SetPosSize()
1646 NSRect aContentRect = [NSWindow contentRectForFrameRect: aFrameRect styleMask: mnStyleMask]; in UpdateFrameGeometry()
H A Dsalframeview.mm139 NSWindow* pWin = [NSApp windowWithWindowNumber: pWindows[i]];
154NSWindow* pNSWindow = [super initWithContentRect: aRect styleMask: mpFrame->getStyleMask() backing…
198 // is this event actually inside that NSWindow ?
431 …if ((self = [super initWithFrame: [NSWindow contentRectForFrameRect: [pFrame->getNSWindow() frame]…
552 // is this event actually inside that NSWindow ?
565NSWindow* pWindow = [NSApp makeWindowsPerform: @selector(containsMouse) inOrder: YES];
1711 -(NSWindow*)windowForParent
H A Dsalmenu.cxx354 NSWindow* pParentNSWindow = pParentAquaSalFrame->mpNSWindow; in ShowNativePopupMenu()
889 NSWindow* pNSWin = [pNSView window]; in GetMenuBarButtonRectPixel()
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ywrapper.mm57 @interface SalFrameWindow : NSWindow
382 // get associated NSWindow
383 NSWindow* theWindow = [ aWrapper windowForParent ];
1018NSWindow * window = (NSWindow *) [ self accessibilityAttributeValue: NSAccessibilityWindowAttribut…
1021 NSWindow * element = nil;
1104 -(NSWindow*)windowForParent {
/trunk/main/vcl/inc/aqua/
H A Dsalframe.h57 NSWindow* mpNSWindow; // Cocoa window
178 NSWindow* getNSWindow() const { return mpNSWindow; } in getNSWindow()
H A Dsalframeview.h29 @interface SalFrameWindow : NSWindow<NSWindowDelegate>
181 -(NSWindow*)windowForParent; in windowForParent()
H A Daqua11ywrapper.h93 -(NSWindow*)windowForParent; in windowForParent()
H A Dsalgdi.h203 void initResolution( NSWindow* );
/trunk/main/vcl/aqua/source/app/
H A Dvclnsapp.mm80 NSWindow* pKeyWin = [NSApp keyWindow];
204 NSWindow* pWin = [pEvent window];
486 NSWindow* pNSWindow = (*it)->getNSWindow();
/trunk/main/vcl/aqua/source/gdi/
H A Dsalvd.cxx206 NSWindow* pNSWindow = pSalFrame->getNSWindow(); in SetSize()
H A Dsalgdi.cxx334 void AquaSalGraphics::initResolution( NSWindow* ) in initResolution() argument
H A Daquaprintaccessoryview.mm153 NSWindow* pNSWindow = [NSApp modalWindow];
/trunk/main/vcl/aqua/source/dtrans/
H A DDragSource.cxx209 NSWindow* pWin = [mView window]; in initialize()
H A DDropTarget.cxx416 NSWindow* parentWnd = [wnd parentWindow]; in initialize()
/trunk/main/fpicker/source/aqua/
H A DSalAquaFilePicker.cxx201 NSWindow *frontWindow = [NSApp keyWindow]; in execute()

Completed in 136 milliseconds