Home
last modified time | relevance | path

Searched refs:aPoly (Results 51 – 75 of 113) sorted by relevance

12345

/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx439 WW8_DP_POLYLINE aPoly; in ReadPolyLine() local
441 if( !ReadGrafStart( (void*)&aPoly, sizeof( aPoly ), pHd, pDo, rSet ) ) in ReadPolyLine()
444 sal_uInt16 nCount = SVBT16ToShort( aPoly.aBits1 ) >> 1 & 0x7fff; in ReadPolyLine()
460 …SdrObject* pObj = new SdrPathObj(( SVBT16ToShort( aPoly.aBits1 ) & 0x1 ) ? OBJ_POLY : OBJ_PLIN, ::… in ReadPolyLine()
461 SetStdAttr( rSet, aPoly.aLnt, aPoly.aShd ); in ReadPolyLine()
462 SetFill( rSet, aPoly.aFill ); in ReadPolyLine()
2086 PolyPolygon aPoly(*pRecord->pWrapPolygon); in MapWrapIntoFlyFmt() local
2097 aPoly.Move(nMove, 0); in MapWrapIntoFlyFmt()
2101 aPoly.Scale(aHackX, aHackY); in MapWrapIntoFlyFmt()
2107 aPoly.Scale(aMapPolyX, aMapPolyY); in MapWrapIntoFlyFmt()
[all …]
/trunk/main/vcl/source/gdi/
H A Dprint2.cxx792 const Polygon aPoly( in RemoveTransparenciesFromMetaFile()
795 aPoly.getB2DPolygon()) || in RemoveTransparenciesFromMetaFile()
799 aPoly.GetBoundRect(), in RemoveTransparenciesFromMetaFile()
808 const PolyPolygon aPoly( in RemoveTransparenciesFromMetaFile()
810 if( aPoly.Count() != 1 || in RemoveTransparenciesFromMetaFile()
812 aPoly[0].getB2DPolygon()) || in RemoveTransparenciesFromMetaFile()
816 aPoly.GetBoundRect(), in RemoveTransparenciesFromMetaFile()
H A Doutdev3.cxx3207 Polygon aPoly( aRect ); in ImplDrawTextRect() local
3209 ImplDrawPolygon( aPoly ); in ImplDrawTextRect()
3270 Polygon aPoly( aRect ); in ImplGetTextBoundRect() local
3272 return aPoly.GetBoundRect(); in ImplGetTextBoundRect()
4295 rPolyPoly.Insert( aPoly ); in ImplGetEmphasisMark()
4312 rPolyPoly.Insert( aPoly ); in ImplGetEmphasisMark()
4338 rPolyPoly.Insert( aPoly ); in ImplGetEmphasisMark()
4367 aPoly.Scale( dScale, dScale ); in ImplGetEmphasisMark()
4408 aPoly.Move( nX, nY ); in ImplDrawEmphasisMark()
4409 DrawPolyLine( aPoly ); in ImplDrawEmphasisMark()
[all …]
/trunk/main/vcl/workben/
H A Doutdevgrind.cxx116 const Polygon aPoly(aRect); in setupMethodStubs() local
118 PolyPolygon aPolyPoly(aPoly); in setupMethodStubs()
214 aPoly )); in setupMethodStubs()
225 aPoly, aLineInfo )); in setupMethodStubs()
234 aPoly )); in setupMethodStubs()
/trunk/main/basegfx/source/polygon/
H A Db3dpolypolygontools.cxx615 const basegfx::B3DPolygon aPoly(rPolyPolygonSource.getB3DPolygon(a)); in B3DPolyPolygonToUnoPolyPolygonShape3D() local
616 const sal_uInt32 nPointCount(aPoly.count()); in B3DPolyPolygonToUnoPolyPolygonShape3D()
620 const bool bIsClosed(aPoly.isClosed()); in B3DPolyPolygonToUnoPolyPolygonShape3D()
632 const basegfx::B3DPoint aPoint(aPoly.getB3DPoint(b)); in B3DPolyPolygonToUnoPolyPolygonShape3D()
641 const basegfx::B3DPoint aPoint(aPoly.getB3DPoint(0)); in B3DPolyPolygonToUnoPolyPolygonShape3D()
/trunk/main/basebmp/test/
H A Dfilltest.cxx152 basegfx::B2DPolyPolygon aPoly; in implTestCornerCases() local
153 basegfx::tools::importFromSvgD( aPoly, aSvg, false, NULL ); in implTestCornerCases()
155 aPoly, in implTestCornerCases()
/trunk/main/svx/source/unodraw/
H A Dunoshap3.cxx815 const basegfx::B3DPolygon aPoly(rSourcePolyPolygon.getB3DPolygon(a)); in B3dPolyPolygon_to_PolyPolygonShape3D() local
816 sal_Int32 nPointCount(aPoly.count()); in B3dPolyPolygon_to_PolyPolygonShape3D()
817 if(aPoly.isClosed()) nPointCount++; in B3dPolyPolygon_to_PolyPolygonShape3D()
824 for(sal_uInt32 b(0L);b<aPoly.count();b++) in B3dPolyPolygon_to_PolyPolygonShape3D()
826 const basegfx::B3DPoint aPoint(aPoly.getB3DPoint(b)); in B3dPolyPolygon_to_PolyPolygonShape3D()
831 if(aPoly.isClosed()) in B3dPolyPolygon_to_PolyPolygonShape3D()
833 const basegfx::B3DPoint aPoint(aPoly.getB3DPoint(0L)); in B3dPolyPolygon_to_PolyPolygonShape3D()
H A Dunopage.cxx576 basegfx::B2DPolygon aPoly; in _CreateSdrObject() local
577 aPoly.append(basegfx::B2DPoint(aRect.Left(), aRect.Top())); in _CreateSdrObject()
578 aPoly.append(basegfx::B2DPoint(aRect.Right(), aRect.Bottom())); in _CreateSdrObject()
579 pNewObj = new SdrPathObj(OBJ_LINE, basegfx::B2DPolyPolygon(aPoly)); in _CreateSdrObject()
H A Dunoshap2.cxx1180 const basegfx::B2DPolygon aPoly(rPolyPoly.getB2DPolygon(a)); in B2DPolyPolygonToSvxPointSequenceSequence() local
1185 const sal_uInt32 nPointCount(aPoly.count()); in B2DPolyPolygonToSvxPointSequenceSequence()
1186 const bool bIsClosed(aPoly.isClosed()); in B2DPolyPolygonToSvxPointSequenceSequence()
1196 const basegfx::B2DPoint aPoint(aPoly.getB2DPoint(b)); in B2DPolyPolygonToSvxPointSequenceSequence()
1256 const basegfx::B2DPolygon aPoly(rPolyPoly.getB2DPolygon(0L)); in getPropertyValueImpl() local
1263 const basegfx::B2DPoint aPoint(aPoly.getB2DPoint(b)); in getPropertyValueImpl()
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx762 Polygon aPoly( rPolyPoly[ 0 ] ); in ImplDrawClippedPolyPolygon() local
763 sal_uInt16 nCount = aPoly.GetSize(); in ImplDrawClippedPolyPolygon()
766 if ( aPoly[ nCount - 1 ] != aPoly[ 0 ] ) in ImplDrawClippedPolyPolygon()
768 Point aPoint( aPoly[ 0 ] ); in ImplDrawClippedPolyPolygon()
769 aPoly.Insert( nCount, aPoint ); in ImplDrawClippedPolyPolygon()
771 mpGDIMetaFile->AddAction( new MetaPolygonAction( aPoly ) ); in ImplDrawClippedPolyPolygon()
1192 Polygon aPoly( ImplMap( rRect ) ); in DrawRect() local
1193 PolyPolygon aPolyPolyRect( aPoly ); in DrawRect()
H A Demfwr.cxx1025 Polygon aPoly; in ImplWrite() local
1032 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_ARC ); in ImplWrite()
1039 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_PIE ); in ImplWrite()
1046 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_CHORD ); in ImplWrite()
1051 aPoly = ( (const MetaPolygonAction*) pAction )->GetPolygon(); in ImplWrite()
1055 ImplWritePolygonRecord( aPoly, nType != META_ARC_ACTION ); in ImplWrite()
H A Dwinwmf.cxx323 Polygon aPoly( nPoints ); in ReadRecordParams() local
325 aPoly[ i ] = ReadPoint(); in ReadRecordParams()
326 pOut->DrawPolygon( aPoly ); in ReadRecordParams()
372 Polygon aPoly( nPoints ); in ReadRecordParams() local
374 aPoly[ i ] = ReadPoint(); in ReadRecordParams()
375 pOut->DrawPolyLine( aPoly ); in ReadRecordParams()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx359 Polygon aPoly(rPoly); in WritePolygon() local
361 nSize=aPoly.GetSize(); in WritePolygon()
363 if (aPoly.GetPoint(0) != aPoly.GetPoint(nSize-1)) in WritePolygon()
366 aPoly.SetSize(nSize); in WritePolygon()
367 aPoly.SetPoint(aPoly.GetPoint(0),nSize-1); in WritePolygon()
373 Point aPoint = OutputDevice::LogicToLogic( aPoly.GetPoint( i ), in WritePolygon()
393 WritePoint( aPoly.GetPoint(i) ); in WritePolygon()
/trunk/main/sfx2/source/bastyp/
H A Dsfxhtml.cxx224 Polygon aPoly( nCount ); in ParseAreaOptions() local
226 aPoly[i] = Point( aCoords[2*i], aCoords[2*i+1] ); in ParseAreaOptions()
227 IMapPolygonObject aMapPObj( aPoly, aHRef, aAlt, String(), aTarget, aName, in ParseAreaOptions()
/trunk/main/xmloff/source/draw/
H A DXMLImageMapExport.cxx327 PointSequence aPoly; in ExportPolygon() local
328 aAny >>= aPoly; in ExportPolygon()
332 aPoly)); in ExportPolygon()
/trunk/main/reportdesign/source/ui/report/
H A DStartMarker.cxx131 PolyPolygon aPoly; in Paint() local
132 aPoly.Insert(Polygon(aWholeRect,nCornerWidth,nCornerWidth)); in Paint()
145 DrawGradient(PixelToLogic(aPoly) ,aGradient); in Paint()
/trunk/main/svtools/inc/svtools/
H A Dimappoly.hxx41 Polygon aPoly; member in IMapPolygonObject
73 virtual Rectangle GetBoundRect() const { return aPoly.GetBoundRect(); } in GetBoundRect()
/trunk/main/slideshow/source/engine/shapes/
H A Dshapeimporter.cxx516 ::basegfx::B2DPolygon aPoly; in importPolygons()
522 aPoly.append( aPoint ); in importPolygons()
530 aPoly ) ); in importPolygons()
/trunk/main/svx/workben/
H A Dedittest.cxx1270 Polygon aPoly( 5 ); in CreatePolygon() local
1271 aPoly.SetPoint( Point( aSz.Width()/2, 0 ), 0 ); in CreatePolygon()
1272 aPoly.SetPoint( Point( aSz.Width(), aSz.Height()/3 ), 1 ); in CreatePolygon()
1273 aPoly.SetPoint( Point( aSz.Width()/2, aSz.Height() ), 2 ); in CreatePolygon()
1274 aPoly.SetPoint( Point( 0, aSz.Height()/2 ), 3 ); in CreatePolygon()
1275 aPoly.SetPoint( Point( aSz.Width()/2, 0 ), 4 ); in CreatePolygon()
1276 PolyPolygon aPPoly( aPoly ); in CreatePolygon()
/trunk/main/vcl/source/window/
H A Dsplit.cxx790 Polygon aPoly( rPaintRect ); in Paint() local
791 PolyPolygon aPolyPoly( aPoly ); in Paint()
806 DrawPolyLine( aPoly, aInfo ); in Paint()
/trunk/main/svtools/source/svhtml/
H A Dhtmlout.cxx681 Polygon aPoly( pPolyObj->GetPolygon() ); in Out_ImageMap() local
682 sal_uInt16 nCount = aPoly.GetSize(); in Out_ImageMap()
685 const Point& rPoint = aPoly[0]; in Out_ImageMap()
692 const Point& rPoint = aPoly[j]; in Out_ImageMap()
/trunk/main/svx/source/engine3d/
H A Dextrud3d.cxx244 basegfx::B2DPolyPolygon aPoly = TransformToScreenCoor(aBackSide); in GetBreakObj() local
245 SdrPathObj* pPathObj = new SdrPathObj(OBJ_PLIN, aPoly); in GetBreakObj()
/trunk/main/svtools/source/control/
H A Dtabbar.cxx1173 Polygon aPoly( 4 ); in Paint() local
1174 aPoly[0] = aPos0; in Paint()
1175 aPoly[1] = aPos1; in Paint()
1176 aPoly[2] = aPos2; in Paint()
1177 aPoly[3] = aPos3; in Paint()
1178 DrawPolygon( aPoly ); in Paint()
1255 DrawPolygon( aPoly ); in Paint()
/trunk/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx893 drawing::PolyPolygonShape3D aPoly; in createErrorBar() local
897 AddPointToPoly( aPoly, aNegative, nSequenceIndex ); in createErrorBar()
898 AddPointToPoly( aPoly, aMiddle, nSequenceIndex ); in createErrorBar()
900 AddPointToPoly( aPoly, aPositive, nSequenceIndex ); in createErrorBar()
906 lcl_AddErrorBottomLine( aNegative, aMainDirection, aPoly, nSequenceIndex ); in createErrorBar()
912 lcl_AddErrorBottomLine( aPositive, aMainDirection, aPoly, nSequenceIndex ); in createErrorBar()
915 …< drawing::XShape > xShape = m_pShapeFactory->createLine2D( xTarget, PolyToPointSequence( aPoly) ); in createErrorBar()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx2358 Polygon aPoly; in CreateConnectorProperties() local
2362 aPoly = aPolyPolygon[ 0 ]; in CreateConnectorProperties()
4793 Polygon aPoly; in GetConnectorRule() local
4801 aPoly.Insert( POLY_APPEND, aPt ); in GetConnectorRule()
4803 nRule = GetClosestPoint( aPoly, aRefPoint ); in GetConnectorRule()
4850 Polygon aPoly( 4 ); in GetConnectorRule() local
4852 aPoly[ 0 ] = Point( aCenter.X(), aRect.Top() ); in GetConnectorRule()
4853 aPoly[ 1 ] = Point( aRect.Left(), aCenter.Y() ); in GetConnectorRule()
4854 aPoly[ 2 ] = Point( aCenter.X(), aRect.Bottom() ); in GetConnectorRule()
4855 aPoly[ 3 ] = Point( aRect.Right(), aCenter.Y() ); in GetConnectorRule()
[all …]

Completed in 194 milliseconds

12345