Searched refs:rConn1 (Results 1 – 3 of 3) sorted by relevance
2517 SdrObjConnection& rConn1 = GetConnection( bTail ); in setGluePointIndex() local2519 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() local2553 if( !rConn1.IsBestConnection() ) in getGluePointIndex()2555 nId = rConn1.GetConnectorId(); in getGluePointIndex()2556 if( !rConn1.IsAutoVertex() ) in getGluePointIndex()
106 SdrObjConnection& rConn1 = (SdrObjConnection&)pEdgeObj->GetConnection( sal_True ); in Construct() local109 rConn1 = pTmpEdgeObj->GetConnection( sal_True ); in Construct()
567 SdrObjConnection& rConn1 = pOrigEdge->GetConnection(sal_True); in InsertData() local568 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 35 milliseconds