Lines Matching refs:meKind
1098 PresObjKind meKind[MAX_PRESOBJS]; member
1107 …meKind[0] = static_cast<PresObjKind>(k0 & (~VERTICAL)); mbVertical[0] = (k0 & VERTICAL) == VERTICA… in LayoutDescriptor()
1108 …meKind[1] = static_cast<PresObjKind>(k1 & (~VERTICAL)); mbVertical[1] = (k1 & VERTICAL) == VERTICA… in LayoutDescriptor()
1109 …meKind[2] = static_cast<PresObjKind>(k2 & (~VERTICAL)); mbVertical[2] = (k2 & VERTICAL) == VERTICA… in LayoutDescriptor()
1110 …meKind[3] = static_cast<PresObjKind>(k3 & (~VERTICAL)); mbVertical[3] = (k3 & VERTICAL) == VERTICA… in LayoutDescriptor()
1111 …meKind[4] = static_cast<PresObjKind>(k4 & (~VERTICAL)); mbVertical[4] = (k4 & VERTICAL) == VERTICA… in LayoutDescriptor()
1112 …meKind[5] = static_cast<PresObjKind>(k5 & (~VERTICAL)); mbVertical[5] = (k5 & VERTICAL) == VERTICA… in LayoutDescriptor()
1113 …meKind[6] = static_cast<PresObjKind>(k6 & (~VERTICAL)); mbVertical[6] = (k6 & VERTICAL) == VERTICA… in LayoutDescriptor()
1390 for (i = 0; (i < MAX_PRESOBJS) && (rDescriptor.meKind[i] != PRESOBJ_NONE); i++) in findAutoLayoutShapesImpl()
1392 PresObjKind eKind = rDescriptor.meKind[i]; in findAutoLayoutShapesImpl()
1412 for (i = 0; (i < MAX_PRESOBJS) && (rDescriptor.meKind[i] != PRESOBJ_NONE); i++) in findAutoLayoutShapesImpl()
1417 PresObjKind eKind = rDescriptor.meKind[i]; in findAutoLayoutShapesImpl()
1572 for (i = 0; (i < MAX_PRESOBJS) && (aDescriptor.meKind[i] != PRESOBJ_NONE); i++) in SetAutoLayout()
1574 PresObjKind eKind = aDescriptor.meKind[i]; in SetAutoLayout()