Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvdmodel.cxx123 nUIUnitKomma=0; in ImpCtor()
983 nUIUnitKomma = 0; 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()
1040 nUIUnitKomma += 4; in ImpSetUIUnit()
1050 nUIUnitKomma -= 4; in ImpSetUIUnit()
1074 nUIUnitKomma--; in ImpSetUIUnit()
1081 nUIUnitKomma++; in ImpSetUIUnit()
[all …]
/trunk/main/svx/inc/svx/
H A Dsvdmodel.hxx183 int nUIUnitKomma; // see above member in SdrModel
437 int GetUIUnitKomma() const { return nUIUnitKomma; } in GetUIUnitKomma()

Completed in 23 milliseconds