Searched refs:mePoolUnit (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/svx/source/sidebar/possize/ |
H A D | PosSizePropertyPanel.cxx | 93 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() 841 SetMetricValue( *mpMtrPosX, nTmp, mePoolUnit ); in NotifyItemUpdate() 859 SetMetricValue( *mpMtrPosY, nTmp, mePoolUnit ); in NotifyItemUpdate() 1144 long lX = GetCoreValue( *mpMtrPosX, mePoolUnit ); in executePosX() 1147 long lY = GetCoreValue( *mpMtrPosY, mePoolUnit ); in executePosX() 1174 long lX = GetCoreValue( *mpMtrPosX, mePoolUnit ); in executePosY() [all …]
|
H A D | PosSizePropertyPanel.hxx | 113 SfxMapUnit mePoolUnit; member in svx::sidebar::PosSizePropertyPanel
|
/aoo41x/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 …]
|
/aoo41x/main/cui/source/inc/ |
H A D | transfrm.hxx | 128 SfxMapUnit mePoolUnit; member in SvxPositionSizeTabPage
|
Completed in 19 milliseconds