Home
last modified time | relevance | path

Searched refs:nSymbolHeight (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/chart2/source/controller/dialogs/
H A DDataBrowser.cxx266 const sal_Int32 nSymbolHeight = 10; variable
271 return nSymbolHeight + nSymbolDistance; in GetRelativeAppFontXPosForNameField()
281 Size aSize( nSymbolHeight, nSymbolHeight ); in SetPos()
287 aPos.setX( aPos.getX() + nSymbolHeight + nSymbolDistance ); in SetPos()
288 aSize.setWidth( m_nWidth - nSymbolHeight - nSymbolDistance ); in SetPos()
/aoo4110/main/vcl/source/control/
H A Dbutton.cxx444 long nSymbolHeight = 0; in ImplDrawAlignedImage() local
458 nSymbolHeight = pDev->GetTextHeight(); in ImplDrawAlignedImage()
460 nSymbolHeight = nSymbolHeight * 3 / 4; in ImplDrawAlignedImage()
462 aSymbol = Rectangle( Point(), Size( nSymbolHeight, nSymbolHeight ) ); in ImplDrawAlignedImage()
464 aRect.Left() += 3 * nSymbolHeight / 2; in ImplDrawAlignedImage()
465 aTSSize.Width() = 3 * nSymbolHeight / 2; in ImplDrawAlignedImage()
626 aTextPos.X() += ( 3 * nSymbolHeight / 2 ); in ImplDrawAlignedImage()

Completed in 44 milliseconds