Home
last modified time | relevance | path

Searched refs:xIconList (Results 1 – 2 of 2) sorted by relevance

/trunk/main/dbaccess/source/ui/control/
H A Dopendoccontrols.cxx183 … Sequence<Reference< XGraphic> > xIconList( xImageManager->getImages( 0, aCommandList ) ); in GetCommandIcon() local
184 if ( !xIconList.hasElements() ) in GetCommandIcon()
187 aIcon = Graphic( xIconList[0] ).GetBitmapEx(); in GetCommandIcon()
/trunk/main/sd/source/ui/dlg/
H A Ddlgass.cxx1852 Sequence<Reference<graphic::XGraphic> > xIconList ( in GetUiIconForCommand() local
1854 if ( ! xIconList.hasElements()) in GetUiIconForCommand()
1857 aIcon = Graphic(xIconList[0]).GetBitmapEx(); in GetUiIconForCommand()

Completed in 15 milliseconds