Home
last modified time | relevance | path

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

/AOO42X/main/svx/source/svdraw/
H A Dsvdmodel.cxx119 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 …]
/AOO42X/main/svx/inc/svx/
H A Dsvdmodel.hxx181 int nUIUnitComma; // see above member in SdrModel
435 int GetUIUnitComma() const { return nUIUnitComma; } in GetUIUnitComma()