Lines Matching refs:rDevice

135 	OutputDevice& rDevice,  in PaintPageObject()  argument
142 const sal_uInt16 nSavedAntialiasingMode (rDevice.GetAntialiasing()); in PaintPageObject()
143 rDevice.SetAntialiasing(nSavedAntialiasingMode & ~ANTIALIASING_ENABLE_B2DDRAW); in PaintPageObject()
145 PaintBackground(rDevice, rpDescriptor); in PaintPageObject()
146 PaintPreview(rDevice, rpDescriptor); in PaintPageObject()
147 PaintPageNumber(rDevice, rpDescriptor); in PaintPageObject()
148 PaintTransitionEffect(rDevice, rpDescriptor); in PaintPageObject()
149 mrButtonBar.Paint(rDevice, rpDescriptor); in PaintPageObject()
151 rDevice.SetAntialiasing(nSavedAntialiasingMode); in PaintPageObject()
219 OutputDevice& rDevice, in PaintBackground() argument
227 const Bitmap& rBackground (GetBackgroundForState(rpDescriptor, rDevice)); in PaintBackground()
228 rDevice.DrawBitmap(aBox.TopLeft(), rBackground); in PaintBackground()
235 rDevice.SetFillColor(pPage->GetPageBackgroundColor(NULL)); in PaintBackground()
236 rDevice.SetLineColor(pPage->GetPageBackgroundColor(NULL)); in PaintBackground()
241 rDevice.DrawRect(aPreviewBox); in PaintBackground()
249 OutputDevice& rDevice, in PaintPreview() argument
262 const Bitmap aPreview (GetPreviewBitmap(rpDescriptor, &rDevice)); in PaintPreview()
266 rDevice.DrawBitmap(aBox.TopLeft(), aBox.GetSize(), aPreview); in PaintPreview()
268 rDevice.DrawBitmap(aBox.TopLeft(), aPreview); in PaintPreview()
341 OutputDevice& rDevice, in PaintPageNumber() argument
387 rDevice.SetFont(*mpPageNumberFont); in PaintPageNumber()
388 rDevice.SetTextColor(aPageNumberColor); in PaintPageNumber()
389 rDevice.DrawText(aBox, sPageNumber, TEXT_DRAW_RIGHT | TEXT_DRAW_VCENTER); in PaintPageNumber()
396 OutputDevice& rDevice, in PaintTransitionEffect() argument
407 rDevice.DrawBitmapEx( in PaintTransitionEffect()
581 OutputDevice& rDevice, in PaintBorder() argument
585 rDevice.SetFillColor(); in PaintBorder()
590 rDevice.SetLineColor(mpTheme->GetGradientColor(eColorType, Theme::Border2)); in PaintBorder()
591 rDevice.DrawLine( in PaintBorder()
594 rDevice.DrawLine( in PaintBorder()
597 rDevice.DrawLine( in PaintBorder()
601 rDevice.SetLineColor(mpTheme->GetGradientColor(eColorType, Theme::Border1)); in PaintBorder()
602 rDevice.DrawLine( in PaintBorder()