Home
last modified time | relevance | path

Searched refs:aGraphicSeq (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sfx2/source/appl/
H A Dimagemgr.cxx151 Sequence< Reference< ::com::sun::star::graphic::XGraphic > > aGraphicSeq; in GetImage() local
157 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() local
214 aGraphicSeq = xModuleImageManager->getImages( nImageType, aImageCmdSeq ); in GetImage()
216 Reference< ::com::sun::star::graphic::XGraphic > xGraphic = aGraphicSeq[0]; in GetImage()
/trunk/main/svtools/source/uno/
H A Dcontextmenuhelper.cxx512 uno::Sequence< uno::Reference< graphic::XGraphic > > aGraphicSeq; in getImageFromCommandURL() local
520 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()
/trunk/main/cui/source/customize/
H A Dcfg.cxx986 uno::Sequence< uno::Reference< graphic::XGraphic > > aGraphicSeq; in GetGraphic() local
993 aGraphicSeq = in GetGraphic()
996 if ( aGraphicSeq.getLength() > 0 ) in GetGraphic()
998 result = aGraphicSeq[0]; in GetGraphic()
3588 aGraphicSeq( 1 ); in IMPL_LINK() local
3605 aGraphicSeq[ 0 ] = newgraphic; in IMPL_LINK()
3609 GetImageType(), aURLSeq, aGraphicSeq ); in IMPL_LINK()
3660 aGraphicSeq( 1 ); in IMPL_LINK() local
3661 aGraphicSeq[ 0 ] = backup; in IMPL_LINK()
3669 GetImageType(), aURLSeq, aGraphicSeq ); in IMPL_LINK()
/trunk/main/framework/source/uielement/
H A Dtoolbarmanager.cxx784 Sequence< Reference< XGraphic > > aGraphicSeq; in impl_elementChanged() local
786 aGraphicSeq = m_xModuleImageManager->getImages( nImageType, aCmdURLSeq ); in impl_elementChanged()
787 aImage = Image( aGraphicSeq[0] ); in impl_elementChanged()

Completed in 51 milliseconds