Searched refs:nIconHeight (Results 1 – 3 of 3) sorted by relevance
220 long nIconHeight = 2*TOP_OFFSET + SMALL_ICON_SIZE; in ExtensionBox_Impl() local222 if ( nIconHeight < nTitleHeight ) in ExtensionBox_Impl()225 m_nStdHeight = nIconHeight; in ExtensionBox_Impl()228 nIconHeight = ICON_HEIGHT + 2*TOP_OFFSET + 1; in ExtensionBox_Impl()229 if ( m_nStdHeight < nIconHeight ) in ExtensionBox_Impl()230 m_nStdHeight = nIconHeight; in ExtensionBox_Impl()383 if ( nIconHeight < nTitleHeight ) in CalcActiveHeight()386 aTextHeight = nIconHeight; in CalcActiveHeight()606 long nIconHeight = TOP_OFFSET + SMALL_ICON_SIZE; in DrawRow() local608 if ( nIconHeight < nTitleHeight ) in DrawRow()[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()
Completed in 48 milliseconds