Home
last modified time | relevance | path

Searched refs:GetMapFactor (Results 1 – 9 of 9) sorted by relevance

/trunk/main/svx/inc/svx/
H A Dsvdtrans.hxx256 SVX_DLLPUBLIC FrPair GetMapFactor(MapUnit eS, MapUnit eD);
257 FrPair GetMapFactor(MapUnit eS, FieldUnit eD);
258 FrPair GetMapFactor(FieldUnit eS, MapUnit eD);
259 FrPair GetMapFactor(FieldUnit eS, FieldUnit eD);
/trunk/main/svx/source/svdraw/
H A Dsvdtrans.cxx760 FrPair GetMapFactor(MapUnit eS, MapUnit eD) in GetMapFactor() function
773 FrPair GetMapFactor(MapUnit eS, FieldUnit eD) in GetMapFactor() function
785 FrPair GetMapFactor(FieldUnit eS, MapUnit eD) in GetMapFactor() function
797 FrPair GetMapFactor(FieldUnit eS, FieldUnit eD) in GetMapFactor() function
H A Dsvdxcgv.cxx343 FrPair aResize(GetMapFactor(eSrcUnit,eDstUnit)); in Paste()
488 FrPair aMapFact(GetMapFactor(eSrcMU,eDstMU)); in ImpPasteObject()
H A Dsvdtext.cxx166 Fraction aMetricFactor=GetMapFactor(aOldUnit,aNewUnit).X(); in SetModel()
H A Dsvdomeas.cxx109 aFact *= GetMapFactor(eModUIUnit, eMeasureUnit).X(); in TakeRepresentation()
/trunk/main/svx/source/sdr/properties/
H A Dattributeproperties.cxx333 aMetricFactor = GetMapFactor(aOldUnit, aNewUnit).X(); in SetModel()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx3250 Fraction aFact( GetMapFactor( MAP_POINT, eMap ).X() ); in ScalePt()
3270 Fraction aFact( GetMapFactor(MAP_INCH, eMap).X() ); in SetModel()
3282 aFact=GetMapFactor(MAP_100TH_MM,eMap).X(); in SetModel()
3292 aFact=GetMapFactor(MAP_POINT,eMap).X(); in SetModel()
H A Dsvdfppt.cxx2699 Fraction aFact(GetMapFactor(eMap,MAP_100TH_MM).X()); in GetPageSize()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx2167 aFact /= GetMapFactor(MAP_100TH_MM, eMap).X(); in Init()