| /AOO42X/main/sdext/source/presenter/ |
| H A D | PresenterPaneBorderPainter.cxx | 128 const awt::Rectangle& rUpdateBox, 133 const awt::Rectangle& rUpdateBox, 138 const awt::Rectangle& rUpdateBox, 158 const awt::Rectangle& rUpdateBox, 505 const awt::Rectangle& rUpdateBox, in PaintBorder() argument 534 PaintBitmap(aCenterBox, rUpdateBox, 0,-1, in PaintBorder() 536 PaintBitmap(aCenterBox, rUpdateBox, -1,0, in PaintBorder() 538 PaintBitmap(aCenterBox, rUpdateBox, +1,0, in PaintBorder() 550 …PaintBitmap(aCenterBox, rUpdateBox, 0,+1, nCalloutX,0, false, pStyle->mpBottomCallout, pBackground… in PaintBorder() 552 PaintBitmap(aCenterBox, rUpdateBox, 0,+1, in PaintBorder() [all …]
|
| H A D | PresenterNotesView.cxx | 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 [all …]
|
| H A D | PresenterScrollBar.cxx | 381 const awt::Rectangle& rUpdateBox, in Paint() argument 393 if (PresenterGeometryHelper::AreRectanglesDisjoint (rUpdateBox, mxWindow->getPosSize())) in Paint() 397 PaintBackground(rUpdateBox); in Paint() 398 PaintComposite(rUpdateBox, PagerUp, in Paint() 400 PaintComposite(rUpdateBox, PagerDown, in Paint() 402 PaintComposite(rUpdateBox, Thumb, in Paint() 404 PaintBitmap(rUpdateBox, PrevButton, mpPrevButtonDescriptor); in Paint() 405 PaintBitmap(rUpdateBox, NextButton, mpNextButtonDescriptor); in Paint() 618 const css::awt::Rectangle& rUpdateBox) in PaintBackground() argument 627 rUpdateBox, in PaintBackground() [all …]
|
| H A D | PresenterPaneBase.cxx | 442 const awt::Rectangle& rUpdateBox) in PaintBorderBackground() argument 445 (void)rUpdateBox; in PaintBorderBackground() 471 void PresenterPaneBase::PaintBorder (const awt::Rectangle& rUpdateBox) in PaintBorder() argument 480 PaintBorderBackground(aLocalBorderBox, rUpdateBox); in PaintBorder() 487 rUpdateBox, in PaintBorder() 495 rUpdateBox, in PaintBorder()
|
| H A D | PresenterTextView.cxx | 405 const css::awt::Rectangle& rUpdateBox) in Paint() argument 426 PresenterGeometryHelper::Round(maLocation.X)-nAdditionalLeftBorder, rUpdateBox.X)); in Paint() 428 PresenterGeometryHelper::Round(maLocation.Y), rUpdateBox.Y)); in Paint() 430 …ryHelper::Round(maLocation.X+maSize.Width)+nAdditionalRightBorder, rUpdateBox.X+rUpdateBox.Width)); in Paint() 432 … PresenterGeometryHelper::Round(maLocation.Y+maSize.Height), rUpdateBox.Y+rUpdateBox.Height)); in Paint()
|
| H A D | PresenterNotesView.hxx | 175 void Paint (const css::awt::Rectangle& rUpdateBox); 176 void PaintToolBar (const css::awt::Rectangle& rUpdateBox); 177 void PaintText (const css::awt::Rectangle& rUpdateBox);
|
| H A D | PresenterSlideSorter.cxx | 952 const awt::Rectangle& rUpdateBox) in ClearBackground() argument 960 rUpdateBox, in ClearBackground() 1014 const css::awt::Rectangle& rUpdateBox, in PaintPreview() argument 1022 rUpdateBox, in PaintPreview() 1040 PresenterGeometryHelper::ConvertRectangle(rUpdateBox), in PaintPreview() 1109 void PresenterSlideSorter::Paint (const awt::Rectangle& rUpdateBox) in Paint() argument 1123 ClearBackground(mxCanvas, rUpdateBox); in Paint() 1152 rUpdateBox, in Paint() 1156 ::boost::bind(&PresenterSlideSorter::PaintPreview, this, mxCanvas, rUpdateBox, _1)); in Paint()
|
| H A D | PresenterSlideSorter.hxx | 212 const css::awt::Rectangle& rUpdateBox, 214 void Paint (const css::awt::Rectangle& rUpdateBox);
|
| H A D | PresenterHelpView.cxx | 303 void PresenterHelpView::Paint (const awt::Rectangle& rUpdateBox) in Paint() argument 314 rUpdateBox, in Paint() 322 PresenterGeometryHelper::CreatePolygon(rUpdateBox, mxCanvas->getDevice())); in Paint()
|
| H A D | PresenterToolBar.hxx | 214 const css::awt::Rectangle& rUpdateBox, 217 const css::awt::Rectangle& rUpdateBox,
|
| H A D | PresenterWindowManager.cxx | 1250 void PresenterWindowManager::PaintBackground (const awt::Rectangle& rUpdateBox) in PaintBackground() argument 1252 (void)rUpdateBox; in PaintBackground() 1269 PresenterGeometryHelper::CreatePolygon(rUpdateBox, xDevice)); in PaintBackground()
|
| H A D | PresenterPaneBase.hxx | 154 const css::awt::Rectangle& rUpdateBox);
|
| H A D | PresenterWindowManager.hxx | 217 void PaintBackground (const css::awt::Rectangle& rUpdateBox);
|
| H A D | PresenterClock.cxx | 546 void PresenterClock::Paint (const awt::Rectangle& rUpdateBox) in Paint() argument 563 PresenterGeometryHelper::CreatePolygon(rUpdateBox, mxCanvas->getDevice())); in Paint()
|
| H A D | PresenterTextView.hxx | 280 void Paint (const css::awt::Rectangle& rUpdateBox);
|
| H A D | PresenterScrollBar.hxx | 116 const css::awt::Rectangle& rUpdateBox,
|
| H A D | PresenterToolBar.cxx | 1061 const awt::Rectangle& rUpdateBox, in Paint() argument 1076 if ( ! (*iElement)->IsOutside(rUpdateBox)) in Paint()
|