Home
last modified time | relevance | path

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

/AOO41X/main/filter/source/graphicfilter/idxf/
H A Ddxfentrd.cxx888 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()
H A Ddxf2mtf.cxx981 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()
H A Ddxfentrd.hxx536 long nCtrlCount; // 73 member in DXFSplineEntity
H A Ddxfreprd.cxx604 for (long i = 0; i < pE->nCtrlCount; i++) in CalcBoundingBox()
/AOO41X/main/sc/source/filter/xcl97/
H A Dxcl97esc.cxx477 for( sal_Int32 nCtrlIdx = 0, nCtrlCount = xFormIA->getCount(); in ConvertTbxMacro() local
478 (nFoundIdx < 0) && (nCtrlIdx < nCtrlCount); ++nCtrlIdx ) in ConvertTbxMacro()
/AOO41X/main/sfx2/source/control/
H A Dbindings.cxx332 sal_uInt16 nCtrlCount = pImp->pUnoCtrlArr->Count(); in DeleteControllers_Impl() local
333 for ( sal_uInt16 n=nCtrlCount; n>0; n-- ) in DeleteControllers_Impl()