Home
last modified time | relevance | path

Searched refs:GetPathPoly (Results 1 – 25 of 27) sorted by relevance

12

/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx141 maOrig(rPO.GetPathPoly()), in ImpSdrPathDragData()
1798 if(GetPathPoly().count()) in ImpForceKind()
1897 if(ImpIsLine(GetPathPoly())) in TakeObjNameSingul()
2021 return GetPathPoly(); in TakeXorPoly()
2275 if(GetPathPoly().count()) in EndCreate()
2445 if(GetPathPoly().count()) in RecalcSnapRect()
2538 if(GetPathPoly().count()) in NbcSetPoint()
2808 if(GetPathPoly() != rPathPoly) in NbcSetPathPoly()
2818 if(GetPathPoly() != rPathPoly) in SetPathPoly()
2883 if(GetPathPoly().count()) in TRGetBaseGeometry()
[all …]
H A Dsvdpoev.cxx116 if(PolyPolygonEditor::GetRelativePolyPoint(pPath->GetPathPoly(), nNum, nPolyNum, nPntNum)) in CheckPolyPossibilitiesHelper()
118 const basegfx::B2DPolygon aLocalPolygon(pPath->GetPathPoly().getB2DPolygon(nPolyNum)); in CheckPolyPossibilitiesHelper()
224 PolyPolygonEditor aEditor( pPath->GetPathPoly(), pPath->IsClosed() ); in SetMarkedPointsSmooth()
259 PolyPolygonEditor aEditor( pPath->GetPathPoly(), pPath->IsClosed() ); in SetMarkedSegmentsKind()
327 PolyPolygonEditor aEditor( pPath ->GetPathPoly(), pPath->IsClosed() ); in DeleteMarkedPoints()
453 const basegfx::B2DPolyPolygon& rPathPolyPolygon = pMarkedPathObject->GetPathPoly(); in IsRipUpAtMarkedPointsPossible()
495 const PolyPolygon aPathPolyPolygon(pMarkedPathObject->GetPathPoly()); in IsOpenCloseMarkedObjectsPossible()
617 basegfx::B2DPolyPolygon aXPP(pPath->GetPathPoly()); in ImpTransformMarkedPoints()
H A Dsvdedtv2.cxx660 aRetval = pPath->GetPathPoly(); in ImpGetPolyPolygon1()
681 aRetval.append(pPath->GetPathPoly()); in ImpGetPolyPolygon1()
691 aRetval = pPath->GetPathPoly(); in ImpGetPolyPolygon1()
1076 basegfx::B2DPolyPolygon aTmpPoly(pPathObj->GetPathPoly()); in MergeMarkedObjects()
1439 if(ImpCanDismantle(pPath->GetPathPoly(), bMakeLines)) in ImpCanDismantle()
1467 if(ImpCanDismantle(pPath->GetPathPoly(),bMakeLines)) in ImpCanDismantle()
1509 const basegfx::B2DPolyPolygon& rPolyPolygon(pSrcPath->GetPathPoly()); in ImpDismantleOneObject()
H A Dsdrpagewindow.cxx259 basegfx::B2DPolyPolygon aPolyA(((SdrPathObj*)pObjA)->GetPathPoly()); in impTryTest()
270 basegfx::B2DPolyPolygon aCandidate(((SdrPathObj*)pObjB)->GetPathPoly()); in impTryTest()
H A Dsvdfmtf.cxx815 if(1L == pLastPoly->GetPathPoly().count()) in CheckLastLineMerge()
818 basegfx::B2DPolygon aDstPoly(pLastPoly->GetPathPoly().getB2DPolygon(0L)); in CheckLastLineMerge()
881 if(pLastPoly->GetPathPoly() == rPolyPolygon) in CheckLastPolyLineAndFillMerge()
H A Dsvdotxtr.cxx511 pPathObj->SetPathPoly(basegfx::tools::expandToCurve(pPathObj->GetPathPoly())); in ImpConvertMakeObj()
H A Dsvdedtv1.cxx527 XPolyPolygon aXPP(pPath->GetPathPoly()); in ImpCrookObj()
647 XPolyPolygon aXPP(pPath->GetPathPoly()); in ImpDistortObj()
H A Dsvdobj.cxx2651 pPathObj->SetPathPoly(basegfx::tools::simplifyCurveSegments(pPathObj->GetPathPoly())); in ConvertToContourObj()
/trunk/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx197 basegfx::B2DPolyPolygon aDragPoly(pPathObj->GetPathPoly()); in EndSdrDrag()
376 mxPolyPoly = mpPathObj->GetPathPoly(); in MotionPathTag()
462 if( mxPolyPoly != mpPathObj->GetPathPoly() ) in Notify()
465 mxPolyPoly = mpPathObj->GetPathPoly(); in Notify()
590 const basegfx::B2DPolyPolygon aDragPoly(mpPathObj->GetPathPoly()); in MouseButtonDown()
1134 PolyPolygonEditor aEditor( mpPathObj->GetPathPoly(), mpPathObj->IsClosed() ); in DeleteMarkedPoints()
1197 PolyPolygonEditor aEditor( mpPathObj->GetPathPoly(), mpPathObj->IsClosed() ); in SetMarkedSegmentsKind()
1251 PolyPolygonEditor aEditor( mpPathObj->GetPathPoly(), mpPathObj->IsClosed() ); in SetMarkedPointsSmooth()
/trunk/main/svx/source/dialog/
H A Dimapwnd.cxx382 Polygon aPoly(pPathObj->GetPathPoly().getB2DPolygon(0L)); in SdrObjCreated()
397 const basegfx::B2DPolyPolygon& rXPolyPoly = pPathObj->GetPathPoly(); in SdrObjCreated()
454 Polygon aPoly(pPathObj->GetPathPoly().getB2DPolygon(0L)); in SdrObjChanged()
471 const basegfx::B2DPolyPolygon& rXPolyPoly = rPathObj.GetPathPoly(); in SdrObjChanged()
475 Polygon aPoly(rPathObj.GetPathPoly().getB2DPolygon(0L)); in SdrObjChanged()
H A Dcontwnd.cxx142 …:B2DPolyPolygon aB2DPolyPolygon(basegfx::tools::adaptiveSubdivideByAngle(pPathObj->GetPathPoly())); in GetPolyPolygon()
197 bRet = ( (SdrPathObj*) pPage->GetObj( 0 ) )->GetPathPoly().count() && pModel->IsChanged(); in IsContourChanged()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeEngine.cxx430 aPP = ((SdrPathObj*)pNext)->GetPathPoly(); in getLineGeometry()
437 aPP = pPath->GetPathPoly(); in getLineGeometry()
H A DEnhancedCustomShape3d.cxx453 aPolyPoly = pNewPathObj->GetPathPoly(); in Create3DObject()
488 aPolyPoly = ((SdrPathObj*)pNext)->GetPathPoly(); in Create3DObject()
496 aPolyPoly = pPath->GetPathPoly(); in Create3DObject()
H A DEnhancedCustomShapeFontWork.cxx554 basegfx::B2DPolyPolygon aCandidate(((SdrPathObj*)pPartObj)->GetPathPoly()); in GetOutlinesFromShape2d()
/trunk/main/sd/source/ui/func/
H A Dfumorph.cxx120 aPolyPoly1.append(((SdrPathObj*)pObj)->GetPathPoly()); in DoExecute()
127 aPolyPoly2.append(((SdrPathObj*)pObj)->GetPathPoly()); in DoExecute()
H A Dfulinend.cxx106 const ::basegfx::B2DPolyPolygon aPolyPolygon = ( (SdrPathObj*) pNewObj )->GetPathPoly(); in DoExecute()
H A Dfuoaprms.cxx687 const ::basegfx::B2DPolyPolygon& rPolyPolygon = pPath->GetPathPoly(); in DoExecute()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrpathobj.cxx57 basegfx::B2DPolyPolygon aUnitPolyPolygon(GetPathObj().GetPathPoly()); in createViewIndependentPrimitive2DSequence()
/trunk/main/svx/inc/svx/
H A Dsvdopath.hxx156 const basegfx::B2DPolyPolygon& GetPathPoly() const { return maPathPolygon; } in GetPathPoly() function in SdrPathObj
/trunk/main/svx/source/engine3d/
H A Dview3d.cxx789 p3DObj = new E3dExtrudeObj(aDefault, pPath->GetPathPoly(), fDepth); in ImpCreateSingle3DObjectFlat()
793 basegfx::B2DPolyPolygon aPolyPoly2D(pPath->GetPathPoly()); in ImpCreateSingle3DObjectFlat()
/trunk/main/chart2/source/controller/main/
H A DSelectionHelper.cxx629 … const ::basegfx::B2DPolyPolygon& rPolyPolygon = ((SdrPathObj*)m_pMarkObj)->GetPathPoly(); in getMarkHandles()
/trunk/main/cui/source/tabpages/
H A Dtplneend.cxx461 basegfx::B2DPolyPolygon aNewPolyPolygon(((SdrPathObj*)pNewObj)->GetPathPoly()); in IMPL_LINK()
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx1305 return ((SdrPathObj*)mpObj.get())->GetPathPoly(); in GetPolygon()
1601 return static_cast<SdrPathObj*>(mpObj.get())->GetPathPoly(); in GetPolygon()
/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx1839 …aStr += CreateHTMLPolygonArea(((SdrPathObj*)pObject)->GetPathPoly(), Size(-pPage->GetLftBorder(), … in CreateHtmlForPresPages()
/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx1734 ::basegfx::B2DPolyPolygon xPolyPoly( rPathObj.GetPathPoly() ); in updatePathFromSdrPathObj()

Completed in 519 milliseconds

12