Home
last modified time | relevance | path

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

/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_extlistbox.cxx681 Rectangle aEntryRect = GetEntryRect( m_nActive ); in RecalcAll() local
688 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() local
795 DrawRow( aEntryRect, *iIndex ); in Paint()
/trunk/main/svtools/source/contnr/
H A Divctrl.cxx244 Rectangle aEntryRect; in ArrangeIcons() local
249 aEntryRect = _pImp->GetEntryBoundRect ( pEntry ); in ArrangeIcons()
251 aFullSize.setWidth ( aFullSize.getWidth()+aEntryRect.GetWidth() ); in ArrangeIcons()
259 Rectangle aEntryRect; in ArrangeIcons() local
264 aEntryRect = _pImp->GetEntryBoundRect ( pEntry ); in ArrangeIcons()
266 aFullSize.setHeight ( aFullSize.getHeight()+aEntryRect.GetHeight() ); in ArrangeIcons()
/trunk/main/svtools/source/uno/
H A Dtreecontrolpeer.cxx924 ::Rectangle aEntryRect( rTree.GetFocusRect( pEntry, rTree.GetEntryPosition( pEntry ).Y() ) ); in getNodeRect()
925 return VCLUnoHelper::ConvertToAWTRect( aEntryRect ); in getNodeRect()
/trunk/main/vcl/source/app/
H A Ddbggui.cxx685 … Rectangle aEntryRect( maLstBox.GetBoundingRectangle( maLstBox.GetSelectEntryPos() ) ); in PreNotify() local
686 aPos = aEntryRect.Center(); in PreNotify()

Completed in 87 milliseconds