Home
last modified time | relevance | path

Searched refs:nExtraHeight (Results 1 – 4 of 4) sorted by relevance

/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_extlistbox.cxx628 long nExtraHeight = 0; in DrawRow() local
631 nExtraHeight = m_nExtraHeight; in DrawRow()
633 DrawText( Rectangle( aPos.X(), aPos.Y(), rRect.Right(), rRect.Bottom() - nExtraHeight ), in DrawRow()
/trunk/main/vcl/source/window/
H A Dbrdwin.cxx103 long nExtraHeight = ((rRect.GetHeight()*50)+500)/1000; in ImplCalcSymbolRect() local
106 rRect.Top() += nExtraHeight; in ImplCalcSymbolRect()
107 rRect.Bottom() -= nExtraHeight; in ImplCalcSymbolRect()
/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx1172 long nExtraHeight = aBtnSize.Height() + n3Height; in Resize() local
1177 aNewSize.Height() -= ( nExtraHeight + ( a6Size.Height() * 3 / 2 ) ); in Resize()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx2364 long nExtraHeight = (long)( 20 * nPPTY ); in DrawEdit() local
2365 … aPaperSize.Height() = aAreaParam.maAlignRect.GetHeight() - nTopM - nBottomM + nExtraHeight; in DrawEdit()

Completed in 118 milliseconds