Home
last modified time | relevance | path

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

/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_extlistbox.cxx380 long aTextHeight; in CalcActiveHeight() local
384 aTextHeight = nTitleHeight; in CalcActiveHeight()
386 aTextHeight = nIconHeight; in CalcActiveHeight()
403 aTextHeight += aRect.GetHeight(); in CalcActiveHeight()
405 if ( aTextHeight < m_nStdHeight ) in CalcActiveHeight()
406 aTextHeight = m_nStdHeight; in CalcActiveHeight()
563 long aTextHeight = GetTextHeight(); in DrawRow() local
598 aTitleWidth += (aTextHeight / 3); in DrawRow()
609 aTextHeight = nTitleHeight; in DrawRow()
611 aTextHeight = nIconHeight; in DrawRow()
[all …]
/trunk/main/sw/source/ui/docvw/
H A DSidebarWin.cxx663 long aTextHeight = LogicToPixel( mpOutliner->CalcTextSize()).Height(); in DoResize() local
672 if ((aTextHeight > aHeight) && !IsPreview()) in DoResize()
709 mpSidebarTxtControl->SetPosSizePixel( ( (aTextHeight > aHeight) && !IsPreview() in DoResize()
/trunk/main/sd/source/ui/annotations/
H A Dannotationwindow.cxx430 long aTextHeight = LogicToPixel( mpOutliner->CalcTextSize()).Height(); in DoResize() local
432 if( aTextHeight > aHeight ) in DoResize()

Completed in 46 milliseconds