Home
last modified time | relevance | path

Searched refs:XPolyPolygon2D (Results 1 – 25 of 90) sorted by relevance

1234

/trunk/main/canvas/source/null/
H A Dnull_canvashelper.cxx108 … const uno::Reference< rendering::XPolyPolygon2D >& /*xPolyPolygon*/, in drawPolyPolygon()
117 … const uno::Reference< rendering::XPolyPolygon2D >& /*xPolyPolygon*/, in strokePolyPolygon()
127 … const uno::Reference< rendering::XPolyPolygon2D >& /*xPolyPolygon*/, in strokeTexturedPolyPolygon()
138 … const uno::Reference< rendering::XPolyPolygon2D >& /*xPolyPolygon*/, in strokeTextureMappedPolyPolygon()
149 …uno::Reference< rendering::XPolyPolygon2D > CanvasHelper::queryStrokeShapes( const rendering::XC… in queryStrokeShapes() argument
150 … const uno::Reference< rendering::XPolyPolygon2D >& /*xPolyPolygon*/, in queryStrokeShapes()
156 return uno::Reference< rendering::XPolyPolygon2D >(NULL); in queryStrokeShapes()
160 … const uno::Reference< rendering::XPolyPolygon2D >& /*xPolyPolygon*/, in fillPolyPolygon()
169 … const uno::Reference< rendering::XPolyPolygon2D >& /*xPolyPolygon*/, in fillTexturedPolyPolygon()
179 … const uno::Reference< rendering::XPolyPolygon2D >& /*xPolyPolygon*/, in fillTextureMappedPolyPolygon()
H A Dnull_canvashelper.hxx97 ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
103 ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
110 … ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
119 … ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
127 ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D >
130 ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
137 ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
143 … ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
151 … ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
H A Dnull_textlayout.cxx64 …uno::Sequence< uno::Reference< rendering::XPolyPolygon2D > > SAL_CALL TextLayout::queryTextShapes(… in queryTextShapes()
69 return uno::Sequence< uno::Reference< rendering::XPolyPolygon2D > >(); in queryTextShapes()
178 …uno::Reference< rendering::XPolyPolygon2D > SAL_CALL TextLayout::queryVisualHighlighting( sal_Int3… in queryVisualHighlighting()
184 return uno::Reference< rendering::XPolyPolygon2D >(); in queryVisualHighlighting()
187 …uno::Reference< rendering::XPolyPolygon2D > SAL_CALL TextLayout::queryLogicalHighlighting( sal_Int… in queryLogicalHighlighting()
193 return uno::Reference< rendering::XPolyPolygon2D >(); in queryLogicalHighlighting()
/trunk/main/sd/source/ui/presenter/
H A DPresenterCanvas.hxx144 css::uno::Reference<css::rendering::XPolyPolygon2D> UpdateSpriteClip (
145 const css::uno::Reference<css::rendering::XPolyPolygon2D>& rxOriginalClip,
183 const css::uno::Reference< css::rendering::XPolyPolygon2D >& xPolyPolygon,
189 const css::uno::Reference< css::rendering::XPolyPolygon2D >& xPolyPolygon,
197 const css::uno::Reference< css::rendering::XPolyPolygon2D >& xPolyPolygon,
208 const css::uno::Reference<css::rendering::XPolyPolygon2D >& xPolyPolygon,
218 virtual css::uno::Reference<css::rendering::XPolyPolygon2D> SAL_CALL
220 const css::uno::Reference<css::rendering::XPolyPolygon2D>& xPolyPolygon,
228 const css::uno::Reference<css::rendering::XPolyPolygon2D>& xPolyPolygon,
236 const css::uno::Reference<css::rendering::XPolyPolygon2D>& xPolyPolygon,
[all …]
H A DPresenterCanvas.cxx116 virtual void SAL_CALL clip (const Reference<rendering::XPolyPolygon2D>& rClip)
331 const css::uno::Reference< css::rendering::XPolyPolygon2D >& xPolyPolygon, in drawPolyPolygon()
345 const css::uno::Reference< css::rendering::XPolyPolygon2D >& xPolyPolygon, in strokePolyPolygon()
403 css::uno::Reference<css::rendering::XPolyPolygon2D> SAL_CALL
405 const css::uno::Reference<css::rendering::XPolyPolygon2D>& xPolyPolygon, in queryStrokeShapes()
421 const css::uno::Reference<css::rendering::XPolyPolygon2D>& xPolyPolygon, in fillPolyPolygon()
437 const css::uno::Reference<css::rendering::XPolyPolygon2D>& xPolyPolygon, in fillTexturedPolyPolygon()
990 Reference<rendering::XPolyPolygon2D> PresenterCanvas::UpdateSpriteClip ( in UpdateSpriteClip()
991 const Reference<rendering::XPolyPolygon2D>& rxOriginalClip, in UpdateSpriteClip()
1015 Reference<rendering::XPolyPolygon2D> xPolygon; in UpdateSpriteClip()
[all …]
/trunk/main/canvas/source/directx/
H A Ddx_canvashelper.hxx111 ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
117 ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
124 … ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
133 … ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
141 ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D >
144 ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
151 ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
157 ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
165 … ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
H A Ddx_textlayout.cxx65 …uno::Sequence< uno::Reference< rendering::XPolyPolygon2D > > SAL_CALL TextLayout::queryTextShapes(… in queryTextShapes()
70 return uno::Sequence< uno::Reference< rendering::XPolyPolygon2D > >(); in queryTextShapes()
172 …uno::Reference< rendering::XPolyPolygon2D > SAL_CALL TextLayout::queryVisualHighlighting( sal_Int3… in queryVisualHighlighting()
178 return uno::Reference< rendering::XPolyPolygon2D >(); in queryVisualHighlighting()
181 …uno::Reference< rendering::XPolyPolygon2D > SAL_CALL TextLayout::queryLogicalHighlighting( sal_Int… in queryLogicalHighlighting()
187 return uno::Reference< rendering::XPolyPolygon2D >(); in queryLogicalHighlighting()
H A Ddx_canvashelper.cxx288 … const uno::Reference< rendering::XPolyPolygon2D >& xPolyPolygon, in drawPolyPolygon()
332 … const uno::Reference< rendering::XPolyPolygon2D >& xPolyPolygon, in strokePolyPolygon()
401 … const uno::Reference< rendering::XPolyPolygon2D >& /*xPolyPolygon*/, in strokeTexturedPolyPolygon()
412 … const uno::Reference< rendering::XPolyPolygon2D >& /*xPolyPolygon*/, in strokeTextureMappedPolyPolygon()
423 …uno::Reference< rendering::XPolyPolygon2D > CanvasHelper::queryStrokeShapes( const rendering::XC… in queryStrokeShapes() argument
424 … const uno::Reference< rendering::XPolyPolygon2D >& /*xPolyPolygon*/, in queryStrokeShapes()
430 return uno::Reference< rendering::XPolyPolygon2D >(NULL); in queryStrokeShapes()
434 … const uno::Reference< rendering::XPolyPolygon2D >& xPolyPolygon, in fillPolyPolygon()
462 … const uno::Reference< rendering::XPolyPolygon2D >& /*xPolyPolygon*/, in fillTextureMappedPolyPolygon()
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper.hxx110 ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
116 ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
123 … ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
132 … ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
140 ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D >
143 ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
150 ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
156 … ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
164 … ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
270 …const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygo…
H A Dcairo_textlayout.cxx147 …uno::Sequence< uno::Reference< rendering::XPolyPolygon2D > > SAL_CALL TextLayout::queryTextShapes(… in queryTextShapes()
152 return uno::Sequence< uno::Reference< rendering::XPolyPolygon2D > >(); in queryTextShapes()
272 …uno::Reference< rendering::XPolyPolygon2D > SAL_CALL TextLayout::queryVisualHighlighting( sal_Int3… in queryVisualHighlighting()
278 return uno::Reference< rendering::XPolyPolygon2D >(); in queryVisualHighlighting()
281 …uno::Reference< rendering::XPolyPolygon2D > SAL_CALL TextLayout::queryLogicalHighlighting( sal_Int… in queryLogicalHighlighting()
287 return uno::Reference< rendering::XPolyPolygon2D >(); in queryLogicalHighlighting()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dtextaction.cxx839 uno::Reference< rendering::XPolyPolygon2D > mxTextLines;
1273 uno::Reference< rendering::XPolyPolygon2D > mxTextLines;
1427 const uno::Reference< rendering::XPolyPolygon2D >& mrLinePolygon;
1461 uno::Reference< rendering::XPolyPolygon2D > xTextLines( in render()
1565 const uno::Reference< rendering::XPolyPolygon2D >& rTextPoly,
1606 uno::Reference< rendering::XPolyPolygon2D > mxTextPoly;
1625 uno::Reference< rendering::XPolyPolygon2D > mxTextLines;
1856 const uno::Reference< rendering::XPolyPolygon2D >& mrTextPolygon;
1857 const uno::Reference< rendering::XPolyPolygon2D >& mrLinePolygon;
1890 uno::Reference< rendering::XPolyPolygon2D > xTextPolygon(); in render()
[all …]
/trunk/main/sdext/source/pdfimport/inc/
H A Dcontentsink.hxx36 class XPolyPolygon2D;
132 ::com::sun::star::rendering::XPolyPolygon2D >& rPath ) = 0;
134 ::com::sun::star::rendering::XPolyPolygon2D >& rPath ) = 0;
136 ::com::sun::star::rendering::XPolyPolygon2D >& rPath ) = 0;
139 ::com::sun::star::rendering::XPolyPolygon2D >& rPath) = 0;
141 … ::com::sun::star::rendering::XPolyPolygon2D >& rPath) = 0;
/trunk/main/canvas/source/vcl/
H A Dcanvashelper.hxx125 ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
131 ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
138 … ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
147 … ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
155 ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D >
158 ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
165 ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
171 ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
179 … ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
H A Dtextlayout.cxx110 …uno::Sequence< uno::Reference< rendering::XPolyPolygon2D > > SAL_CALL TextLayout::queryTextShapes(… in queryTextShapes()
133 uno::Sequence< uno::Reference< rendering::XPolyPolygon2D> > aOutlineSequence; in queryTextShapes()
332 …uno::Reference< rendering::XPolyPolygon2D > SAL_CALL TextLayout::queryVisualHighlighting( sal_Int3… in queryVisualHighlighting()
340 return uno::Reference< rendering::XPolyPolygon2D >(); in queryVisualHighlighting()
343 …uno::Reference< rendering::XPolyPolygon2D > SAL_CALL TextLayout::queryLogicalHighlighting( sal_Int… in queryLogicalHighlighting()
351 return uno::Reference< rendering::XPolyPolygon2D >(); in queryLogicalHighlighting()
H A Dcanvashelper.cxx288 … const uno::Reference< rendering::XPolyPolygon2D >& xPolyPolygon, in drawPolyPolygon()
337 … const uno::Reference< rendering::XPolyPolygon2D >& xPolyPolygon, in strokePolyPolygon()
466 … const uno::Reference< rendering::XPolyPolygon2D >& , in strokeTexturedPolyPolygon()
476 … const uno::Reference< rendering::XPolyPolygon2D >& , in strokeTextureMappedPolyPolygon()
486 …uno::Reference< rendering::XPolyPolygon2D > CanvasHelper::queryStrokeShapes( const rendering::XC… in queryStrokeShapes() argument
487 … const uno::Reference< rendering::XPolyPolygon2D >& , in queryStrokeShapes()
492 return uno::Reference< rendering::XPolyPolygon2D >(NULL); in queryStrokeShapes()
496 … const uno::Reference< rendering::XPolyPolygon2D >& xPolyPolygon, in fillPolyPolygon()
557 … const uno::Reference< rendering::XPolyPolygon2D >& , in fillTextureMappedPolyPolygon()
/trunk/main/canvas/inc/canvas/rendering/
H A Dbitmap.hxx195 ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
202 ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
216 ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
233 ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
245 ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
258 ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
274 ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygon,
/trunk/main/canvas/inc/canvas/base/
H A Dcanvasbase.hxx196 …const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygo… in drawPolyPolygon()
214 …const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolyg… in strokePolyPolygon()
233 …const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolyg… in strokeTexturedPolyPolygon()
253 …const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolyg… in strokeTextureMappedPolyPolygon()
273 … virtual ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D > SAL_CALL
274 …const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolyg… in queryStrokeShapes()
293 …const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygo… in fillPolyPolygon()
311 …const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolygo… in fillTexturedPolyPolygon()
330 …const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D >& xPolyPolyg… in fillTextureMappedPolyPolygon()
H A Dcanvascustomspritehelper.hxx88 … const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D >& aClip );
146 ::com::sun::star::rendering::XPolyPolygon2D >& getClip() const { return mxClipPoly; } in getClip()
211 …::com::sun::star::uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D >& xPoly ) const = 0;
247 ::com::sun::star::rendering::XPolyPolygon2D > mxClipPoly;
/trunk/main/sdext/source/presenter/
H A DPresenterUIPainter.cxx85 aViewState.Clip = Reference<rendering::XPolyPolygon2D>( in PaintHorizontalBitmapComposite()
103 aViewState.Clip = Reference<rendering::XPolyPolygon2D>( in PaintHorizontalBitmapComposite()
124 aViewState.Clip = Reference<rendering::XPolyPolygon2D>( in PaintHorizontalBitmapComposite()
190 aViewState.Clip = Reference<rendering::XPolyPolygon2D>( in PaintVerticalBitmapComposite()
209 aViewState.Clip = Reference<rendering::XPolyPolygon2D>( in PaintVerticalBitmapComposite()
230 aViewState.Clip = Reference<rendering::XPolyPolygon2D>( in PaintVerticalBitmapComposite()
H A DPresenterGeometryHelper.cxx250 Reference<rendering::XPolyPolygon2D> PresenterGeometryHelper::CreatePolygon( in CreatePolygon()
265 Reference<rendering::XPolyPolygon2D> xRectangle (xPolygon, UNO_QUERY); in CreatePolygon()
275 Reference<rendering::XPolyPolygon2D> PresenterGeometryHelper::CreatePolygon( in CreatePolygon()
290 Reference<rendering::XPolyPolygon2D> xRectangle (xPolygon, UNO_QUERY); in CreatePolygon()
300 Reference<rendering::XPolyPolygon2D> PresenterGeometryHelper::CreatePolygon( in CreatePolygon()
321 Reference<rendering::XPolyPolygon2D> xRectangle (xPolygon, UNO_QUERY); in CreatePolygon()
/trunk/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.hxx160 ::com::sun::star::rendering::XPolyPolygon2D >& rPath );
162 ::com::sun::star::rendering::XPolyPolygon2D >& rPath );
164 ::com::sun::star::rendering::XPolyPolygon2D >& rPath );
167 ::com::sun::star::rendering::XPolyPolygon2D >& rPath);
169 ::com::sun::star::rendering::XPolyPolygon2D >& rPath);
/trunk/main/offapi/com/sun/star/rendering/
H A DViewState.idl32 published interface XPolyPolygon2D;
62 course). Specifying an empty XPolyPolygon2D, i.e. a
63 poly-polygon containing zero polygons, or an XPolyPolygon2D
68 XPolyPolygon2D Clip;
H A DRenderState.idl35 published interface XPolyPolygon2D;
69 course). Specifying an empty XPolyPolygon2D, i.e. a
70 poly-polygon containing zero polygons, or an XPolyPolygon2D
75 XPolyPolygon2D Clip;
/trunk/main/canvas/source/simplecanvas/
H A Dsimplecanvasimpl.cxx68 …inline uno::Reference< rendering::XPolyPolygon2D > rect2Poly( uno::Reference<rendering::XGraphicDe… in rect2Poly()
81 uno::Reference< rendering::XPolyPolygon2D > xRes( in rect2Poly()
98 uno::Reference< rendering::XPolyPolygon2D >,
251 uno::Reference< rendering::XPolyPolygon2D > xPoly( in drawRect()
265 …virtual void SAL_CALL drawPolyPolygon( const uno::Reference< rendering::XPolyPolygon2D >& xPolyPol… in drawPolyPolygon()
/trunk/main/sdext/source/pdfimport/test/
H A Dtests.cxx228 virtual void strokePath( const uno::Reference<rendering::XPolyPolygon2D>& rPath ) in strokePath()
276 virtual void fillPath( const uno::Reference<rendering::XPolyPolygon2D>& rPath ) in fillPath()
291 virtual void eoFillPath( const uno::Reference<rendering::XPolyPolygon2D>& rPath ) in eoFillPath()
312 virtual void intersectClip(const uno::Reference<rendering::XPolyPolygon2D>& rPath) in intersectClip()
323 virtual void intersectEoClip(const uno::Reference<rendering::XPolyPolygon2D>& rPath) in intersectEoClip()

Completed in 144 milliseconds

1234