Searched refs:nIconHeight (Results 1 – 3 of 3) sorted by relevance
219 long nIconHeight = 2*TOP_OFFSET + SMALL_ICON_SIZE; in ExtensionBox_Impl() local221 if ( nIconHeight < nTitleHeight ) in ExtensionBox_Impl()224 m_nStdHeight = nIconHeight; in ExtensionBox_Impl()227 nIconHeight = ICON_HEIGHT + 2*TOP_OFFSET + 1; in ExtensionBox_Impl()228 if ( m_nStdHeight < nIconHeight ) in ExtensionBox_Impl()229 m_nStdHeight = nIconHeight; in ExtensionBox_Impl()380 long nIconHeight = 2*TOP_OFFSET + SMALL_ICON_SIZE; in CalcActiveHeight() local382 if ( nIconHeight < nTitleHeight ) in CalcActiveHeight()385 aTextHeight = nIconHeight; in CalcActiveHeight()605 long nIconHeight = TOP_OFFSET + SMALL_ICON_SIZE; in DrawRow() local[all …]
246 const sal_Int32 nIconHeight (aExclusionOverlay.GetSizePixel().Height()); in PaintRepresentatives() local247 if (nIconWidth>0 && nIconHeight>0) in PaintRepresentatives()250 for (sal_Int32 nY=0; nY<aPreviewSize.Height(); nY+=nIconHeight) in PaintRepresentatives()
293 const sal_Int32 nIconHeight (rOverlay.GetSizePixel().Height()); in CreateMarkedPreview() local294 if (nIconWidth>0 && nIconHeight>0) in CreateMarkedPreview()297 for (sal_Int32 nY=0; nY<rSize.Height(); nY+=nIconHeight) in CreateMarkedPreview()