Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx1823 OUString aMediaURL; in EnhancedPDFExport() local
1824 xShapePropSet->getPropertyValue("MediaURL") >>= aMediaURL; in EnhancedPDFExport()
1825 if (!aMediaURL.isEmpty()) in EnhancedPDFExport()
1832 if (aMediaURL.startsWith("vnd.sun.star.Package:")) in EnhancedPDFExport()
1841 pPDFExtOutDevData->SetScreenURL(nScreenId, aMediaURL); in EnhancedPDFExport()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx1822 OUString aMediaURL; in EnhancedPDFExport() local
1823 xShapePropSet->getPropertyValue("MediaURL") >>= aMediaURL; in EnhancedPDFExport()
1824 if (!aMediaURL.isEmpty()) in EnhancedPDFExport()
1831 if (aMediaURL.startsWith("vnd.sun.star.Package:")) in EnhancedPDFExport()
1840 pPDFExtOutDevData->SetScreenURL(nScreenId, aMediaURL); in EnhancedPDFExport()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/filter/ppt/
H A Dpptin.cxx2707 OUString aMediaURL( ReadMedia( nRef ) ); in ProcessObj() local
2708 if ( aMediaURL.isEmpty() ) in ProcessObj()
2709 aMediaURL = ReadSound( nRef ); in ProcessObj()
2710 if ( !aMediaURL.isEmpty() ) in ProcessObj()
2731 pMediaObj->setURL( aMediaURL, ""/*TODO?*/ ); in ProcessObj()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/filter/ppt/
H A Dpptin.cxx2672 OUString aMediaURL( ReadMedia( nRef ) ); in ProcessObj() local
2673 if ( aMediaURL.isEmpty() ) in ProcessObj()
2674 aMediaURL = ReadSound( nRef ); in ProcessObj()
2675 if ( !aMediaURL.isEmpty() ) in ProcessObj()
2696 pMediaObj->setURL( aMediaURL, ""/*TODO?*/ ); in ProcessObj()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/unoidl/
H A Dunomodel.cxx1606 OUString aMediaURL; in ImplPDFExportShapeInteraction() local
1607 xShapePropSet->getPropertyValue("MediaURL") >>= aMediaURL; in ImplPDFExportShapeInteraction()
1608 if (!aMediaURL.isEmpty()) in ImplPDFExportShapeInteraction()
1611 if (aMediaURL.startsWith("vnd.sun.star.Package:")) in ImplPDFExportShapeInteraction()
1618 rPDFExtOutDevData.SetScreenURL(nScreenId, aMediaURL); in ImplPDFExportShapeInteraction()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/unoidl/
H A Dunomodel.cxx1608 OUString aMediaURL; in ImplPDFExportShapeInteraction() local
1609 xShapePropSet->getPropertyValue("MediaURL") >>= aMediaURL; in ImplPDFExportShapeInteraction()
1610 if (!aMediaURL.isEmpty()) in ImplPDFExportShapeInteraction()
1613 if (aMediaURL.startsWith("vnd.sun.star.Package:")) in ImplPDFExportShapeInteraction()
1620 rPDFExtOutDevData.SetScreenURL(nScreenId, aMediaURL); in ImplPDFExportShapeInteraction()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/filter/eppt/
H A Depptso.cxx2630 OUString aMediaURL; in ImplWritePage() local
2631 if ( (aAny >>= aMediaURL ) && !aMediaURL.isEmpty() ) in ImplWritePage()
2655 sal_uInt16 i, nStringLen = static_cast<sal_uInt16>(aMediaURL.getLength()); in ImplWritePage()
2659 sal_Unicode nChar = aMediaURL[ i ]; in ImplWritePage()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/filter/eppt/
H A Depptso.cxx2624 OUString aMediaURL; in ImplWritePage() local
2625 if ( (aAny >>= aMediaURL ) && !aMediaURL.isEmpty() ) in ImplWritePage()
2649 sal_uInt16 i, nStringLen = static_cast<sal_uInt16>(aMediaURL.getLength()); in ImplWritePage()
2653 sal_Unicode nChar = aMediaURL[ i ]; in ImplWritePage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/dochdl/
H A Dswdtflvr.cxx3078 INetURLObject aMediaURL; in PasteFileName() local
3080 aMediaURL.SetSmartURL( sFile ); in PasteFileName()
3081 … const OUString aMediaURLStr( aMediaURL.GetMainURL( INetURLObject::DecodeMechanism::NONE ) ); in PasteFileName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/dochdl/
H A Dswdtflvr.cxx2955 INetURLObject aMediaURL; in PasteFileName() local
2957 aMediaURL.SetSmartURL( sFile ); in PasteFileName()
2958 … const OUString aMediaURLStr( aMediaURL.GetMainURL( INetURLObject::DecodeMechanism::NONE ) ); in PasteFileName()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/draw/
H A Dshapeexport.cxx3349 OUString aMediaURL; in ImpExportMediaShape() local
3350 xPropSet->getPropertyValue("MediaURL") >>= aMediaURL; in ImpExportMediaShape()
3355 lcl_StoreMediaAndGetURL(GetExport(), xPropSet, aMediaURL, sMimeType); in ImpExportMediaShape()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/draw/
H A Dshapeexport.cxx3289 OUString aMediaURL; in ImpExportMediaShape() local
3290 xPropSet->getPropertyValue("MediaURL") >>= aMediaURL; in ImpExportMediaShape()
3295 lcl_StoreMediaAndGetURL(GetExport(), xPropSet, aMediaURL, sMimeType); in ImpExportMediaShape()