Lines Matching refs:aTextRect

397 	Rectangle aTextRect;  in ImplDrawText()  local
398 aTextRect.Left() = STATUSBAR_OFFSET_X+1; in ImplDrawText()
399 aTextRect.Top() = mnTextY; in ImplDrawText()
401 aTextRect.Right() = mnDX - mnItemsWidth - 1; in ImplDrawText()
403 aTextRect.Right() = mnDX - 1; in ImplDrawText()
404 if ( aTextRect.Right() > aTextRect.Left() ) in ImplDrawText()
412 aTextRect.Bottom() = aTextRect.Top()+GetTextHeight()+1; in ImplDrawText()
417 Size aVirDevSize( nMaxWidth, aTextRect.GetHeight() ); in ImplDrawText()
419 Rectangle aTempRect = aTextRect; in ImplDrawText()
422 DrawOutDev( aTextRect.TopLeft(), aVirDevSize, Point(), aVirDevSize, *mpImplData->mpVirDev ); in ImplDrawText()
425 …DrawText( aTextRect, aStr, TEXT_DRAW_LEFT | TEXT_DRAW_TOP | TEXT_DRAW_CLIP | TEXT_DRAW_ENDELLIPSIS… in ImplDrawText()
441 Rectangle aTextRect( aRect.Left()+nW, aRect.Top()+nW, in ImplDrawItem() local
443 Size aTextRectSize( aTextRect.GetSize() ); in ImplDrawItem()
449 Region aRegion( aTextRect ); in ImplDrawItem()
462 aTextPos.X() += aTextRect.Left(); in ImplDrawItem()
463 aTextPos.Y() += aTextRect.Top(); in ImplDrawItem()
482 UserDrawEvent aODEvt( this, aTextRect, pItem->mnId ); in ImplDrawItem()
488 DrawOutDev( aTextRect.TopLeft(), aTextRectSize, Point(), aTextRectSize, *mpImplData->mpVirDev ); in ImplDrawItem()
1291 Rectangle aTextRect( aRect.Left()+nW, aRect.Top()+nW, in GetItemTextPos() local
1293 Point aPos = ImplGetItemTextPos( aTextRect.GetSize(), in GetItemTextPos()
1298 aPos.X() += aTextRect.Left(); in GetItemTextPos()
1299 aPos.Y() += aTextRect.Top(); in GetItemTextPos()