Lines Matching refs:meObjectKind
510 SdrObjKind meObjectKind; member in ImpPathForDragAndCreate
549 meObjectKind(mrSdrPathObject.meKind), in ImpPathForDragAndCreate()
849 bool bLineGlueMirror(OBJ_LINE == meObjectKind); in endPathDrag()
893 if((IsClosed(meObjectKind) && aCandidate.count() < 3L) || aCandidate.count() < 2L) in endPathDrag()
954 const SdrObjKind eKindMerk(meObjectKind); in getSpecialDragComment()
987 if(!IsFreeHand(meObjectKind)) in getSpecialDragComment()
1061 sal_Bool bClose(IsClosed(meObjectKind)); in getSpecialDragComment()
1092 sal_Bool bIsClosed(IsClosed(meObjectKind)); in getSpecialDragComment()
1282 bool bFreeHand(IsFreeHand(meObjectKind)); in BegCreate()
1290 …(meObjectKind==OBJ_POLY || meObjectKind==OBJ_PLIN || meObjectKind==OBJ_PATHLINE || meObjectKind==O… in BegCreate()
1299 pU->eStartKind=meObjectKind; in BegCreate()
1300 pU->eAktKind=meObjectKind; in BegCreate()
1643 switch (meObjectKind) { in GetCreatePointer()