/aoo4110/main/vcl/source/gdi/ |
H A D | outdev4.cxx | 100 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 …]
|
/aoo4110/main/slideshow/source/engine/slide/ |
H A D | userpaintoverlay.cxx | 429 ::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()
|
/aoo4110/main/slideshow/source/engine/shapes/ |
H A D | shapeimporter.cxx | 528 ::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()
|
/aoo4110/main/slideshow/test/ |
H A D | demoshow.cxx | 133 ::cppcanvas::PolyPolygonSharedPtr pPolyPoly( in clear() 136 if( !pPolyPoly ) in clear() 139 if( pPolyPoly ) in clear() 141 pPolyPoly->setRGBAFillColor( 0x808080FFU ); in clear() 142 pPolyPoly->draw(); in clear()
|
/aoo4110/main/svx/source/dialog/ |
H A D | _contdlg.cxx | 152 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()
|
H A D | contimp.hxx | 109 const PolyPolygon* pPolyPoly = NULL,
|
/aoo4110/main/sd/source/ui/func/ |
H A D | fumorph.cxx | 107 ::basegfx::B2DPolyPolygon* pPolyPoly; in DoExecute() 183 …for(pPolyPoly = (::basegfx::B2DPolyPolygon*)aPolyPolyList.First(); pPolyPoly; pPolyPoly = (::baseg… in DoExecute() 185 delete pPolyPoly; in DoExecute()
|
/aoo4110/main/slideshow/source/engine/ |
H A D | slideview.cxx | 198 ::cppcanvas::PolyPolygonSharedPtr pPolyPoly( in clearRect() 202 if( pPolyPoly ) in clearRect() 204 pPolyPoly->setCompositeOp( cppcanvas::CanvasGraphic::SOURCE ); in clearRect() 205 pPolyPoly->setRGBAFillColor( 0x00000000U ); in clearRect() 206 pPolyPoly->draw(); in clearRect()
|
H A D | tools.cxx | 745 ::cppcanvas::PolyPolygonSharedPtr pPolyPoly( in fillRect() 749 if( pPolyPoly ) in fillRect() 751 pPolyPoly->setRGBAFillColor( aFillColor ); in fillRect() 752 pPolyPoly->draw(); in fillRect()
|
H A D | slideshowimpl.cxx | 1492 ::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()
|
/aoo4110/main/sd/source/ui/slideshow/ |
H A D | slideshowviewimpl.cxx | 329 ::cppcanvas::PolyPolygonSharedPtr pPolyPoly( in clear() 332 if( pPolyPoly.get() ) in clear() 334 pPolyPoly->setRGBAFillColor( 0x000000FFU ); in clear() 335 pPolyPoly->draw(); in clear()
|
/aoo4110/main/editeng/source/editeng/ |
H A D | impedit.cxx | 160 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()
|
H A D | impedit.hxx | 264 …* _pTarget, const Point& rDocPosTopLeft, const Point& rDocPosBottomRight, PolyPolygon* pPolyPoly );
|
/aoo4110/main/svx/inc/svx/ |
H A D | contdlg.hxx | 49 const PolyPolygon* pPolyPoly = NULL, 117 const PolyPolygon* pPolyPoly = NULL, void* pEditingObj = NULL );
|
/aoo4110/main/vcl/aqua/source/gdi/ |
H A D | atslayout.cxx | 1092 void Init( PolyPolygon* pPolyPoly, long nXOffset, long nYOffset ); 1132 void PolyArgs::Init( PolyPolygon* pPolyPoly, long nXOffset, long nYOffset ) 1136 mpPolyPoly = pPolyPoly;
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | wrtw8esh.cxx | 2109 const PolyPolygon *pPolyPoly = pNd->HasContour(); in WriteFlyFrameAttr() local 2110 if (pPolyPoly && pPolyPoly->Count()) in WriteFlyFrameAttr() 2112 Polygon aPoly(PolygonFromPolyPolygon(*pPolyPoly)); in WriteFlyFrameAttr()
|