Home
last modified time | relevance | path

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

/aoo42x/main/desktop/source/deployment/gui/
H A Ddp_gui_extlistbox.cxx228 nIconHeight = ICON_HEIGHT + 2*TOP_OFFSET + 1; in ExtensionBox_Impl()
553 if ( ( aImageSize.Width() <= ICON_WIDTH ) && ( aImageSize.Height() <= ICON_HEIGHT ) ) in DrawRow()
554 …DrawImage( Point( aPos.X()+((ICON_WIDTH-aImageSize.Width())/2), aPos.Y()+((ICON_HEIGHT-aImageSize.… in DrawRow()
556 DrawImage( aPos, Size( ICON_WIDTH, ICON_HEIGHT ), aImage ); in DrawRow()
H A Ddp_gui_extlistbox.hxx44 #define ICON_HEIGHT 42 macro

Completed in 18 milliseconds