Home
last modified time | relevance | path

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

/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_extlistbox.cxx221 long nTitleHeight = 2*TOP_OFFSET + GetTextHeight(); in ExtensionBox_Impl() local
222 if ( nIconHeight < nTitleHeight ) in ExtensionBox_Impl()
223 m_nStdHeight = nTitleHeight; in ExtensionBox_Impl()
382 long nTitleHeight = 2*TOP_OFFSET + GetTextHeight(); in CalcActiveHeight() local
383 if ( nIconHeight < nTitleHeight ) in CalcActiveHeight()
384 aTextHeight = nTitleHeight; in CalcActiveHeight()
607 long nTitleHeight = TOP_OFFSET + GetTextHeight(); in DrawRow() local
608 if ( nIconHeight < nTitleHeight ) in DrawRow()
609 aTextHeight = nTitleHeight; in DrawRow()
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindow.cxx498 long nTitleHeight = CalcZoom( GetTextHeight() )+ CalcZoom( 4 ); in Resize() local
511 if ( nTitleHeight < aImageSize.Height() ) in Resize()
512 nTitleHeight = aImageSize.Height(); in Resize()
515 …el( Point( nPositionX, nPositionY ), Size( aOutSize.Width() - nPositionX - n5Pos, nTitleHeight ) ); in Resize()
520 Point( n5Pos, nPositionY + nTitleHeight + nTitleToList ), in Resize()
521 …Size( aOutSize.Width() - 2 * n5Pos, aOutSize.Height() - ( nPositionY + nTitleHeight + nTitleToList… in Resize()
/trunk/main/svtools/source/brwbox/
H A Dbrwbox2.cxx842 long nTitleHeight = PixelToLogic(Size(0, GetTitleHeight()), MAP_10TH_MM).Height(); in Draw() local
843 nTitleHeight = pDev->LogicToPixel(Size(0, nTitleHeight), MAP_10TH_MM).Height(); in Draw()
848 Size aHeaderSize(aRealSize.Width() - aHeaderPos.X(), nTitleHeight); in Draw()
863 Size( pFirstCol->Width()-1, nTitleHeight-1 ), in Draw()
870 pDev->DrawLine( Point( aRealPos.X(), aRealPos.Y() + nTitleHeight-1 ), in Draw()
871 Point( aRealPos.X() + pFirstCol->Width() - 1, aRealPos.Y() + nTitleHeight-1 ) ); in Draw()
873 Point( aRealPos.X() + pFirstCol->Width() - 1, aRealPos.Y() + nTitleHeight-1 ) ); in Draw()
/trunk/main/sw/source/ui/config/
H A Doptpage.cxx957 sal_Int32 nTitleHeight = -1; in Reset() local
970 nTitleHeight = pFontConfig->GetFontHeight( FONT_OUTLINE , nFontGroup, eLanguage ); in Reset()
976 if( nTitleHeight <= 0) in Reset()
977nTitleHeight = pFontConfig->GetDefaultHeightFor( FONT_OUTLINE + nFontGroup * FONT_PER_GROUP, eLang… in Reset()
1006 nTitleHeight = (sal_Int32)rFontHeightTitle.GetHeight(); in Reset()
1058 aTitleHeightLB. SetValue( CalcToPoint( nTitleHeight , SFX_MAPUNIT_TWIP, 10 ) ); in Reset()

Completed in 47 milliseconds