Searched refs:strFirstUnit (Results 1 – 1 of 1) sorted by relevance
3050 ByteString strFirstUnit; in UnitValue() local3055 strFirstUnit += pData[u]; in UnitValue()3058 strFirstUnit.MakeLower(); in UnitValue()3087 strUnit = strFirstUnit; in UnitValue()3091 if (strFirstUnit == "in" || strFirstUnit == "inches") { in UnitValue()3102 } else if (strFirstUnit == "mm" || strFirstUnit == "millimeters") { in UnitValue()3113 } else if (strFirstUnit == "cm" || strFirstUnit == "centimeters") { in UnitValue()3124 } else if (strFirstUnit == "pt" || strFirstUnit == "points") { in UnitValue()3135 } else if (strFirstUnit == "mp" || strFirstUnit == "millipoints") { in UnitValue()