Lines Matching refs:rUpdateBox
573 void PresenterNotesView::Paint (const awt::Rectangle& rUpdateBox) in Paint() argument
583 if (rUpdateBox.Y < maTextBoundingBox.Y2 in Paint()
584 && rUpdateBox.X < maTextBoundingBox.X2) in Paint()
586 PaintText(rUpdateBox); in Paint()
589 mpTextView->Paint(rUpdateBox); in Paint()
591 if (rUpdateBox.Y + rUpdateBox.Height > maTextBoundingBox.Y2) in Paint()
593 PaintToolBar(rUpdateBox); in Paint()
600 void PresenterNotesView::PaintToolBar (const awt::Rectangle& rUpdateBox) in PaintToolBar() argument
619 rUpdateBox, in PaintToolBar()
638 void PresenterNotesView::PaintText (const awt::Rectangle& rUpdateBox) in PaintText() argument
640 const awt::Rectangle aBox (PresenterGeometryHelper::Intersection(rUpdateBox, in PaintText()
661 rUpdateBox, in PaintText()