Home
last modified time | relevance | path

Searched refs:xClip (Results 1 – 4 of 4) sorted by relevance

/trunk/main/canvas/source/directx/
H A Ddx_spritehelper.cxx144 const uno::Reference< rendering::XPolyPolygon2D >& xClip( getClip() ); in redraw() local
157 if( xClip.is() ) in redraw()
159 aClipPath = tools::polyPolygonFromXPolyPolygon2D( xClip ); in redraw()
/trunk/main/sdext/source/presenter/
H A DPresenterSlideSorter.cxx1042 Reference<rendering::XPolyPolygon2D> xClip ( in PaintPreview() local
1045 const rendering::ViewState aViewState (geometry::AffineMatrix2D(1,0,0, 0,1,0), xClip); in PaintPreview()
1103 mpMouseOverManager->Paint(nSlideIndex, mxCanvas, xClip); in PaintPreview()
2137 const Reference<rendering::XPolyPolygon2D> xClip ( in PaintCurrentSlideFrame() local
2189 xClip, in PaintCurrentSlideFrame()
2198 xClip, in PaintCurrentSlideFrame()
2207 xClip, in PaintCurrentSlideFrame()
2216 xClip, in PaintCurrentSlideFrame()
/trunk/main/extensions/source/bibliography/
H A Dframectr.cxx782 uno::Reference< datatransfer::clipboard::XClipboard > xClip = pChild->GetClipboard(); in addStatusListener() local
783 if(xClip.is()) in addStatusListener()
789 xDataObj = xClip->getContents(); in addStatusListener()
812 uno::Reference< datatransfer::XTransferable > xContents = xClip->getContents( ); in addStatusListener()
/trunk/main/canvas/source/tools/
H A Dcanvascustomspritehelper.cxx324 const uno::Reference< rendering::XPolyPolygon2D >& xClip ) in clip()
331 mxClipPoly = xClip; in clip()

Completed in 34 milliseconds