Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/func/
H A Dfuoaprms.cxx313 SdrObjKind eKind2 = (SdrObjKind)pObject2->GetObjIdentifier(); in DoExecute() local
328 ((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() local
673 ((eKind2 == OBJ_LINE) || // 2-Punkt-Linie in DoExecute()
674 (eKind2 == OBJ_PLIN) || // Polygon in DoExecute()
675 (eKind2 == OBJ_PATHLINE))) // Bezier-Kurve in DoExecute()
/trunk/main/svx/source/svdraw/
H A Dsvdhdl.cxx1780 SdrHdlKind eKind2=((SdrHdl*)pElem2)->GetKind(); in Compare() local
1784 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 30 milliseconds