Lines Matching refs:mnType

140             if (rConstr.mnType == XML_sp && rConstr.msForName.isEmpty())  in layoutShapeChildren()
165 aPropertiesByName[rConstr.msForName][rConstr.mnType] = nValue; in layoutShapeChildren()
169 aPropertiesByType[rConstr.mnPointType][rConstr.mnType] = nValue; in layoutShapeChildren()
528 rProperties[rConstraint.msForName][rConstraint.mnType] in applyConstraintToLayout()
534 rProperties[rConstraint.msForName][rConstraint.mnType] in applyConstraintToLayout()
546 rProperties[rConstraint.msForName][rConstraint.mnType] = fValue; in applyConstraintToLayout()
842 if (rConnection.mnType != nType) in navigate()
864 if (aCxn.mnType == XML_parOf && aCxn.msSourceId == rNodeName) in calcMaxDepth()
883 if (aCxn.mnType == XML_parOf && aCxn.msSourceId == sNodeId) in getNodeCount()
971 switch (maConstraint.mnType) in parseConstraint()
994 && maConstraint.mnType != XML_none) in parseConstraint()
1043 if (mnType == XML_hierRoot) in getVerticalShapesCount()
1125 if (mnType != XML_lin) in layoutShape()
1137 switch(mnType) in layoutShape()
1184 aProperties[rConstr.msForName][rConstr.mnType] in layoutShape()
1279 if (mnType == XML_hierRoot) in layoutShape()
1288 if (mnType == XML_hierChild) in layoutShape()
1299 if (mnType == XML_hierRoot && nCount == 3) in layoutShape()
1324 if (mnType == XML_hierChild && nHorizontalShapesCount == 1) in layoutShape()
1337 if (mnType == XML_hierChild && pChild->getSubType() == XML_conn) in layoutShape()
1403 if (rConstraint.mnType == XML_w) in layoutShape()
1411 if (rConstraint.mnType == XML_h) in layoutShape()
1420 if (rConstraint.mnType == XML_primFontSz && rConstraint.mnFor == XML_des in layoutShape()
1437 if (rConstraint.mnType == XML_w) in layoutShape()
1439 if (rConstraint.mnType == XML_h) in layoutShape()
1482 … if ((nDir == XML_fromL || nDir == XML_fromR) && rConstraint.mnType != XML_w) in layoutShape()
1486 … if ((nDir == XML_fromL || nDir == XML_fromR) && rConstraint.mnType == XML_w) in layoutShape()
1491 … if ((nDir == XML_fromT || nDir == XML_fromB) && rConstraint.mnType != XML_h) in layoutShape()
1495 … if ((nDir == XML_fromT || nDir == XML_fromB) && rConstraint.mnType == XML_h) in layoutShape()
1702 sal_Int32 nProperty = getPropertyFromConstraint(rConstr.mnType); in layoutShape()
1715 if (rConstr.mnType == XML_primFontSz) in layoutShape()
1859 "Layouting shape " << rShape->getInternalName() << ", alg type: " << mnType << ", (" in layoutShape()
1907 rShape->setDataNodeType(aDataNode2->second->mnType); in setupShape()