Home
last modified time | relevance | path

Searched refs:mePoolUnit (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.cxx93 mePoolUnit(), in PosSizePropertyPanel()
318 mePoolUnit = maTransfWidthControl.GetCoreMetric(); in Initialize()
674 mlOldWidth = Max( GetCoreValue( *mpMtrWidth, mePoolUnit ), 1L ); in IMPL_LINK()
675 mlOldHeight = Max( GetCoreValue( *mpMtrHeight, mePoolUnit ), 1L ); in IMPL_LINK()
793 mePoolUnit = maTransfWidthControl.GetCoreMetric(); in NotifyItemUpdate()
815 SetMetricValue( *mpMtrWidth, mlOldWidth1, mePoolUnit ); in NotifyItemUpdate()
835 SetMetricValue( *mpMtrHeight, mlOldHeight1, mePoolUnit ); in NotifyItemUpdate()
854 SetMetricValue( *mpMtrPosX, nTmp, mePoolUnit ); in NotifyItemUpdate()
872 SetMetricValue( *mpMtrPosY, nTmp, mePoolUnit ); in NotifyItemUpdate()
1117 lWidth = OutputDevice::LogicToLogic( lWidth, MAP_100TH_MM, (MapUnit)mePoolUnit ); in executeSize()
[all …]
H A DPosSizePropertyPanel.hxx113 SfxMapUnit mePoolUnit; member in svx::sidebar::PosSizePropertyPanel
/trunk/main/cui/source/tabpages/
H A Dtransfrm.cxx743 mePoolUnit = pPool->GetMetric( SID_ATTR_TRANSFORM_POS_X ); in SvxPositionSizeTabPage()
857 lcl_ConvertRect( maWorkRange, nDigits, (MapUnit) mePoolUnit, meDlgUnit ); in Construct()
858 lcl_ConvertRect( maRange, nDigits, (MapUnit) mePoolUnit, meDlgUnit ); in Construct()
884 double fX((GetCoreValue( maMtrPosX, mePoolUnit ) + maAnchor.getX()) * fUIScale); in FillItemSet()
885 double fY((GetCoreValue( maMtrPosY, mePoolUnit ) + maAnchor.getY()) * fUIScale); in FillItemSet()
927 lWidth = OutputDevice::LogicToLogic( lWidth, MAP_100TH_MM, (MapUnit)mePoolUnit ); in FillItemSet()
934 lHeight = OutputDevice::LogicToLogic( lHeight, MAP_100TH_MM, (MapUnit)mePoolUnit ); in FillItemSet()
1002 SetMetricValue(maMtrPosX, basegfx::fround(fTmp), mePoolUnit); in Reset()
1009 SetMetricValue(maMtrPosY, basegfx::fround(fTmp), mePoolUnit); in Reset()
1034 …utputDevice::LogicToLogic(static_cast<sal_Int32>(mfOldWidth), (MapUnit)mePoolUnit, MAP_100TH_MM)) … in Reset()
[all …]
/trunk/main/cui/source/inc/
H A Dtransfrm.hxx128 SfxMapUnit mePoolUnit; member in SvxPositionSizeTabPage