Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/sidebar/paragraph/
H A DParaPropertyPanel.cxx462 m_eLRSpaceUnit = maLRSpaceControl.GetCoreMetric(); in InitToolBoxIndent()
479 m_eLRSpaceUnit = maLRSpaceControl.GetCoreMetric(); in InitToolBoxIndent()
868 aMargin.SetTxtLeft( (const long)GetCoreValue( *mpLeftIndent.get(), m_eLRSpaceUnit ) );
869 aMargin.SetRight( (const long)GetCoreValue( *mpRightIndent.get(), m_eLRSpaceUnit ) );
870 … aMargin.SetTxtFirstLineOfst( (const short)GetCoreValue( *mpFLineIndent.get(), m_eLRSpaceUnit ) );
900 … nVal = OutputDevice::LogicToLogic( (long)nVal, MAP_100TH_MM, (MapUnit)m_eLRSpaceUnit ); in IMPL_LINK()
902 … aMargin.SetRight( (const long)GetCoreValue( *mpRightIndent.get(), m_eLRSpaceUnit ) ); in IMPL_LINK()
903 … aMargin.SetTxtFirstLineOfst( (const short)GetCoreValue( *mpFLineIndent.get(), m_eLRSpaceUnit ) ); in IMPL_LINK()
934 … nVal = OutputDevice::LogicToLogic( (long)nVal, MAP_100TH_MM, (MapUnit)m_eLRSpaceUnit ); in IMPL_LINK()
937 … aMargin.SetRight( (const long)GetCoreValue( *mpRightIndent.get(), m_eLRSpaceUnit ) ); in IMPL_LINK()
[all …]
H A DParaPropertyPanel.hxx177 SfxMapUnit m_eLRSpaceUnit; member in svx::sidebar::ParaPropertyPanel