Searched refs:aDropTargetAL (Results 1 – 1 of 1) sorted by relevance
8612 Sequence< Any > aDragSourceAL( 2 ), aDropTargetAL( 2 ); in GetDragSource() local8618 aDropTargetAL[ 0 ] = makeAny( (sal_uInt32) pEnvData->hWnd ); in GetDragSource()8625 …aDropTargetAL[ 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 46 milliseconds