Lines Matching refs:nUIUnitKomma
123 nUIUnitKomma=0; in ImpCtor()
983 nUIUnitKomma = 0; in ImpSetUIUnit()
990 case MAP_100TH_MM : nUIUnitKomma+=5; break; in ImpSetUIUnit()
991 case MAP_10TH_MM : nUIUnitKomma+=4; break; in ImpSetUIUnit()
992 case MAP_MM : nUIUnitKomma+=3; break; in ImpSetUIUnit()
993 case MAP_CM : nUIUnitKomma+=2; break; in ImpSetUIUnit()
994 case MAP_1000TH_INCH: nUIUnitKomma+=3; break; in ImpSetUIUnit()
995 case MAP_100TH_INCH : nUIUnitKomma+=2; break; in ImpSetUIUnit()
996 case MAP_10TH_INCH : nUIUnitKomma+=1; break; in ImpSetUIUnit()
997 case MAP_INCH : nUIUnitKomma+=0; break; in ImpSetUIUnit()
999 case MAP_TWIP : nDiv=144; nUIUnitKomma++; break; // 1Twip = 1/1440" in ImpSetUIUnit()
1017 case FUNIT_100TH_MM: nUIUnitKomma-=5; break; in ImpSetUIUnit()
1018 case FUNIT_MM : nUIUnitKomma-=3; break; in ImpSetUIUnit()
1019 case FUNIT_CM : nUIUnitKomma-=2; break; in ImpSetUIUnit()
1020 case FUNIT_M : nUIUnitKomma+=0; break; in ImpSetUIUnit()
1021 case FUNIT_KM : nUIUnitKomma+=3; break; in ImpSetUIUnit()
1023 case FUNIT_TWIP : nMul=144; nUIUnitKomma--; break; // 1Twip = 1/1440" in ImpSetUIUnit()
1028 case FUNIT_MILE : nDiv*=6336; nUIUnitKomma++; break; // 1mile = 63360" in ImpSetUIUnit()
1031 case FUNIT_PERCENT: nUIUnitKomma+=2; break; in ImpSetUIUnit()
1040 nUIUnitKomma += 4; in ImpSetUIUnit()
1050 nUIUnitKomma -= 4; in ImpSetUIUnit()
1074 nUIUnitKomma--; in ImpSetUIUnit()
1081 nUIUnitKomma++; in ImpSetUIUnit()
1260 sal_Int32 nKomma(nUIUnitKomma); in TakeMetricStr()