Searched refs:maLower (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/svx/source/sidebar/paragraph/ |
H A D | ParaPropertyPanel.cxx | 1030 maLower += UL_STEP; in IMPL_LINK() 1031 nVal = OutputDevice::LogicToLogic( maLower, (MapUnit)(SFX_MAPUNIT_TWIP), MAP_100TH_MM ); in IMPL_LINK() 1052 if( maLower >= UL_STEP ) in IMPL_LINK() 1054 maLower -= UL_STEP; in IMPL_LINK() 1055 … sal_Int64 nVal = OutputDevice::LogicToLogic( maLower, (MapUnit)(SFX_MAPUNIT_TWIP), MAP_100TH_MM ); in IMPL_LINK() 1404 maLower = pOldItem->GetLower(); in StateChangedULImpl() 1405 maLower = OutputDevice::LogicToLogic( maLower, (MapUnit)m_eULSpaceUnit, MAP_100TH_MM ); in StateChangedULImpl() 1406 maLower = OutputDevice::LogicToLogic( maLower, MAP_100TH_MM, (MapUnit)(SFX_MAPUNIT_TWIP) ); in StateChangedULImpl() 1412 nVal = OutputDevice::LogicToLogic( maLower, (MapUnit)(SFX_MAPUNIT_TWIP), MAP_100TH_MM ); in StateChangedULImpl() 1645 maLower (0), in ParaPropertyPanel()
|
H A D | ParaPropertyPanel.hxx | 169 long maLower; member in svx::sidebar::ParaPropertyPanel
|
Completed in 26 milliseconds