Searched refs:aSecondaryRect (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/cui/source/dialogs/ |
| H A D | hangulhanjadlg.cxx | 147 Rectangle aSecondaryRect; in Paint() local 150 aSecondaryRect = _rDevice.GetTextRect( _rRect, m_sSecondaryText, _nTextStyle ); in Paint() 155 sal_Int32 nCombinedWidth = ::std::max( aSecondaryRect.GetWidth(), aPrimaryRect.GetWidth() ); in Paint() 158 aPrimaryRect.Left() = aSecondaryRect.Left() = _rRect.Left(); in Paint() 159 aPrimaryRect.Right() = aSecondaryRect.Right() = _rRect.Left() + nCombinedWidth; in Paint() 164 aSecondaryRect.Move( aPlaygroundSize.Width() - nCombinedWidth, 0 ); in Paint() 170 aSecondaryRect.Move( ( aPlaygroundSize.Width() - nCombinedWidth ) / 2, 0 ); in Paint() 174 sal_Int32 nCombinedHeight = aPrimaryRect.GetHeight() + aSecondaryRect.GetHeight(); in Paint() 177 … aSecondaryRect.Move( 0, aPrimaryRect.Top() + aPrimaryRect.GetHeight() - aSecondaryRect.Top() ); in Paint() 182 aSecondaryRect.Move( 0, aPlaygroundSize.Height() - nCombinedHeight ); in Paint() [all …]
|
| /trunk/main/dbaccess/source/ui/dlg/ |
| H A D | sqlmessage.cxx | 582 Rectangle aSecondaryRect( m_aMessage.GetPosPixel(), m_aMessage.GetSizePixel() ); in impl_positionControls() local 588 …aSecondaryRect = GetTextRect( aSecondaryRect, sSecondary, TEXT_DRAW_WORDBREAK | TEXT_DRAW_MULTILIN… in impl_positionControls() 590 aSecondaryRect.Bottom() = aSecondaryRect.Top() - 1; in impl_positionControls() 593 m_aMessage.SetSizePixel( aSecondaryRect.GetSize() ); in impl_positionControls() 594 m_aMessage.Show( aSecondaryRect.GetHeight() > 0 ); in impl_positionControls() 623 const Rectangle& rBottomTextRect( bHaveSecondaryText ? aSecondaryRect : aPrimaryRect ); in impl_positionControls()
|