Home
last modified time | relevance | path

Searched refs:rSelPos (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/source/gallery2/
H A Dgalbrws2.cxx1086 sal_uIntPtr GalleryBrowser2::ImplGetSelectedItemId( const Point* pSelPos, Point& rSelPos ) in ImplGetSelectedItemId() argument
1096 rSelPos = GetPointerPosPixel(); in ImplGetSelectedItemId()
1098 rSelPos = Point( aOutputSizePixel.Width() >> 1, aOutputSizePixel.Height() >> 1 ); in ImplGetSelectedItemId()
1105 rSelPos = GetPointerPosPixel(); in ImplGetSelectedItemId()
1110 rSelPos = mpIconView->GetItemRect( (sal_uInt16) nRet ).Center(); in ImplGetSelectedItemId()
1118 rSelPos = GetPointerPosPixel(); in ImplGetSelectedItemId()
1123 rSelPos = mpListView->GetFieldRectPixel( (sal_uInt16) nRet, 1 ).Center(); in ImplGetSelectedItemId()
1127 rSelPos.X() = Max( Min( rSelPos.X(), aOutputSizePixel.Width() - 1L ), 0L ); in ImplGetSelectedItemId()
1128 rSelPos.Y() = Max( Min( rSelPos.Y(), aOutputSizePixel.Height() - 1L ), 0L ); in ImplGetSelectedItemId()
/trunk/main/svx/inc/
H A Dgalbrws2.hxx134 sal_uIntPtr ImplGetSelectedItemId( const Point* pSelPosPixel, Point& rSelPos );

Completed in 16 milliseconds