Searched refs:nConAnz (Results 1 – 1 of 1) sorted by relevance
506 sal_uInt16 nConAnz=pGPL==NULL ? 0 : pGPL->GetCount(); in CheckNodeConnection() local507 sal_uInt16 nGesAnz=nConAnz+8; in CheckNodeConnection()510 if (i<nConAnz) { // UserDefined in CheckNodeConnection()512 } else if (i<nConAnz+4) { // Vertex in CheckNodeConnection()513 SdrGluePoint aPt(rCon.pObj->GetVertexGluePoint(i-nConAnz)); in CheckNodeConnection()516 SdrGluePoint aPt(rCon.pObj->GetCornerGluePoint(i-nConAnz-4)); in CheckNodeConnection()2133 sal_uInt16 nConAnz=pGPL==NULL ? 0 : pGPL->GetCount(); in ImpFindConnector() local2134 sal_uInt16 nGesAnz=nConAnz+9; in ImpFindConnector()2139 FASTBOOL bUser=i<nConAnz; in ImpFindConnector()2140 FASTBOOL bVertex=i>=nConAnz+0 && i<nConAnz+4; in ImpFindConnector()[all …]