Searched refs:aEntryRect (Results 1 – 4 of 4) sorted by relevance
681 Rectangle aEntryRect = GetEntryRect( m_nActive ); in RecalcAll() local688 if ( aEntryRect.Top() < 0 ) in RecalcAll()690 m_nTopIndex += aEntryRect.Top(); in RecalcAll()691 aEntryRect.Move( 0, -aEntryRect.Top() ); in RecalcAll()697 if ( aEntryRect.Bottom() > aOutputSize.Height() ) in RecalcAll()699 m_nTopIndex += ( aEntryRect.Bottom() - aOutputSize.Height() ); in RecalcAll()700 aEntryRect.Move( 0, -( aEntryRect.Bottom() - aOutputSize.Height() ) ); in RecalcAll()711 aEntryRect.Move( 0, nOffset ); in RecalcAll()794 Rectangle aEntryRect( aStart, aSize ); in Paint() local795 DrawRow( aEntryRect, *iIndex ); in Paint()
244 Rectangle aEntryRect; in ArrangeIcons() local249 aEntryRect = _pImp->GetEntryBoundRect ( pEntry ); in ArrangeIcons()251 aFullSize.setWidth ( aFullSize.getWidth()+aEntryRect.GetWidth() ); in ArrangeIcons()259 Rectangle aEntryRect; in ArrangeIcons() local264 aEntryRect = _pImp->GetEntryBoundRect ( pEntry ); in ArrangeIcons()266 aFullSize.setHeight ( aFullSize.getHeight()+aEntryRect.GetHeight() ); in ArrangeIcons()
924 ::Rectangle aEntryRect( rTree.GetFocusRect( pEntry, rTree.GetEntryPosition( pEntry ).Y() ) ); in getNodeRect()925 return VCLUnoHelper::ConvertToAWTRect( aEntryRect ); in getNodeRect()
685 … Rectangle aEntryRect( maLstBox.GetBoundingRectangle( maLstBox.GetSelectEntryPos() ) ); in PreNotify() local686 aPos = aEntryRect.Center(); in PreNotify()
Completed in 56 milliseconds