Lines Matching refs:Height

90     const Size aButtonSize( LogicToPixel( Size( 12, 0 ), MAP_APPFONT ).Width(),aSize.Height());  in Resize()
93 m_pSubEdit->SetPosSizePixel(Point(0,0),Size(aButtonPos.X() ,aSize.Height())); in Resize()
178 aSize.Height() += 4; in OColorPopup()
193 aSize.Height() -= 4; in Resize()
303 …m_aActions.SetPosSizePixel( 0, aToolbarPos.Y() + ( aPreviewSize.Height() - aToolbarSize.Height() )… in Condition()
402 if ( _rDiff.Width() || _rDiff.Height() ) in resizeControls()
474 aBorderRect.Top() -= aRelatedControls.Height(); in impl_getToolBarBorderRect()
476 aBorderRect.Bottom() += aRelatedControls.Height(); in impl_getToolBarBorderRect()
502 …oveUp.SetPosSizePixel( aButtonPos.X(), aButtonPos.Y(), aButtonSize.Width(), aButtonSize.Height() ); in impl_layoutAll()
503 aButtonPos.Move( 0, aButtonSize.Height() + aRelatedControls.Height() ); in impl_layoutAll()
504 …eDown.SetPosSizePixel( aButtonPos.X(), aButtonPos.Y(), aButtonSize.Width(), aButtonSize.Height() ); in impl_layoutAll()
515 …ition.SetPosSizePixel( aButtonPos.X(), aButtonPos.Y(), aButtonSize.Width(), aButtonSize.Height() ); in impl_layoutAll()
517 …ition.SetPosSizePixel( aButtonPos.X(), aButtonPos.Y(), aButtonSize.Width(), aButtonSize.Height() ); in impl_layoutAll()
558 …onList.SetPosSizePixel( aOpListPos.X(), aOpListPos.Y(),aOpListSize.Width(), aOpListSize.Height() ); in impl_layoutOperands()
568 m_aCondLHS.SetPosSizePixel( aLHSPos.X(), aLHSPos.Y(), aLHSSize.Width(), aLHSSize.Height() ); in impl_layoutOperands()
574 …erandGlue.GetTextWidth( m_aOperandGlue.GetText() ) + aRelatedControls.Width(), aLHSSize.Height() ); in impl_layoutOperands()
575 …dGlue.SetPosSizePixel( aOpGluePos.X(), aOpGluePos.Y(), aOpGlueSize.Width(), aOpGlueSize.Height() ); in impl_layoutOperands()
579 const Size aRHSSize( aPreviewRect.Right() - aRHSPos.X(), aLHSSize.Height() ); in impl_layoutOperands()
580 m_aCondRHS.SetPosSizePixel( aRHSPos.X(), aRHSPos.Y(), aRHSSize.Width(), aRHSSize.Height() ); in impl_layoutOperands()
677 …tputDevice::LogicToLogic( Size( 0, (sal_Int32)aFont.GetHeight() ), MAP_POINT, MAP_TWIP ).Height()); in updateToolbar()