Lines Matching refs:aCurrentDropFile
377 String aCurrentDropFile( *aIter ); in IMPL_LINK() local
378 INetURLObject aURL( aCurrentDropFile ); in IMPL_LINK()
384 ::utl::LocalFileHelper::ConvertPhysicalNameToURL( aCurrentDropFile, aURLStr ); in IMPL_LINK()
391 aCurrentDropFile = aURL.GetMainURL( INetURLObject::NO_DECODE ); in IMPL_LINK()
393 if( !::avmedia::MediaWindow::isMediaURL( aCurrentDropFile ) ) in IMPL_LINK()
403 pGrafObj->SetGraphicLink( aCurrentDropFile, String() ); in IMPL_LINK()
415 …SfxMedium aSfxMedium( aCurrentDropFile, STREAM_READ | STREAM_SHARE_DENYNONE, sal_False… in IMPL_LINK()
422 String aLowerAsciiFileName( aCurrentDropFile ); in IMPL_LINK()
441 …SfxStringItem aItem1( ID_VAL_DUMMY0, aCurrentDropFile ), aItem2( ID_VAL_DUMMY1, pFoundFilter->Ge… in IMPL_LINK()
456 if( ::avmedia::MediaWindow::isMediaURL( aCurrentDropFile ) && in IMPL_LINK()
457 ::avmedia::MediaWindow::isMediaURL( aCurrentDropFile, true, &aPrefSize ) ) in IMPL_LINK()
471 InsertMediaURL( aCurrentDropFile, mnAction, maDropPos, aPrefSize ) ; in IMPL_LINK()
474 …tatic_cast< DrawViewShell* >( mpViewSh )->InsertURLButton( aCurrentDropFile, aCurrentDropFile, Str… in IMPL_LINK()
485 aMedium[0].Value <<= ::rtl::OUString( aCurrentDropFile ); in IMPL_LINK()