Lines Matching refs:nVal

899 …sal_Int64 nVal = OutputDevice::LogicToLogic( maTxtLeft, (MapUnit)(SFX_MAPUNIT_TWIP), MAP_100TH_MM …  in IMPL_LINK()  local
900nVal = OutputDevice::LogicToLogic( (long)nVal, MAP_100TH_MM, (MapUnit)m_eLRSpaceUnit ); in IMPL_LINK()
901 aMargin.SetTxtLeft( (const long)nVal ); in IMPL_LINK()
933 …sal_Int64 nVal = OutputDevice::LogicToLogic( maTxtLeft, (MapUnit)(SFX_MAPUNIT_TWIP), MAP_100TH_MM … in IMPL_LINK() local
934nVal = OutputDevice::LogicToLogic( (long)nVal, MAP_100TH_MM, (MapUnit)m_eLRSpaceUnit ); in IMPL_LINK()
936 aMargin.SetTxtLeft( (const long)nVal ); in IMPL_LINK()
1026 … sal_Int64 nVal = OutputDevice::LogicToLogic( maUpper, (MapUnit)(SFX_MAPUNIT_TWIP), MAP_100TH_MM ); in IMPL_LINK() local
1027 nVal = OutputDevice::LogicToLogic( (long)nVal, MAP_100TH_MM, (MapUnit)m_eLRSpaceUnit ); in IMPL_LINK()
1028 aMargin.SetUpper( (const sal_uInt16)nVal ); in IMPL_LINK()
1031 nVal = OutputDevice::LogicToLogic( maLower, (MapUnit)(SFX_MAPUNIT_TWIP), MAP_100TH_MM ); in IMPL_LINK()
1032 nVal = OutputDevice::LogicToLogic( (long)nVal, MAP_100TH_MM, (MapUnit)m_eLRSpaceUnit ); in IMPL_LINK()
1033 aMargin.SetLower( (const sal_uInt16)nVal ); in IMPL_LINK()
1046 … sal_Int64 nVal = OutputDevice::LogicToLogic( maUpper, (MapUnit)(SFX_MAPUNIT_TWIP), MAP_100TH_MM ); in IMPL_LINK() local
1047 nVal = OutputDevice::LogicToLogic( (long)nVal, MAP_100TH_MM, (MapUnit)m_eLRSpaceUnit ); in IMPL_LINK()
1048 aMargin.SetUpper( (const sal_uInt16)nVal ); in IMPL_LINK()
1055 … sal_Int64 nVal = OutputDevice::LogicToLogic( maLower, (MapUnit)(SFX_MAPUNIT_TWIP), MAP_100TH_MM ); in IMPL_LINK() local
1056 nVal = OutputDevice::LogicToLogic( (long)nVal, MAP_100TH_MM, (MapUnit)m_eLRSpaceUnit ); in IMPL_LINK()
1057 aMargin.SetLower( (const sal_uInt16)nVal ); in IMPL_LINK()
1292 … long nVal = OutputDevice::LogicToLogic( maTxtLeft, (MapUnit)(SFX_MAPUNIT_TWIP), MAP_100TH_MM ); in StateChangedIndentImpl() local
1293 nVal = (long)mpLeftIndent->Normalize( (long)nVal ); in StateChangedIndentImpl()
1294 mpLeftIndent->SetValue( nVal, FUNIT_100TH_MM ); in StateChangedIndentImpl()
1300 mpFLineIndent->SetMin( nVal*(-1), FUNIT_100TH_MM ); in StateChangedIndentImpl()
1320 mpRightIndent->SetMax( MAX_SW - nVal, FUNIT_100TH_MM ); in StateChangedIndentImpl()
1321 mpFLineIndent->SetMax( MAX_SW - nVal - nrVal, FUNIT_100TH_MM ); in StateChangedIndentImpl()
1331 mpRightIndent->SetMax( MAX_SC_SD - nVal, FUNIT_100TH_MM ); in StateChangedIndentImpl()
1332 mpFLineIndent->SetMax( MAX_SC_SD - nVal - nrVal, FUNIT_100TH_MM ); in StateChangedIndentImpl()
1408 sal_Int64 nVal = OutputDevice::LogicToLogic( maUpper, (MapUnit)(SFX_MAPUNIT_TWIP), MAP_100TH_MM ); in StateChangedULImpl() local
1409 nVal = mpTopDist->Normalize( nVal ); in StateChangedULImpl()
1410 mpTopDist->SetValue( nVal, FUNIT_100TH_MM ); in StateChangedULImpl()
1412 nVal = OutputDevice::LogicToLogic( maLower, (MapUnit)(SFX_MAPUNIT_TWIP), MAP_100TH_MM ); in StateChangedULImpl()
1413 nVal = mpBottomDist->Normalize( nVal ); in StateChangedULImpl()
1414 mpBottomDist->SetValue( nVal, FUNIT_100TH_MM ); in StateChangedULImpl()