Home
last modified time | relevance | path

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

/trunk/main/cui/source/tabpages/
H A Dtransfrm.cxx222 aMtrPosY ( this, CUI_RES( MTR_FLD_POS_Y ) ), in SvxAngleTabPage()
256 SetFieldUnit(aMtrPosY, eDlgUnit, sal_True); in Construct()
261 aMtrPosY.SetDecimalDigits( 3 ); in Construct()
298 aMtrPosY.Disable(); in Construct()
315 if(aMtrAngle.IsValueModified() || aMtrPosX.IsValueModified() || aMtrPosY.IsValueModified()) in FillItemSet()
319 const double fTmpY((GetCoreValue(aMtrPosY, ePoolUnit) + maAnchor.getY()) * fUIScale); in FillItemSet()
352 SetMetricValue(aMtrPosY, basegfx::fround(fTmp), ePoolUnit); in Reset()
416 aMtrPosY.SetUserValue( basegfx::fround64(maRange.getMinY()), FUNIT_NONE ); in PointChanged()
422 aMtrPosY.SetUserValue( basegfx::fround64(maRange.getMinY()), FUNIT_NONE ); in PointChanged()
428 aMtrPosY.SetUserValue( basegfx::fround64(maRange.getMinY()), FUNIT_NONE ); in PointChanged()
[all …]
/trunk/main/cui/source/inc/
H A Dtransfrm.hxx207 MetricField aMtrPosY; member in SvxAngleTabPage