Home
last modified time | relevance | path

Searched refs:SalFrameWindow (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/aqua/source/app/
H A Dvclnsapp.mm81 if( pKeyWin && [pKeyWin isKindOfClass: [SalFrameWindow class]] )
83 AquaSalFrame* pFrame = [(SalFrameWindow*)pKeyWin getSalFrame];
98 [(SalFrameWindow*)pFrame->getNSWindow() windowShouldClose: nil];
207 if( [pWin isKindOfClass: [SalFrameWindow class]] && [pWin canBecomeKeyWindow] == NO )
/trunk/main/vcl/aqua/source/window/
H A Dsalframeview.mm140 …if( pWin && [pWin isMemberOfClass: [SalFrameWindow class]] && [(SalFrameWindow*)pWin containsMouse…
141 pDispatchFrame = [(SalFrameWindow*)pWin getSalFrame];
146 @implementation SalFrameWindow implementation
174 return (SalFrameWindow*)pNSWindow;
566 if( pWindow && [pWindow isMemberOfClass: [SalFrameWindow class]] )
567 pDispatchFrame = [(SalFrameWindow*)pWindow getSalFrame];
569 However if a non SalFrameWindow is on screen (like e.g. the file dialog)
H A Dsalframe.cxx197 mpNSWindow = [[SalFrameWindow alloc] initWithSalFrame: this]; in initWindowAndView()
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ywrapper.mm57 @interface SalFrameWindow : NSWindow interface
1024 …if ( [ element isKindOfClass: [ SalFrameWindow class ] ] && [ self isViewElement: element hitByPoi…
1026 …Reference < XAccessibleRelationSet > relationSet = [ ( ( SalFrameWindow * ) element ) accessibleCo…
/trunk/main/vcl/inc/aqua/
H A Dsalframeview.h29 @interface SalFrameWindow : NSWindow<NSWindowDelegate> interface

Completed in 60 milliseconds