Lines Matching refs:aBmpRect

1970 	Rectangle aBmpRect( CalcBmpRect(pEntry, &rPos ) );  in PaintEntry()  local
2013 if( aOutputArea.IsOver(aTextRect) || aOutputArea.IsOver(aBmpRect) ) in PaintEntry()
2038 PaintEmphasis(aTextRect,aBmpRect,bSelected,bDropTarget,bCursored,pOut,bIsBackgroundPainted); in PaintEntry()
2044 PaintItem( aBmpRect, IcnViewFieldTypeImage, pEntry, nBmpPaintFlags, pOut ); in PaintEntry()
3044 Rectangle aBmpRect( ((SvxIconChoiceCtrl_Impl*)this)->CalcBmpRect( in CalcMaxTextRect() local
3048 aBoundRect.Top() = aBmpRect.Bottom(); in CalcMaxTextRect()
3063 aBoundRect.Left() = aBmpRect.Right(); in CalcMaxTextRect()
3142 Rectangle aBmpRect( CalcBmpRect( pEntry ) ); in CalcFocusRect() local
3145 Rectangle aFocusRect( aBoundRect.Left(), aBmpRect.Top() - 1, in CalcFocusRect()
4495 Rectangle aBmpRect( rBmpRect ); in DrawHighlightFrame() local
4499 aBmpRect.Right() += nBorder; in DrawHighlightFrame()
4500 aBmpRect.Left() -= nBorder; in DrawHighlightFrame()
4501 aBmpRect.Bottom() += nBorder; in DrawHighlightFrame()
4502 aBmpRect.Top() -= nBorder; in DrawHighlightFrame()
4505 pView->Invalidate( aBmpRect ); in DrawHighlightFrame()
4514 aDecoView.DrawHighlightFrame( aBmpRect, nDecoFlags ); in DrawHighlightFrame()
4531 Rectangle aBmpRect( CalcFocusRect(pEntry) ); in SetEntryHighlightFrame() local
4532 DrawHighlightFrame( pView, aBmpRect, sal_False ); in SetEntryHighlightFrame()
4543 Rectangle aBmpRect( CalcFocusRect(pEntry) ); in HideEntryHighlightFrame() local
4544 DrawHighlightFrame( pView, aBmpRect, sal_True ); in HideEntryHighlightFrame()