Home
last modified time | relevance | path

Searched refs:aPaintRectangle (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sd/source/ui/tools/
H A DPreviewRenderer.cxx207 const Rectangle aPaintRectangle ( in RenderSubstitution() local
214 mpPreviewDevice->DrawRect (aPaintRectangle); in RenderSubstitution()
335 Rectangle aPaintRectangle (Point(0,0), pPage->GetSize()); in PaintPage() local
336 Region aRegion (aPaintRectangle); in PaintPage()
406 Rectangle aPaintRectangle ( in PaintFrame() local
412 mpPreviewDevice->DrawRect(aPaintRectangle); in PaintFrame()
/trunk/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx921 Rectangle aPaintRectangle; in GetGraphic() local
925 aScrollRectangle, aPaintRectangle ) ); in GetGraphic()
932 if( aScrollRectangle.IsInside( aPaintRectangle ) ) in GetGraphic()
935 aTextRect = aPaintRectangle; in GetGraphic()
944 Point( -aPaintRectangle.Left(), in GetGraphic()
945 -aPaintRectangle.Top() ) ); in GetGraphic()
954 reinterpret_cast<sal_uInt8 const*>(&aPaintRectangle), in GetGraphic()

Completed in 32 milliseconds