Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A Dsdview4.cxx402 OUString aCurrentDropFile( *aIter ); in IMPL_LINK_NOARG() local
403 INetURLObject aURL( aCurrentDropFile ); in IMPL_LINK_NOARG()
409 osl::FileBase::getFileURLFromSystemPath( aCurrentDropFile, aURLStr ); in IMPL_LINK_NOARG()
416 aCurrentDropFile = aURL.GetMainURL( INetURLObject::DecodeMechanism::NONE ); in IMPL_LINK_NOARG()
419 if( !::avmedia::MediaWindow::isMediaURL( aCurrentDropFile, ""/*TODO?*/ ) ) in IMPL_LINK_NOARG()
430 pGrafObj->SetGraphicLink( aCurrentDropFile ); in IMPL_LINK_NOARG()
449 OUString aLowerAsciiFileName = aCurrentDropFile.toAsciiLowerCase(); in IMPL_LINK_NOARG()
483 if( ::avmedia::MediaWindow::isMediaURL( aCurrentDropFile, ""/*TODO?*/ ) && in IMPL_LINK_NOARG()
498 InsertMediaURL( aCurrentDropFile, mnAction, maDropPos, aPrefSize, true ) ; in IMPL_LINK_NOARG()
503 …tatic_cast< DrawViewShell* >( mpViewSh )->InsertURLButton( aCurrentDropFile, aCurrentDropFile, OUS… in IMPL_LINK_NOARG()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A Dsdview4.cxx402 OUString aCurrentDropFile( *aIter ); in IMPL_LINK_NOARG() local
403 INetURLObject aURL( aCurrentDropFile ); in IMPL_LINK_NOARG()
409 osl::FileBase::getFileURLFromSystemPath( aCurrentDropFile, aURLStr ); in IMPL_LINK_NOARG()
416 aCurrentDropFile = aURL.GetMainURL( INetURLObject::DecodeMechanism::NONE ); in IMPL_LINK_NOARG()
419 if( !::avmedia::MediaWindow::isMediaURL( aCurrentDropFile, ""/*TODO?*/ ) ) in IMPL_LINK_NOARG()
430 pGrafObj->SetGraphicLink( aCurrentDropFile, ""/*TODO?*/, OUString() ); in IMPL_LINK_NOARG()
449 OUString aLowerAsciiFileName = aCurrentDropFile.toAsciiLowerCase(); in IMPL_LINK_NOARG()
483 if( ::avmedia::MediaWindow::isMediaURL( aCurrentDropFile, ""/*TODO?*/ ) && in IMPL_LINK_NOARG()
498 InsertMediaURL( aCurrentDropFile, mnAction, maDropPos, aPrefSize, true ) ; in IMPL_LINK_NOARG()
503 …tatic_cast< DrawViewShell* >( mpViewSh )->InsertURLButton( aCurrentDropFile, aCurrentDropFile, OUS… in IMPL_LINK_NOARG()
[all …]