Searched refs:maUpper (Results 1 – 2 of 2) sorted by relevance
/trunk/main/svx/source/sidebar/paragraph/ |
H A D | ParaPropertyPanel.cxx | 1025 maUpper += UL_STEP; in IMPL_LINK() 1026 … sal_Int64 nVal = OutputDevice::LogicToLogic( maUpper, (MapUnit)(SFX_MAPUNIT_TWIP), MAP_100TH_MM ); in IMPL_LINK() 1043 if( maUpper >= UL_STEP ) in IMPL_LINK() 1045 maUpper -= UL_STEP; in IMPL_LINK() 1046 … sal_Int64 nVal = OutputDevice::LogicToLogic( maUpper, (MapUnit)(SFX_MAPUNIT_TWIP), MAP_100TH_MM ); in IMPL_LINK() 1400 maUpper = pOldItem->GetUpper(); in StateChangedULImpl() 1401 maUpper = OutputDevice::LogicToLogic( maUpper, (MapUnit)m_eULSpaceUnit, MAP_100TH_MM ); in StateChangedULImpl() 1402 maUpper = OutputDevice::LogicToLogic( maUpper, MAP_100TH_MM, (MapUnit)(SFX_MAPUNIT_TWIP) ); in StateChangedULImpl() 1408 sal_Int64 nVal = OutputDevice::LogicToLogic( maUpper, (MapUnit)(SFX_MAPUNIT_TWIP), MAP_100TH_MM ); in StateChangedULImpl() 1644 maUpper (0), in ParaPropertyPanel()
|
H A D | ParaPropertyPanel.hxx | 168 long maUpper; member in svx::sidebar::ParaPropertyPanel
|
Completed in 31 milliseconds