Home
last modified time | relevance | path

Searched refs:rConn1 (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/source/svdraw/
H A Dsvdoedge.cxx2517 SdrObjConnection& rConn1 = GetConnection( bTail ); in setGluePointIndex() local
2519 rConn1.SetAutoVertex( nIndex >= 0 && nIndex <= 3 ); in setGluePointIndex()
2520 rConn1.SetBestConnection( nIndex < 0 ); in setGluePointIndex()
2521 rConn1.SetBestVertex( nIndex < 0 ); in setGluePointIndex()
2530 …const SdrGluePointList* pList = rConn1.GetObject() ? rConn1.GetObject()->GetGluePointList() : NULL; in setGluePointIndex()
2539 rConn1.SetConnectorId( (sal_uInt16)nIndex ); in setGluePointIndex()
2551 SdrObjConnection& rConn1 = GetConnection( bTail ); in getGluePointIndex() local
2553 if( !rConn1.IsBestConnection() ) in getGluePointIndex()
2555 nId = rConn1.GetConnectorId(); in getGluePointIndex()
2556 if( !rConn1.IsAutoVertex() ) in getGluePointIndex()
/trunk/main/svx/source/dialog/
H A Dconnctrl.cxx106 SdrObjConnection& rConn1 = (SdrObjConnection&)pEdgeObj->GetConnection( sal_True ); in Construct() local
109 rConn1 = pTmpEdgeObj->GetConnection( sal_True ); in Construct()
/trunk/main/sd/source/ui/view/
H A Dsdview3.cxx567 SdrObjConnection& rConn1 = pOrigEdge->GetConnection(sal_True); in InsertData() local
568 pConnObj = rConn1.GetObject(); in InsertData()
576 pCloneEdge->GetConnection(sal_True).SetConnectorId(rConn1.GetConnectorId()); in InsertData()
584 sal_uInt16 nInd = pGlueList->FindGluePoint(rConn1.GetConnectorId()); in InsertData()

Completed in 33 milliseconds