Searched refs:m_eLRSpaceUnit (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/svx/source/sidebar/paragraph/ |
H A D | ParaPropertyPanel.cxx | 462 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 ) ); 949 …GetCoreValue( *mpLeftIndent.get(), m_eLRSpaceUnit ) + (const short)GetCoreValue( *mpFLineIndent.ge… in IMPL_LINK() 978 …GetCoreValue( *mpLeftIndent.get(), m_eLRSpaceUnit ) + (const short)GetCoreValue( *mpFLineIndent.ge… in IMPL_LINK() 1027 nVal = OutputDevice::LogicToLogic( (long)nVal, MAP_100TH_MM, (MapUnit)m_eLRSpaceUnit ); in IMPL_LINK() 1032 nVal = OutputDevice::LogicToLogic( (long)nVal, MAP_100TH_MM, (MapUnit)m_eLRSpaceUnit ); in IMPL_LINK() 1047 nVal = OutputDevice::LogicToLogic( (long)nVal, MAP_100TH_MM, (MapUnit)m_eLRSpaceUnit ); in IMPL_LINK() 1056 nVal = OutputDevice::LogicToLogic( (long)nVal, MAP_100TH_MM, (MapUnit)m_eLRSpaceUnit ); in IMPL_LINK() [all …]
|
H A D | ParaPropertyPanel.hxx | 177 SfxMapUnit m_eLRSpaceUnit; member in svx::sidebar::ParaPropertyPanel
|
Completed in 26 milliseconds