Searched refs:aMediaProps (Results 1 – 4 of 4) sorted by relevance
469 uno::Sequence< beans::PropertyValue > aMediaProps( 1 ); in getThumbnailReplacement_Impl() local470 aMediaProps[0].Name = ::rtl::OUString::createFromAscii( "URL" ); in getThumbnailReplacement_Impl()471 aMediaProps[0].Value <<= aURL; in getThumbnailReplacement_Impl()473 uno::Reference< graphic::XGraphic > xGraphic = xGraphProvider->queryGraphic( aMediaProps ); in getThumbnailReplacement_Impl()
346 uno::Sequence< beans::PropertyValue > aMediaProps( 1 ); in GetBubbleImage() local347 aMediaProps[0].Name = ::rtl::OUString::createFromAscii( "URL" ); in GetBubbleImage()348 aMediaProps[0].Value <<= rURL; in GetBubbleImage()350 … uno::Reference< graphic::XGraphic > xGraphic = xGraphProvider->queryGraphic( aMediaProps ); in GetBubbleImage()
5406 uno::Sequence< beans::PropertyValue > aMediaProps( 1 ); in ReplaceGraphicItem() local5407 aMediaProps[0].Name = ::rtl::OUString::createFromAscii("URL"); in ReplaceGraphicItem()5408 aMediaProps[0].Value <<= aURL; in ReplaceGraphicItem()5417 m_xGraphProvider->queryGraphicDescriptor( aMediaProps ); in ReplaceGraphicItem()5443 aMediaProps[0].Value <<= aURL; in ReplaceGraphicItem()5485 uno::Sequence< beans::PropertyValue > aMediaProps( 1 ); in ImportGraphics() local5486 aMediaProps[0].Name = ::rtl::OUString::createFromAscii("URL"); in ImportGraphics()5586 uno::Sequence< beans::PropertyValue > aMediaProps( 1 ); in ImportGraphic() local5592 aMediaProps[0].Value <<= aURL; in ImportGraphic()5596 m_xGraphProvider->queryGraphicDescriptor( aMediaProps ); in ImportGraphic()[all …]
850 uno::Sequence< beans::PropertyValue > aMediaProps( 1 ); in getIcon() local851 aMediaProps[0].Name = OUSTR( "URL" ); in getIcon()852 aMediaProps[0].Value <<= aFullIconURL; in getIcon()854 xGraphic = xGraphProvider->queryGraphic( aMediaProps ); in getIcon()
Completed in 45 milliseconds