Searched refs:aGraphicSeq (Results 1 – 4 of 4) sorted by relevance
151 Sequence< Reference< ::com::sun::star::graphic::XGraphic > > aGraphicSeq; in GetImage() local157 aGraphicSeq = xDocImgMgr->getImages( nImageType, aImageCmdSeq ); in GetImage()158 Reference< ::com::sun::star::graphic::XGraphic > xGraphic = aGraphicSeq[0]; in GetImage()210 Sequence< Reference< ::com::sun::star::graphic::XGraphic > > aGraphicSeq; in GetImage() local214 aGraphicSeq = xModuleImageManager->getImages( nImageType, aImageCmdSeq ); in GetImage()216 Reference< ::com::sun::star::graphic::XGraphic > xGraphic = aGraphicSeq[0]; in GetImage()
512 uno::Sequence< uno::Reference< graphic::XGraphic > > aGraphicSeq; in getImageFromCommandURL() local520 aGraphicSeq = m_xDocImageMgr->getImages( nImageType, aImageCmdSeq ); in getImageFromCommandURL()521 uno::Reference< graphic::XGraphic > xGraphic = aGraphicSeq[0]; in getImageFromCommandURL()540 aGraphicSeq = m_xModuleImageMgr->getImages( nImageType, aImageCmdSeq ); in getImageFromCommandURL()541 uno::Reference< ::com::sun::star::graphic::XGraphic > xGraphic = aGraphicSeq[0]; in getImageFromCommandURL()
986 uno::Sequence< uno::Reference< graphic::XGraphic > > aGraphicSeq; in GetGraphic() local993 aGraphicSeq = in GetGraphic()996 if ( aGraphicSeq.getLength() > 0 ) in GetGraphic()998 result = aGraphicSeq[0]; in GetGraphic()3588 aGraphicSeq( 1 ); in IMPL_LINK() local3605 aGraphicSeq[ 0 ] = newgraphic; in IMPL_LINK()3609 GetImageType(), aURLSeq, aGraphicSeq ); in IMPL_LINK()3660 aGraphicSeq( 1 ); in IMPL_LINK() local3661 aGraphicSeq[ 0 ] = backup; in IMPL_LINK()3669 GetImageType(), aURLSeq, aGraphicSeq ); in IMPL_LINK()
784 Sequence< Reference< XGraphic > > aGraphicSeq; in impl_elementChanged() local786 aGraphicSeq = m_xModuleImageManager->getImages( nImageType, aCmdURLSeq ); in impl_elementChanged()787 aImage = Image( aGraphicSeq[0] ); in impl_elementChanged()
Completed in 69 milliseconds