Searched refs:eKind2 (Results 1 – 2 of 2) sorted by relevance
313 SdrObjKind eKind2 = (SdrObjKind)pObject2->GetObjIdentifier(); in DoExecute() local328 ((eKind2 == OBJ_LINE) || // 2-Punkt-Linie in DoExecute()329 (eKind2 == OBJ_PLIN) || // Polygon in DoExecute()330 (eKind2 == OBJ_PATHLINE)) && // Bezier-Kurve in DoExecute()661 SdrObjKind eKind2 = (SdrObjKind)pObject2->GetObjIdentifier(); in DoExecute() local673 ((eKind2 == OBJ_LINE) || // 2-Punkt-Linie in DoExecute()674 (eKind2 == OBJ_PLIN) || // Polygon in DoExecute()675 (eKind2 == OBJ_PATHLINE))) // Bezier-Kurve in DoExecute()
1780 SdrHdlKind eKind2=((SdrHdl*)pElem2)->GetKind(); in Compare() local1784 if (eKind1!=eKind2) in Compare()1790 if (eKind2==HDL_REF1 || eKind2==HDL_REF2 || eKind2==HDL_MIRX) n2=5; in Compare()1791 else if (eKind2==HDL_GLUE || eKind1==HDL_GLUE_UNSEL) n2=2; in Compare()1792 else if (eKind2==HDL_USER) n2=3; in Compare()1793 else if (eKind2==HDL_SMARTTAG) n2=0; in Compare()1813 if (eKind1==eKind2) in Compare()1815 return (sal_uInt16)eKind1<(sal_uInt16)eKind2 ? -1 : 1; in Compare()
Completed in 35 milliseconds