Searched refs:nCtrlCount (Results 1 – 6 of 6) sorted by relevance
888 nCtrlCount(0), in DXFSplineEntity()918 nCtrlCount = rDGR.GetI(); in EvaluateGroup()919 if ( rDGR.GetStatus() && nCtrlCount > 0 ) { in EvaluateGroup()920 try { pControlPts = new DXFVector[nCtrlCount]; } in EvaluateGroup()923 else if ( nCtrlCount < 0 ) in EvaluateGroup()933 if ( pControlPts && nCtrlIndex < nCtrlCount ) in EvaluateGroup()937 if ( pControlPts && nCtrlIndex < nCtrlCount ) in EvaluateGroup()941 if ( pControlPts && nCtrlIndex < nCtrlCount ) in EvaluateGroup()
981 const long n = rE.nCtrlCount - 1; in DrawSplineEntity()983 if ( rE.nKnotCount != rE.nCtrlCount + p + 1 ) return; // not a clamped B-spline in DrawSplineEntity()991 long nPoints = rE.nCtrlCount * 8; in DrawSplineEntity()
536 long nCtrlCount; // 73 member in DXFSplineEntity
604 for (long i = 0; i < pE->nCtrlCount; i++) in CalcBoundingBox()
477 for( sal_Int32 nCtrlIdx = 0, nCtrlCount = xFormIA->getCount(); in ConvertTbxMacro() local478 (nFoundIdx < 0) && (nCtrlIdx < nCtrlCount); ++nCtrlIdx ) in ConvertTbxMacro()
332 sal_uInt16 nCtrlCount = pImp->pUnoCtrlArr->Count(); in DeleteControllers_Impl() local333 for ( sal_uInt16 n=nCtrlCount; n>0; n-- ) in DeleteControllers_Impl()