Searched refs:mnPageLeftMargin (Results 1 – 2 of 2) sorted by relevance
67 , mnPageLeftMargin( aPageLRMargin.GetLeft() ) in PageMarginControl()101 SetMetricValue( maLeftMarginEdit, mnPageLeftMargin, meUnit ); in PageMarginControl()272 if( abs(mnPageLeftMargin - SWPAGE_NARROW_VALUE) <= cTolerance && in SelectValueSetItem()288 else if( abs(mnPageLeftMargin - SWPAGE_WIDE_VALUE2) <= cTolerance && in SelectValueSetItem()296 else if( abs(mnPageLeftMargin - SWPAGE_WIDE_VALUE3) <= cTolerance && in SelectValueSetItem()324 mnPageLeftMargin = SWPAGE_NARROW_VALUE; in IMPL_LINK()331 mnPageLeftMargin = SWPAGE_NORMAL_VALUE; in IMPL_LINK()338 mnPageLeftMargin = SWPAGE_WIDE_VALUE2; in IMPL_LINK()345 mnPageLeftMargin = SWPAGE_WIDE_VALUE3; in IMPL_LINK()354 mnPageLeftMargin = mnUserCustomPageLeftMargin; in IMPL_LINK()[all …]
90 long mnPageLeftMargin; member in sw::sidebar::PageMarginControl
Completed in 6 milliseconds