Home
last modified time | relevance | path

Searched refs:rendering (Results 201 – 225 of 445) sorted by relevance

12345678910>>...18

/trunk/main/canvas/source/directx/
H A Ddx_canvascustomsprite.hxx52 typedef ::cppu::WeakComponentImplHelper4< ::com::sun::star::rendering::XCustomSprite,
53 ::com::sun::star::rendering::XBitmapCanvas,
54 ::com::sun::star::rendering::XIntegerBitmap,
/trunk/main/offapi/com/sun/star/rendering/
H A DXGraphicDevice.idl39 #include <com/sun/star/rendering/XLinePolyPolygon2D.idl>
42 #include <com/sun/star/rendering/XBezierPolyPolygon2D.idl>
45 #include <com/sun/star/rendering/XColorSpace.idl>
51 module com { module sun { module star { module rendering {
102 'unknown', i.e. at the time of rendering undetermined or
113 'unknown', i.e. at the time of rendering undetermined or
H A DXIeeeDoubleReadOnlyBitmap.idl33 #include <com/sun/star/rendering/FloatingPointBitmapLayout.idl>
42 #include <com/sun/star/rendering/XBitmap.idl>
45 #include <com/sun/star/rendering/VolatileContentDestroyedException.idl>
49 module com { module sun { module star { module rendering {
H A DXIeeeFloatReadOnlyBitmap.idl33 #include <com/sun/star/rendering/FloatingPointBitmapLayout.idl>
42 #include <com/sun/star/rendering/XBitmap.idl>
45 #include <com/sun/star/rendering/VolatileContentDestroyedException.idl>
49 module com { module sun { module star { module rendering {
H A DXBitmapCanvas.idl36 #include <com/sun/star/rendering/RenderState.idl>
39 #include <com/sun/star/rendering/XCanvas.idl>
42 #include <com/sun/star/rendering/VolatileContentDestroyedException.idl>
46 module com { module sun { module star { module rendering {
H A DXIeeeDoubleBitmap.idl33 #include <com/sun/star/rendering/FloatingPointBitmapLayout.idl>
42 #include <com/sun/star/rendering/XIeeeDoubleReadOnlyBitmap.idl>
45 #include <com/sun/star/rendering/VolatileContentDestroyedException.idl>
49 module com { module sun { module star { module rendering {
H A DXIeeeFloatBitmap.idl33 #include <com/sun/star/rendering/FloatingPointBitmapLayout.idl>
42 #include <com/sun/star/rendering/XIeeeFloatReadOnlyBitmap.idl>
45 #include <com/sun/star/rendering/VolatileContentDestroyedException.idl>
49 module com { module sun { module star { module rendering {
H A DEmphasisMark.idl26 module com { module sun { module star { module rendering {
28 /** These constants control the automatic rendering of emphasis marks.<p>
30 These constants control the automatic rendering of emphasis marks
H A DXIntegerReadOnlyBitmap.idl39 #include <com/sun/star/rendering/IntegerBitmapLayout.idl>
42 #include <com/sun/star/rendering/XBitmap.idl>
45 #include <com/sun/star/rendering/VolatileContentDestroyedException.idl>
49 module com { module sun { module star { module rendering {
/trunk/main/slideshow/source/engine/
H A Dwaitsymbol.hxx51 ::com::sun::star::rendering::XBitmap>& xBitmap,
66 ::com::sun::star::rendering::XBitmap>& xBitmap,
94 ::com::sun::star::rendering::XBitmap> mxBitmap;
H A Dslidebitmap.cxx69 rendering::ViewState aViewState; in draw()
72 rendering::RenderState aRenderState; in draw()
122 ::com::sun::star::rendering::XBitmap > SlideBitmap::getXBitmap() in getXBitmap()
/trunk/main/cppcanvas/inc/cppcanvas/
H A Dvclfactory.hxx52 namespace com { namespace sun { namespace star { namespace rendering namespace
77 … ::com::sun::star::rendering::XBitmapCanvas >& xCanvas );
81 … ::com::sun::star::rendering::XSpriteCanvas >& xCanvas ) const;
/trunk/main/cppcanvas/source/wrapper/
H A Dimplcanvas.cxx49 ImplCanvas::ImplCanvas( const uno::Reference< rendering::XCanvas >& xCanvas ) : in ImplCanvas()
114 uno::Reference< rendering::XCanvas > ImplCanvas::getUNOCanvas() const in getUNOCanvas()
121 rendering::ViewState ImplCanvas::getViewState() const in getViewState()
/trunk/main/offapi/com/sun/star/drawing/
H A DXSlidePreviewCache.idl37 #include <com/sun/star/rendering/XBitmap.idl>
40 #include <com/sun/star/rendering/XCanvas.idl>
96 ::com::sun::star::rendering::XBitmap getSlidePreview (
98 [in] ::com::sun::star::rendering::XCanvas xCanvas)
/trunk/main/cppcanvas/source/mtfrenderer/
H A Doutdevstate.hxx79 textDirection(::com::sun::star::rendering::TextDirection::WEAK_LEFT_TO_RIGHT), in OutDevState()
101 … ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D > xClipPoly;
114 ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XCanvasFont > xFont;
H A Dlineaction.cxx78 rendering::RenderState maState;
99 rendering::RenderState aLocalState( maState ); in render()
124 rendering::RenderState aLocalState( maState ); in getBounds()
H A Dpointaction.cxx82 ::com::sun::star::rendering::RenderState maState;
115 rendering::RenderState aLocalState( maState ); in render()
139 rendering::RenderState aLocalState( maState ); in getBounds()
/trunk/main/sdext/source/presenter/
H A DPresenterSpritePane.hxx84 virtual css::uno::Reference<css::rendering::XCanvas> SAL_CALL getCanvas (void)
111 css::uno::Reference<css::rendering::XSpriteCanvas> mxParentCanvas;
116 const css::uno::Reference<css::rendering::XSpriteCanvas>& rxParentCanvas);
H A DPresenterPaneBorderPainter.hxx119 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas,
127 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas,
150 const css::uno::Reference<css::rendering::XCanvas>& rxCanvas);
/trunk/main/cppcanvas/source/tools/
H A Dcanvasgraphichelper.cxx98 const rendering::RenderState& CanvasGraphicHelper::getRenderState() const in getRenderState()
102 uno::Reference< rendering::XCanvas > xCanvas( mpCanvas->getUNOCanvas() ); in getRenderState()
141 uno::Reference< rendering::XGraphicDevice > CanvasGraphicHelper::getGraphicDevice() const in getGraphicDevice()
/trunk/main/sd/source/ui/inc/framework/
H A DPane.hxx109 virtual cssu::Reference<css::rendering::XCanvas>
153 ::com::sun::star::uno::Reference<com::sun::star::rendering::XCanvas> mxCanvas;
158 virtual ::com::sun::star::uno::Reference<com::sun::star::rendering::XCanvas>
/trunk/main/offapi/com/sun/star/presentation/
H A DXTransition.idl32 module rendering { interface XBitmap; };
53 [in] com::sun::star::rendering::XBitmap leavingBitmap,
54 [in] com::sun::star::rendering::XBitmap enteringBitmap );
/trunk/main/canvas/source/vcl/
H A Dcanvascustomsprite.cxx59 rendering::XGraphicDevice& rDevice, in CanvasCustomSprite()
186 const rendering::ViewState& viewState, in repaint()
187 const rendering::RenderState& renderState, in repaint()
/trunk/main/offapi/com/sun/star/view/
H A DPrintableState.idl35 <p>Printing consists of two abstract phases: rendering the document
44 /** printing (rendering the document) has begun
48 /** printing (rendering the document) has finished, spooling has begun
/trunk/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx164 void PDFIProcessor::setFillColor( const rendering::ARGBColor& rColor ) in setFillColor()
169 void PDFIProcessor::setStrokeColor( const rendering::ARGBColor& rColor ) in setStrokeColor()
671 void PDFIProcessor::strokePath( const uno::Reference< rendering::XPolyPolygon2D >& rPath ) in strokePath()
685 void PDFIProcessor::fillPath( const uno::Reference< rendering::XPolyPolygon2D >& rPath ) in fillPath()
699 void PDFIProcessor::eoFillPath( const uno::Reference< rendering::XPolyPolygon2D >& rPath ) in eoFillPath()
713 void PDFIProcessor::intersectClip(const uno::Reference< rendering::XPolyPolygon2D >& rPath) in intersectClip()
726 void PDFIProcessor::intersectEoClip(const uno::Reference< rendering::XPolyPolygon2D >& rPath) in intersectEoClip()

Completed in 72 milliseconds

12345678910>>...18