Searched refs:aSelPos (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/svx/source/gallery2/ |
| H A D | galbrws2.cxx | 663 Point aSelPos; in ExecuteDrop() local 664 const sal_uIntPtr nItemId = ImplGetSelectedItemId( &rEvt.maPosPixel, aSelPos ); in ExecuteDrop() 682 Point aSelPos; in StartDrag() local 683 const sal_uIntPtr nItemId = ImplGetSelectedItemId( pDragPoint, aSelPos ); in StartDrag() 702 Point aSelPos; in ShowContextMenu() local 703 const sal_uIntPtr nItemId = ImplGetSelectedItemId( pContextPoint, aSelPos ); in ShowContextMenu() 719 rPopup->ExecutePopup( this, aSelPos ); in ShowContextMenu() 728 Point aSelPos; in KeyInput() local 729 const sal_uIntPtr nItemId = ImplGetSelectedItemId( NULL, aSelPos ); in KeyInput() 913 Point aSelPos; in SetMode() local [all …]
|
| H A D | galbrws1.cxx | 689 …Point aSelPos( mpThemes->GetBoundingRectangle( mpThemes->GetSelectEntryPos() ).Center() … in IMPL_LINK() local 691 aSelPos.X() = Max( Min( aSelPos.X(), aThemesRect.Right() ), aThemesRect.Left() ); in IMPL_LINK() 692 aSelPos.Y() = Max( Min( aSelPos.Y(), aThemesRect.Bottom() ), aThemesRect.Top() ); in IMPL_LINK() 694 aMenu.Execute( this, aSelPos ); in IMPL_LINK()
|
| /AOO41X/main/svtools/source/hatchwindow/ |
| H A D | ipwin.cxx | 166 aSelPos = rPos; // Start-Position merken in SelectBegin() 249 return aPos += aSelPos; in GetTrackPosPixel() 262 Point aDiff = rTrackPos - aSelPos; in GetTrackRectPixel()
|
| H A D | ipwin.hxx | 38 Point aSelPos; member in SvResizeHelper
|