Searched refs:mePoolUnit (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/svx/source/sidebar/possize/ |
H A D | PosSizePropertyPanel.cxx | 93 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() 854 SetMetricValue( *mpMtrPosX, nTmp, mePoolUnit ); in NotifyItemUpdate() 872 SetMetricValue( *mpMtrPosY, nTmp, mePoolUnit ); in NotifyItemUpdate() 1157 long lX = GetCoreValue( *mpMtrPosX, mePoolUnit ); in executePosX() 1160 long lY = GetCoreValue( *mpMtrPosY, mePoolUnit ); in executePosX() 1187 long lX = GetCoreValue( *mpMtrPosX, mePoolUnit ); in executePosY() [all …]
|
H A D | PosSizePropertyPanel.hxx | 113 SfxMapUnit mePoolUnit; member in svx::sidebar::PosSizePropertyPanel
|
/aoo42x/main/cui/source/tabpages/ |
H A D | transfrm.cxx | 753 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() 1688 mfOldWidth = std::max( (double)GetCoreValue( maMtrWidth, mePoolUnit ), 1.0 ); in IMPL_LINK() [all …]
|
/aoo42x/main/cui/source/inc/ |
H A D | transfrm.hxx | 128 SfxMapUnit mePoolUnit; member in SvxPositionSizeTabPage
|
Completed in 44 milliseconds