Home
last modified time | relevance | path

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

/aoo4110/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()
/aoo4110/main/svx/source/svdraw/
H A Dsvdhdl.cxx1769 SdrHdlKind eKind2=((SdrHdl*)pElem2)->GetKind(); in Compare() local
1773 if (eKind1!=eKind2) in Compare()
1779 if (eKind2==HDL_REF1 || eKind2==HDL_REF2 || eKind2==HDL_MIRX) n2=5; in Compare()
1780 else if (eKind2==HDL_GLUE) n2=2; in Compare()
1781 else if (eKind2==HDL_USER) n2=3; in Compare()
1782 else if (eKind2==HDL_SMARTTAG) n2=0; in Compare()
1802 if (eKind1==eKind2) in Compare()
1804 return (sal_uInt16)eKind1<(sal_uInt16)eKind2 ? -1 : 1; in Compare()

Completed in 32 milliseconds