Home
last modified time | relevance | path

Searched refs:aDropTargetAL (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
8618 aDropTargetAL[ 0 ] = makeAny( (sal_uInt32) pEnvData->hWnd ); in GetDragSource()
8625aDropTargetAL[ 0 ] = makeAny( static_cast<sal_uInt64>( reinterpret_cast<sal_IntPtr>(pEnvData->mpNS… in GetDragSource()
8627 aDropTargetAL.realloc( 3 ); in GetDragSource()
8634 aDropTargetAL[ 0 ] = makeAny( Application::GetDisplayConnection() ); in GetDragSource()
8635 aDropTargetAL[ 1 ] = makeAny( (sal_Size)(pEnvData->aShellWindow) ); in GetDragSource()
8636 aDropTargetAL[ 2 ] = makeAny( vcl::createBmpConverter() ); in GetDragSource()
8642 …XDropTarget > ( xFactory->createInstanceWithArguments( aDropTargetSN, aDropTargetAL ), UNO_QUERY ); in GetDragSource()

Completed in 50 milliseconds