| /trunk/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, 499 const awt::Rectangle& rUpdateBox, in PaintBorder() argument 528 PaintBitmap(aCenterBox, rUpdateBox, 0,-1, in PaintBorder() 530 PaintBitmap(aCenterBox, rUpdateBox, -1,0, in PaintBorder() 532 PaintBitmap(aCenterBox, rUpdateBox, +1,0, in PaintBorder() 544 …PaintBitmap(aCenterBox, rUpdateBox, 0,+1, nCalloutX,0, false, pStyle->mpBottomCallout, pBackground… in PaintBorder() 546 PaintBitmap(aCenterBox, rUpdateBox, 0,+1, in PaintBorder() [all …]
|
| H A D | PresenterNotesView.cxx | 561 void PresenterNotesView::Paint (const awt::Rectangle& rUpdateBox) in Paint() argument 571 if (rUpdateBox.Y < maTextBoundingBox.Y2 in Paint() 572 && rUpdateBox.X < maTextBoundingBox.X2) in Paint() 574 PaintText(rUpdateBox); in Paint() 577 mpTextView->Paint(rUpdateBox); in Paint() 579 if (rUpdateBox.Y + rUpdateBox.Height > maTextBoundingBox.Y2) in Paint() 581 PaintToolBar(rUpdateBox); in Paint() 588 void PresenterNotesView::PaintToolBar (const awt::Rectangle& rUpdateBox) in PaintToolBar() argument 607 rUpdateBox, in PaintToolBar() 626 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() 606 const css::awt::Rectangle& rUpdateBox) in PaintBackground() argument 615 rUpdateBox, in PaintBackground() [all …]
|
| H A D | PresenterPaneBase.cxx | 434 const awt::Rectangle& rUpdateBox) in PaintBorderBackground() argument 437 (void)rUpdateBox; in PaintBorderBackground() 463 void PresenterPaneBase::PaintBorder (const awt::Rectangle& rUpdateBox) in PaintBorder() argument 472 PaintBorderBackground(aLocalBorderBox, rUpdateBox); in PaintBorder() 479 rUpdateBox, in PaintBorder() 487 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 | 163 void Paint (const css::awt::Rectangle& rUpdateBox); 164 void PaintToolBar (const css::awt::Rectangle& rUpdateBox); 165 void PaintText (const css::awt::Rectangle& rUpdateBox);
|
| H A D | PresenterSlideSorter.cxx | 934 const awt::Rectangle& rUpdateBox) in ClearBackground() argument 942 rUpdateBox, in ClearBackground() 996 const css::awt::Rectangle& rUpdateBox, in PaintPreview() argument 1004 rUpdateBox, in PaintPreview() 1022 PresenterGeometryHelper::ConvertRectangle(rUpdateBox), in PaintPreview() 1091 void PresenterSlideSorter::Paint (const awt::Rectangle& rUpdateBox) in Paint() argument 1105 ClearBackground(mxCanvas, rUpdateBox); in Paint() 1134 rUpdateBox, in Paint() 1138 ::boost::bind(&PresenterSlideSorter::PaintPreview, this, mxCanvas, rUpdateBox, _1)); in Paint()
|
| H A D | PresenterSlideSorter.hxx | 194 const css::awt::Rectangle& rUpdateBox, 196 void Paint (const css::awt::Rectangle& rUpdateBox);
|
| H A D | PresenterHelpView.cxx | 297 void PresenterHelpView::Paint (const awt::Rectangle& rUpdateBox) in Paint() argument 308 rUpdateBox, in Paint() 316 PresenterGeometryHelper::CreatePolygon(rUpdateBox, mxCanvas->getDevice())); in Paint()
|
| H A D | PresenterToolBar.hxx | 200 const css::awt::Rectangle& rUpdateBox, 203 const css::awt::Rectangle& rUpdateBox,
|
| H A D | PresenterWindowManager.cxx | 1236 void PresenterWindowManager::PaintBackground (const awt::Rectangle& rUpdateBox) in PaintBackground() argument 1238 (void)rUpdateBox; in PaintBackground() 1255 PresenterGeometryHelper::CreatePolygon(rUpdateBox, xDevice)); in PaintBackground()
|
| H A D | PresenterPaneBase.hxx | 146 const css::awt::Rectangle& rUpdateBox);
|
| H A D | PresenterWindowManager.hxx | 205 void PaintBackground (const css::awt::Rectangle& rUpdateBox);
|
| H A D | PresenterClock.cxx | 534 void PresenterClock::Paint (const awt::Rectangle& rUpdateBox) in Paint() argument 551 PresenterGeometryHelper::CreatePolygon(rUpdateBox, mxCanvas->getDevice())); in Paint()
|
| H A D | PresenterScrollBar.hxx | 116 const css::awt::Rectangle& rUpdateBox,
|
| H A D | PresenterTextView.hxx | 280 void Paint (const css::awt::Rectangle& rUpdateBox);
|
| H A D | PresenterToolBar.cxx | 1043 const awt::Rectangle& rUpdateBox, in Paint() argument 1058 if ( ! (*iElement)->IsOutside(rUpdateBox)) in Paint()
|