Lines Matching refs:nUIUnitComma
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()
995 case MAP_TWIP : nDiv=144; nUIUnitComma++; break; // 1Twip = 1/1440" in ImpSetUIUnit()
1013 case FUNIT_100TH_MM: nUIUnitComma-=5; break; in ImpSetUIUnit()
1014 case FUNIT_MM : nUIUnitComma-=3; break; in ImpSetUIUnit()
1015 case FUNIT_CM : nUIUnitComma-=2; break; in ImpSetUIUnit()
1016 case FUNIT_M : nUIUnitComma+=0; break; in ImpSetUIUnit()
1017 case FUNIT_KM : nUIUnitComma+=3; break; in ImpSetUIUnit()
1019 case FUNIT_TWIP : nMul=144; nUIUnitComma--; break; // 1Twip = 1/1440" in ImpSetUIUnit()
1024 case FUNIT_MILE : nDiv*=6336; nUIUnitComma++; break; // 1mile = 63360" in ImpSetUIUnit()
1027 case FUNIT_PERCENT: nUIUnitComma+=2; break; in ImpSetUIUnit()
1036 nUIUnitComma += 4; in ImpSetUIUnit()
1046 nUIUnitComma -= 4; in ImpSetUIUnit()
1070 nUIUnitComma--; in ImpSetUIUnit()
1077 nUIUnitComma++; in ImpSetUIUnit()
1256 sal_Int32 nComma(nUIUnitComma); in TakeMetricStr()