Searched refs:xIconList (Results 1 – 2 of 2) sorted by relevance
183 … Sequence<Reference< XGraphic> > xIconList( xImageManager->getImages( 0, aCommandList ) ); in GetCommandIcon() local184 if ( !xIconList.hasElements() ) in GetCommandIcon()187 aIcon = Graphic( xIconList[0] ).GetBitmapEx(); in GetCommandIcon()
1856 Sequence<Reference<graphic::XGraphic> > xIconList ( in GetUiIconForCommand() local1858 if ( ! xIconList.hasElements()) in GetUiIconForCommand()1861 aIcon = Graphic(xIconList[0]).GetBitmapEx(); in GetUiIconForCommand()