Home
last modified time | relevance | path

Searched refs:pPolyPoly (Results 1 – 16 of 16) sorted by last modified time

/trunk/main/editeng/source/editeng/
H A Dimpedit.hxx264 …* _pTarget, const Point& rDocPosTopLeft, const Point& rDocPosBottomRight, PolyPolygon* pPolyPoly );
H A Dimpedit.cxx160 PolyPolygon* pPolyPoly = NULL; in DrawSelection() local
162 pPolyPoly = new PolyPolygon; in DrawSelection()
263 ImplDrawHighlightRect( pTarget, aTopLeft, aBottomRight, pPolyPoly ); in DrawSelection()
284 ImplDrawHighlightRect( pTarget, aPt1, aPt2, pPolyPoly ); in DrawSelection()
295 *pRegion = Region( *pPolyPoly ); in DrawSelection()
296 delete pPolyPoly; in DrawSelection()
310 …e* _pTarget, const Point& rDocPosTopLeft, const Point& rDocPosBottomRight, PolyPolygon* pPolyPoly ) in ImplDrawHighlightRect() argument
331 if ( pPolyPoly ) in ImplDrawHighlightRect()
338 pPolyPoly->Insert( aTmpPoly ); in ImplDrawHighlightRect()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx2098 const PolyPolygon *pPolyPoly = pNd->HasContour(); in WriteFlyFrameAttr() local
2099 if (pPolyPoly && pPolyPoly->Count()) in WriteFlyFrameAttr()
2101 Polygon aPoly(PolygonFromPolyPolygon(*pPolyPoly)); in WriteFlyFrameAttr()
/trunk/main/slideshow/source/engine/
H A Dslideview.cxx199 ::cppcanvas::PolyPolygonSharedPtr pPolyPoly( in clearRect()
203 if( pPolyPoly ) in clearRect()
205 pPolyPoly->setCompositeOp( cppcanvas::CanvasGraphic::SOURCE ); in clearRect()
206 pPolyPoly->setRGBAFillColor( 0x00000000U ); in clearRect()
207 pPolyPoly->draw(); in clearRect()
H A Dslideshowimpl.cxx1492 ::cppcanvas::PolyPolygonSharedPtr pPolyPoly; in registerUserPaintPolygons()
1506 pPolyPoly = (*aIterPoly); in registerUserPaintPolygons()
1507 …b2DPolyPoly = ::basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(pPolyPoly->getUNOPolyPolygon()… in registerUserPaintPolygons()
1560 nLineColor = pPolyPoly->getRGBALineColor(); in registerUserPaintPolygons()
1567 fLineWidth = pPolyPoly->getStrokeWidth(); in registerUserPaintPolygons()
H A Dtools.cxx745 ::cppcanvas::PolyPolygonSharedPtr pPolyPoly( in fillRect()
749 if( pPolyPoly ) in fillRect()
751 pPolyPoly->setRGBAFillColor( aFillColor ); in fillRect()
752 pPolyPoly->draw(); in fillRect()
/trunk/main/vcl/aqua/source/gdi/
H A Datslayout.cxx1092 void Init( PolyPolygon* pPolyPoly, long nXOffset, long nYOffset );
1132 void PolyArgs::Init( PolyPolygon* pPolyPoly, long nXOffset, long nYOffset )
1136 mpPolyPoly = pPolyPoly;
/trunk/main/vcl/source/gdi/
H A Doutdev4.cxx100 PolyPolygon* pPolyPoly; in ImplDrawPolyPolygon() local
104 pPolyPoly = new PolyPolygon; in ImplDrawPolyPolygon()
110 if( pPolyPoly->Count() == 1 ) in ImplDrawPolyPolygon()
152 delete pPolyPoly; in ImplDrawPolyPolygon()
405 PolyPolygon* pPolyPoly; in ImplDrawComplexGradient() local
424 pPolyPoly = NULL; in ImplDrawComplexGradient()
533 if( pPolyPoly ) in ImplDrawComplexGradient()
577 if( pPolyPoly ) in ImplDrawComplexGradient()
581 pPolyPoly->Replace( pPolyPoly->GetObject( 1 ), 0 ); in ImplDrawComplexGradient()
614 if( pPolyPoly ) in ImplDrawComplexGradient()
[all …]
/trunk/main/svx/source/dialog/
H A Dcontimp.hxx109 const PolyPolygon* pPolyPoly = NULL,
H A D_contdlg.cxx152 const PolyPolygon* pPolyPoly, void* pEditingObj ) in UpdateContourDlg() argument
156 SVXCONTOURDLG()->Update( rGraphic, bGraphicLinked, pPolyPoly, pEditingObj ); in UpdateContourDlg()
373 const PolyPolygon* pPolyPoly, void* pEditingObj ) in Update() argument
375 pSuperClass->UpdateGraphic( rGraphic, bGraphicLinked, pPolyPoly, pEditingObj ); in Update()
624 const PolyPolygon* pPolyPoly, void* pEditingObj ) in UpdateGraphic() argument
630 if ( pPolyPoly ) in UpdateGraphic()
631 aUpdatePolyPoly = *pPolyPoly; in UpdateGraphic()
/trunk/main/svx/inc/svx/
H A Dcontdlg.hxx49 const PolyPolygon* pPolyPoly = NULL,
117 const PolyPolygon* pPolyPoly = NULL, void* pEditingObj = NULL );
/trunk/main/slideshow/test/
H A Ddemoshow.cxx144 ::cppcanvas::PolyPolygonSharedPtr pPolyPoly( in clear()
147 if( !pPolyPoly ) in clear()
150 if( pPolyPoly ) in clear()
152 pPolyPoly->setRGBAFillColor( 0x808080FFU ); in clear()
153 pPolyPoly->draw(); in clear()
/trunk/main/slideshow/source/engine/slide/
H A Duserpaintoverlay.cxx429 ::cppcanvas::PolyPolygonSharedPtr pPolyPoly( in handleMouseDragged()
433 if( pPolyPoly ) in handleMouseDragged()
435 pPolyPoly->setStrokeWidth(mnStrokeWidth); in handleMouseDragged()
436 pPolyPoly->setRGBALineColor( maStrokeColor.getIntegerColor() ); in handleMouseDragged()
437 pPolyPoly->draw(); in handleMouseDragged()
438 maPolygons.push_back(pPolyPoly); in handleMouseDragged()
/trunk/main/slideshow/source/engine/shapes/
H A Dshapeimporter.cxx528 ::cppcanvas::PolyPolygonSharedPtr pPolyPoly( in importPolygons()
531 if( pPolyPoly ) in importPolygons()
533 pPolyPoly->setRGBALineColor( unoColor2RGBColor( nLineColor ).getIntegerColor() ); in importPolygons()
534 pPolyPoly->setStrokeWidth(fLineWidth); in importPolygons()
535 pPolyPoly->draw(); in importPolygons()
536 maPolygons.push_back(pPolyPoly); in importPolygons()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowviewimpl.cxx329 ::cppcanvas::PolyPolygonSharedPtr pPolyPoly( in clear()
332 if( pPolyPoly.get() ) in clear()
334 pPolyPoly->setRGBAFillColor( 0x000000FFU ); in clear()
335 pPolyPoly->draw(); in clear()
/trunk/main/sd/source/ui/func/
H A Dfumorph.cxx107 ::basegfx::B2DPolyPolygon* pPolyPoly; in DoExecute()
183 …for(pPolyPoly = (::basegfx::B2DPolyPolygon*)aPolyPolyList.First(); pPolyPoly; pPolyPoly = (::baseg… in DoExecute()
185 delete pPolyPoly; in DoExecute()

Completed in 117 milliseconds