Home
last modified time | relevance | path

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

/AOO41X/main/sd/source/ui/view/
H A Dsdview2.cxx863 IMPL_LINK( View, ExecuteNavigatorDrop, SdNavigatorDropEvent*, pSdNavigatorDropEvent ) in IMPL_LINK() argument
865 …TransferableDataHelper aDataHelper( pSdNavigatorDropEvent->maDropEvent.Transferab… in IMPL_LINK()
877 if( pSdNavigatorDropEvent->mpTargetWindow ) in IMPL_LINK()
878 … aPos = pSdNavigatorDropEvent->mpTargetWindow->PixelToLogic( pSdNavigatorDropEvent->maPosPixel ); in IMPL_LINK()
923 delete pSdNavigatorDropEvent; in IMPL_LINK()
/AOO41X/main/sd/source/ui/inc/
H A DView.hxx256 … DECL_LINK( ExecuteNavigatorDrop, SdNavigatorDropEvent* pSdNavigatorDropEvent );