Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dwindow.cxx8612 Sequence< Any > aDragSourceAL( 2 ), aDropTargetAL( 2 ); in GetDragSource() local
8617 aDragSourceAL[ 1 ] = makeAny( (sal_uInt32) pEnvData->hWnd ); in GetDragSource()
8624aDragSourceAL[ 1 ] = makeAny( static_cast<sal_uInt64>( reinterpret_cast<sal_IntPtr>(pEnvData->mpNS… in GetDragSource()
8628 aDragSourceAL.realloc( 3 ); in GetDragSource()
8632 aDragSourceAL[ 0 ] = makeAny( Application::GetDisplayConnection() ); in GetDragSource()
8633 aDragSourceAL[ 2 ] = makeAny( vcl::createBmpConverter() ); in GetDragSource()
8639 …XDragSource > ( xFactory->createInstanceWithArguments( aDragSourceSN, aDragSourceAL ), UNO_QUERY ); in GetDragSource()

Completed in 51 milliseconds