Home
last modified time | relevance | path

Searched refs:nUIUnitKomma (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/svx/source/svdraw/
H A Dsvdmodel.cxx123 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()
[all …]
/AOO41X/main/svx/inc/svx/
H A Dsvdmodel.hxx183 int nUIUnitKomma; // see above member in SdrModel
437 int GetUIUnitKomma() const { return nUIUnitKomma; } in GetUIUnitKomma()