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.cxx157 sdr::properties::BaseProperties* SdrEdgeObj::CreateObjectSpecificProperties() in CreateObjectSpecificProperties()
165 sdr::contact::ViewContact* SdrEdgeObj::CreateObjectSpecificViewContact() in CreateObjectSpecificViewContact()
172 TYPEINIT1(SdrEdgeObj,SdrTextObj);
174 SdrEdgeObj::SdrEdgeObj() in SdrEdgeObj() function in SdrEdgeObj
191 SdrEdgeObj::~SdrEdgeObj() in ~SdrEdgeObj()
198 void SdrEdgeObj::ImpSetAttrToEdgeInfo() in ImpSetAttrToEdgeInfo()
269 void SdrEdgeObj::ImpSetEdgeInfoToAttr() in ImpSetEdgeInfoToAttr()
362 void SdrEdgeObj::TakeObjInfo(SdrObjTransformInfoRec& rInfo) const in TakeObjInfo()
380 sal_uInt16 SdrEdgeObj::GetObjIdentifier() const in GetObjIdentifier()
385 const Rectangle& SdrEdgeObj::GetCurrentBoundRect() const in GetCurrentBoundRect()
[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.cxx186 SdrEdgeObj* pSrcEdge=PTR_CAST(SdrEdgeObj,pSrcOb); in CopyObjects()
194 SdrEdgeObj* pDstEdge=PTR_CAST(SdrEdgeObj,pEdgeObjTmp); in CopyObjects()
733 SdrEdgeObj* pSdrEdgeObj = dynamic_cast< SdrEdgeObj* >(aIter.Next()); in ReformatAllEdgeObjects()
H A Dsvdhdl.cxx1531 const SdrEdgeObj* pEdge = (SdrEdgeObj*)pObj; in CreateB2dIAObject()
1595 SdrEdgeObj* pEdge=PTR_CAST(SdrEdgeObj,pObj); in GetPointer()
1608 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.cxx727 std::vector< SdrEdgeObj* > aEdges; in CreateOverlayGeometry()
740SdrEdgeObj* pSdrEdgeObj = dynamic_cast< SdrEdgeObj* >(pSdrDragEntrySdrObject->getClone()); in CreateOverlayGeometry()
759 SdrEdgeObj* pSdrEdgeObj = aEdges[a]; in CreateOverlayGeometry()
917 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.cxx990 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 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()
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()
/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.cxx4824 pRet = new SdrEdgeObj(); in ImportShape()
4832 ((SdrEdgeObj*)pRet)->ConnectToNode(sal_True, NULL); in ImportShape()
4833 ((SdrEdgeObj*)pRet)->ConnectToNode(sal_False, NULL); in ImportShape()
4898 ((SdrEdgeObj*)pRet)->SetEdgeTrackPath( aPoly ); in ImportShape()

12