Home
last modified time | relevance | path

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

/trunk/main/svx/source/sidebar/paragraph/
H A DParaPropertyPanel.cxx532 m_eULSpaceUnit = maULSpaceControl.GetCoreMetric(); in InitToolBoxSpacing()
1009 aMargin.SetUpper( (sal_uInt16)GetCoreValue( *mpTopDist, m_eULSpaceUnit ) );
1010 aMargin.SetLower( (sal_uInt16)GetCoreValue( *mpBottomDist, m_eULSpaceUnit ) );
1393 mpTopDist->SetMax( mpTopDist->Normalize( MAX_DURCH ), MapToFieldUnit(m_eULSpaceUnit) ); in StateChangedULImpl()
1394 mpBottomDist->SetMax( mpBottomDist->Normalize( MAX_DURCH ), MapToFieldUnit(m_eULSpaceUnit) ); in StateChangedULImpl()
1401 maUpper = OutputDevice::LogicToLogic( maUpper, (MapUnit)m_eULSpaceUnit, MAP_100TH_MM ); in StateChangedULImpl()
1405 maLower = OutputDevice::LogicToLogic( maLower, (MapUnit)m_eULSpaceUnit, MAP_100TH_MM ); in StateChangedULImpl()
1651 m_eULSpaceUnit(), in ParaPropertyPanel()
H A DParaPropertyPanel.hxx178 SfxMapUnit m_eULSpaceUnit; member in svx::sidebar::ParaPropertyPanel

Completed in 25 milliseconds