Home
last modified time | relevance | path

Searched refs:nIconHeight (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/desktop/source/deployment/gui/
H A Ddp_gui_extlistbox.cxx220 long nIconHeight = 2*TOP_OFFSET + SMALL_ICON_SIZE; in ExtensionBox_Impl() local
222 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() local
608 if ( nIconHeight < nTitleHeight ) in DrawRow()
[all …]
/aoo42x/main/sd/source/ui/slidesorter/view/
H A DSlsInsertionIndicatorOverlay.cxx246 const sal_Int32 nIconHeight (aExclusionOverlay.GetSizePixel().Height()); in PaintRepresentatives() local
247 if (nIconWidth>0 && nIconHeight>0) in PaintRepresentatives()
250 for (sal_Int32 nY=0; nY<aPreviewSize.Height(); nY+=nIconHeight) in PaintRepresentatives()
H A DSlsPageObjectPainter.cxx293 const sal_Int32 nIconHeight (rOverlay.GetSizePixel().Height()); in CreateMarkedPreview() local
294 if (nIconWidth>0 && nIconHeight>0) in CreateMarkedPreview()
297 for (sal_Int32 nY=0; nY<rSize.Height(); nY+=nIconHeight) in CreateMarkedPreview()

Completed in 20 milliseconds