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()
1852 Sequence<Reference<graphic::XGraphic> > xIconList ( in GetUiIconForCommand() local1854 if ( ! xIconList.hasElements()) in GetUiIconForCommand()1857 aIcon = Graphic(xIconList[0]).GetBitmapEx(); in GetUiIconForCommand()
Completed in 16 milliseconds