Home
last modified time | relevance | path

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

12

/trunk/main/svx/source/svdraw/
H A Dsvdoedge.cxx172 TYPEINIT1(SdrEdgeObj,SdrTextObj);
174 SdrEdgeObj::SdrEdgeObj() in SdrEdgeObj() function in SdrEdgeObj
191 SdrEdgeObj::~SdrEdgeObj() in ~SdrEdgeObj()
405 void SdrEdgeObj::RecalcSnapRect() in RecalcSnapRect()
415 FASTBOOL SdrEdgeObj::IsNode() const in IsNode()
463 FASTBOOL SdrEdgeObj::IsEdge() const in IsEdge()
541 void SdrEdgeObj::ImpDirtyEdgeTrack() in ImpDirtyEdgeTrack()
554 void SdrEdgeObj::ImpRecalcEdgeTrack() in ImpRecalcEdgeTrack()
1614 void SdrEdgeObj::Reformat() in Reformat()
1813 SdrEdgeObj* pRetval = (SdrEdgeObj*)Clone(); in getFullDragClone()
[all …]
H A Dclonelist.cxx93 const SdrEdgeObj* pOriginalEdge = PTR_CAST(SdrEdgeObj, GetOriginal(a)); in CopyConnections()
94 SdrEdgeObj* pCloneEdge = PTR_CAST(SdrEdgeObj, GetClone(a)); in CopyConnections()
H A Dsvdedtv.cxx348 SdrEdgeObj* pEdge = PTR_CAST(SdrEdgeObj, (SdrObject*)rAllMarkedObjects.GetObject(a)); in ImpBroadcastEdgesOfMarkedNodes()
381 SdrEdgeObj* pEdge=PTR_CAST(SdrEdgeObj,pEdgeTmp); in ImpBroadcastEdgesOfMarkedNodes()
676 SdrEdgeObj* pEdge=PTR_CAST(SdrEdgeObj,pObj); in CheckPossibilities()
H A Dsvdpage.cxx188 SdrEdgeObj* pSrcEdge=PTR_CAST(SdrEdgeObj,pSrcOb); in CopyObjects()
196 SdrEdgeObj* pDstEdge=PTR_CAST(SdrEdgeObj,pEdgeObjTmp); in CopyObjects()
735 SdrEdgeObj* pSdrEdgeObj = dynamic_cast< SdrEdgeObj* >(aIter.Next()); in ReformatAllEdgeObjects()
H A Dsvdhdl.cxx1533 const SdrEdgeObj* pEdge = (SdrEdgeObj*)pObj; in CreateB2dIAObject()
1597 SdrEdgeObj* pEdge=PTR_CAST(SdrEdgeObj,pObj); in GetPointer()
1610 SdrEdgeObj* pEdge=PTR_CAST(SdrEdgeObj,pObj); in IsHorzDrag()
H A Dsvdedtv1.cxx171 if ( pPartObj->ISA( SdrEdgeObj ) ) in CreateConnectorUndo()
1077 SdrEdgeObj* pEdgeObj = dynamic_cast< SdrEdgeObj* >( pObj ); in SetAttrToMarked()
1909 if( dynamic_cast<SdrEdgeObj*>(pObj) ) in AlignMarkedObjects()
H A Dsvddrgmt.cxx732 std::vector< SdrEdgeObj* > aEdges; in CreateOverlayGeometry()
745 SdrEdgeObj* pSdrEdgeObj = dynamic_cast< SdrEdgeObj* >(pSdrDragEntrySdrObject->getClone()); in CreateOverlayGeometry()
764 SdrEdgeObj* pSdrEdgeObj = aEdges[a]; in CreateOverlayGeometry()
922 SdrEdgeObj* pEdge = dynamic_cast< SdrEdgeObj* >(pEM->GetMarkedSdrObj()); in AddConnectorOverlays()
H A Dsvddrgv.cxx475 …bool bConnectorSelected(1 == GetMarkedObjectCount() && GetMarkedObjectByIndex(0)->ISA(SdrEdgeObj)); in BegDragObj()
756 if (!HAS_BASE(SdrEdgeObj,pObj)) in IsInsGluePointPossible()
H A Dsvdmark.cxx997 SdrEdgeObj* pEdge = PTR_CAST(SdrEdgeObj, pLst); in ImpForceEdgesOfMarkedNodes()
H A Dsvdobj.cxx1161 const SdrEdgeObj* pEdgeObj = dynamic_cast< const SdrEdgeObj* >(this); in TakeContour()
3243 case sal_uInt16(OBJ_EDGE ): pObj=new SdrEdgeObj; break; in MakeNewObject()
H A Dsvdcrtv.cxx362 if (!bMarkHit) SdrEdgeObj::ImpFindConnector(aPos,*pPV,aCon,NULL,pWin); in MouseMove()
/trunk/main/svx/inc/svx/sdr/contact/
H A Dviewcontactofsdredgeobj.hxx32 class SdrEdgeObj;
44 SdrEdgeObj& GetEdgeObj() const in GetEdgeObj()
46 return (SdrEdgeObj&)GetSdrObject(); in GetEdgeObj()
51 ViewContactOfSdrEdgeObj(SdrEdgeObj& rEdgeObj);
/trunk/main/svx/source/sdr/properties/
H A Dconnectorproperties.cxx80 SdrEdgeObj& rObj = (SdrEdgeObj&)GetSdrObject(); in ItemSetChanged()
91 SdrEdgeObj& rObj = (SdrEdgeObj&)GetSdrObject(); in SetStyleSheet()
/trunk/main/svx/inc/svx/
H A Dsvdoedge.hxx48 friend class SdrEdgeObj;
153 class SVX_DLLPUBLIC SdrEdgeObj : public SdrTextObj class
211 …onst Point& rPt, const SdrPageView& rPV, SdrObjConnection& rCon, const SdrEdgeObj* pThis, OutputDe…
223 SdrEdgeObj();
224 virtual ~SdrEdgeObj();
H A Dconnctrl.hxx34 class SdrEdgeObj;
49 SdrEdgeObj* pEdgeObj;
H A Dsvdcrtv.hxx36 class SdrEdgeObj;
/trunk/main/svx/source/dialog/
H A Dconnctrl.cxx103 SdrEdgeObj* pTmpEdgeObj = (SdrEdgeObj*) pObj; in Construct()
104 pEdgeObj = (SdrEdgeObj*) pTmpEdgeObj->Clone(); in Construct()
141 pEdgeObj = new SdrEdgeObj(); in Construct()
/trunk/main/sd/source/ui/view/
H A Dsdview3.cxx517 if(pObj->ISA(SdrEdgeObj)) in InsertData()
529 if(pRem->pClone->ISA(SdrEdgeObj)) in InsertData()
531 SdrEdgeObj* pOrigEdge = (SdrEdgeObj*)pRem->pOrig; in InsertData()
532 SdrEdgeObj* pCloneEdge = (SdrEdgeObj*)pRem->pClone; in InsertData()
/trunk/main/sd/source/ui/func/
H A Dfuconrec.cxx957 if(pObj->ISA(SdrEdgeObj)) in CreateDefaultObject()
959 ((SdrEdgeObj*)pObj)->SetTailPoint(sal_False, aStart); in CreateDefaultObject()
960 ((SdrEdgeObj*)pObj)->SetTailPoint(sal_True, aEnd); in CreateDefaultObject()
H A Dfupoor.cxx691 SdrEdgeObj* pEdgeObj = 0L; in IMPL_LINK_INLINE_END()
693 if(pHdl && pHdl->GetObj() && pHdl->GetObj()->ISA(SdrEdgeObj) && 0 == pHdl->GetPolyNum()) in IMPL_LINK_INLINE_END()
695 pEdgeObj = (SdrEdgeObj*)pHdl->GetObj(); in IMPL_LINK_INLINE_END()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdredgeobj.cxx38 ViewContactOfSdrEdgeObj::ViewContactOfSdrEdgeObj(SdrEdgeObj& rEdgeObj) in ViewContactOfSdrEdgeObj()
/trunk/main/svx/inc/
H A Dsvdshort.hxx64 #define SdrEdgeObj SdrEO macro
/trunk/main/sw/source/core/text/
H A Dtxtfly.cxx1150 if(pNew && pNew->ISA(SdrEdgeObj)) in GetTop()
1152 if(((SdrEdgeObj*)pNew)->GetConnectedNode(sal_True) in GetTop()
1153 || ((SdrEdgeObj*)pNew)->GetConnectedNode(sal_False)) in GetTop()
/trunk/main/svx/source/unodraw/
H A Dunoshape.cxx2360 SdrEdgeObj* pEdgeObj = dynamic_cast< SdrEdgeObj* >(mpObj.get()); in setPropertyValueImpl()
2843 SdrEdgeObj* pEdgeObj = dynamic_cast<SdrEdgeObj*>(mpObj.get()); in getPropertyValueImpl()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx4827 pRet = new SdrEdgeObj(); in ImportShape()
4835 ((SdrEdgeObj*)pRet)->ConnectToNode(sal_True, NULL); in ImportShape()
4836 ((SdrEdgeObj*)pRet)->ConnectToNode(sal_False, NULL); in ImportShape()
4901 ((SdrEdgeObj*)pRet)->SetEdgeTrackPath( aPoly ); in ImportShape()

Completed in 162 milliseconds

12