Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/view/
H A Dsdview3.cxx549 const SdrGluePointList* pGlueList = pConnObj->GetGluePointList(); in InsertData() local
550 if(pGlueList) in InsertData()
552 sal_uInt16 nInd = pGlueList->FindGluePoint(rConn0.GetConnectorId()); in InsertData()
556 const SdrGluePoint& rGluePoint = (*pGlueList)[nInd]; in InsertData()
581 const SdrGluePointList* pGlueList = pConnObj->GetGluePointList(); in InsertData() local
582 if(pGlueList) in InsertData()
584 sal_uInt16 nInd = pGlueList->FindGluePoint(rConn1.GetConnectorId()); in InsertData()
588 const SdrGluePoint& rGluePoint = (*pGlueList)[nInd]; in InsertData()

Completed in 20 milliseconds