Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.cxx93 mePoolUnit(), in PosSizePropertyPanel()
315 mePoolUnit = maTransfWidthControl.GetCoreMetric(); in Initialize()
667 mlOldWidth = Max( GetCoreValue( *mpMtrWidth, mePoolUnit ), 1L ); in IMPL_LINK()
668 mlOldHeight = Max( GetCoreValue( *mpMtrHeight, mePoolUnit ), 1L ); in IMPL_LINK()
786 mePoolUnit = maTransfWidthControl.GetCoreMetric(); in NotifyItemUpdate()
802 SetMetricValue( *mpMtrWidth, mlOldWidth1, mePoolUnit ); in NotifyItemUpdate()
822 SetMetricValue( *mpMtrHeight, mlOldHeight1, mePoolUnit ); in NotifyItemUpdate()
841 SetMetricValue( *mpMtrPosX, nTmp, mePoolUnit ); in NotifyItemUpdate()
859 SetMetricValue( *mpMtrPosY, nTmp, mePoolUnit ); in NotifyItemUpdate()
1104 lWidth = OutputDevice::LogicToLogic( lWidth, MAP_100TH_MM, (MapUnit)mePoolUnit ); in executeSize()
[all …]
H A DPosSizePropertyPanel.hxx113 SfxMapUnit mePoolUnit; member in svx::sidebar::PosSizePropertyPanel
/AOO41X/main/cui/source/tabpages/
H A Dtransfrm.cxx753 mePoolUnit = pPool->GetMetric( SID_ATTR_TRANSFORM_POS_X ); in SvxPositionSizeTabPage()
867 lcl_ConvertRect( maWorkRange, nDigits, (MapUnit) mePoolUnit, meDlgUnit ); in Construct()
868 lcl_ConvertRect( maRange, nDigits, (MapUnit) mePoolUnit, meDlgUnit ); in Construct()
894 double fX((GetCoreValue( maMtrPosX, mePoolUnit ) + maAnchor.getX()) * fUIScale); in FillItemSet()
895 double fY((GetCoreValue( maMtrPosY, mePoolUnit ) + maAnchor.getY()) * fUIScale); in FillItemSet()
937 lWidth = OutputDevice::LogicToLogic( lWidth, MAP_100TH_MM, (MapUnit)mePoolUnit ); in FillItemSet()
944 lHeight = OutputDevice::LogicToLogic( lHeight, MAP_100TH_MM, (MapUnit)mePoolUnit ); in FillItemSet()
1012 SetMetricValue(maMtrPosX, basegfx::fround(fTmp), mePoolUnit); in Reset()
1019 SetMetricValue(maMtrPosY, basegfx::fround(fTmp), mePoolUnit); in Reset()
1044 …utputDevice::LogicToLogic(static_cast<sal_Int32>(mfOldWidth), (MapUnit)mePoolUnit, MAP_100TH_MM)) … in Reset()
[all …]
/AOO41X/main/cui/source/inc/
H A Dtransfrm.hxx128 SfxMapUnit mePoolUnit; member in SvxPositionSizeTabPage