Searched refs:nUIUnitComma (Results 1 – 2 of 2) sorted by relevance
119 nUIUnitComma=0; in ImpCtor()979 nUIUnitComma = 0; in ImpSetUIUnit()986 case MAP_100TH_MM : nUIUnitComma+=5; break; in ImpSetUIUnit()987 case MAP_10TH_MM : nUIUnitComma+=4; break; in ImpSetUIUnit()988 case MAP_MM : nUIUnitComma+=3; break; in ImpSetUIUnit()989 case MAP_CM : nUIUnitComma+=2; break; in ImpSetUIUnit()990 case MAP_1000TH_INCH: nUIUnitComma+=3; break; in ImpSetUIUnit()991 case MAP_100TH_INCH : nUIUnitComma+=2; break; in ImpSetUIUnit()992 case MAP_10TH_INCH : nUIUnitComma+=1; break; in ImpSetUIUnit()993 case MAP_INCH : nUIUnitComma+=0; break; in ImpSetUIUnit()[all …]
181 int nUIUnitComma; // see above member in SdrModel435 int GetUIUnitComma() const { return nUIUnitComma; } in GetUIUnitComma()