Home
last modified time | relevance | path

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

/aoo4110/main/vcl/aqua/source/dtrans/
H A DDropTarget.cxx82 inline void CocoaToVCL(NSPoint& rPoint, const NSRect& bounds) in CocoaToVCL()
239 NSPoint mouseLoc = [NSEvent mouseLocation]; in draggingEntered()
242 NSPoint dragLocation = [mView convertPoint:[wnd convertScreenToBase:mouseLoc] fromView:nil]; in draggingEntered()
281 NSPoint mouseLoc = [NSEvent mouseLocation]; in draggingUpdated()
284 NSPoint dragLocation = [mView convertPoint:[wnd convertScreenToBase:mouseLoc] fromView:nil]; in draggingUpdated()
350 NSPoint mouseLoc = [NSEvent mouseLocation]; in performDragOperation()
353 NSPoint dragLocation = [mView convertPoint:[wnd convertScreenToBase:mouseLoc] fromView:nil]; in performDragOperation()
H A DDragSource.cxx114 -(void)draggedImage:(NSImage*)anImage beganAt:(NSPoint)aPoint
128 -(void)draggedImage:(NSImage *)anImage endedAt:(NSPoint)aPoint operation:(NSDragOperation)operation
149 -(void)draggedImage:(NSImage *)draggedImage movedTo:(NSPoint)screenPoint
286 NSPoint pInWnd = [mLastMouseEventBeforeStartDrag locationInWindow]; in startDrag()
287 NSPoint p; in startDrag()
H A DDragSource.hxx72 -(void)draggedImage:(NSImage*)anImage beganAt:(NSPoint)aPoint;
73 -(void)draggedImage:(NSImage *)anImage endedAt:(NSPoint)aPoint operation:(NSDragOperation)operation;
74 -(void)draggedImage:(NSImage *)draggedImage movedTo:(NSPoint)screenPoint;
/aoo4110/main/vcl/aqua/source/app/
H A Dsaldata.cxx142 const NSPoint aHotSpot;
253 NSPoint aHotSpot = aCursorTab[ i_eStyle ].aHotSpot; in getCursor()
/aoo4110/main/vcl/aqua/source/gdi/
H A Daquaprintview.mm62 -(NSPoint)locationOfPrintRect: (NSRect)aRect
70 NSPoint aPoint = [self locationOfPrintRect: rect];
/aoo4110/main/vcl/inc/aqua/
H A Dsalframe.h190 void VCLToCocoa( NSPoint& io_rPoint, bool bRelativeToScreen = true );
191 void CocoaToVCL( NSPoint& io_Point, bool bRelativeToScreen = true );
H A Daquaprintview.h52 -(NSPoint)locationOfPrintRect: (NSRect)aRect; in locationOfPrintRect:()
H A Daqua11ywrapper.h77 -(id)accessibilityHitTest:(NSPoint)point; in accessibilityHitTest:() argument
/aoo4110/main/vcl/aqua/source/window/
H A Dsalframeview.mm199 NSPoint aPt = [NSEvent mouseLocation];
553 NSPoint aPt = [NSEvent mouseLocation];
585 NSPoint aPt = [NSEvent mouseLocation];
754 NSPoint aPt = [NSEvent mouseLocation];
811 NSPoint aPt = [NSEvent mouseLocation];
871 NSPoint aPt = [NSEvent mouseLocation];
1631 - (NSUInteger)characterIndexForPoint:(NSPoint)thePoint
H A Dsalframe.cxx240 void AquaSalFrame::CocoaToVCL( NSPoint& io_rPoint, bool bRelativeToScreen ) in CocoaToVCL()
248 void AquaSalFrame::VCLToCocoa( NSPoint& io_rPoint, bool bRelativeToScreen ) in VCLToCocoa()
1473 NSPoint aPt = [mpNSWindow mouseLocationOutsideOfEventStream]; in GetPointerState()
H A Dsalobj.cxx179 NSPoint aClipPt = NSZeroPoint; in setClippedPosSize()
H A Dsalnsmenu.mm160 NSPoint aMousePt = [pEvent locationInWindow];
/aoo4110/main/vcl/aqua/source/a11y/
H A Daqua11yutil.mm39NSPoint nsPoint = NSMakePoint ( (float) vclPoint.X, (float) ( screenRect.size.height - vclPoint.Y …
H A Daqua11ycomponentwrapper.mm51NSPoint nsPoint = NSMakePoint ( (float) location.X, (float) ( screenRect.size.height - size.Height…
H A Daqua11ywrapper.mm951 -(BOOL)isViewElement:(NSObject *)viewElement hitByPoint:(NSPoint)point { argument
1008 -(id)accessibilityHitTest:(NSPoint)point { argument

Completed in 85 milliseconds