Lines Matching refs:mnPageLeftMargin
67 , mnPageLeftMargin( aPageLRMargin.GetLeft() ) in PageMarginControl()
101 SetMetricValue( maLeftMarginEdit, mnPageLeftMargin, meUnit ); in PageMarginControl()
272 if( abs(mnPageLeftMargin - SWPAGE_NARROW_VALUE) <= cTolerance && in SelectValueSetItem()
280 else if( abs(mnPageLeftMargin - SWPAGE_NORMAL_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()
371 mrPagePropPanel.ExecuteMarginLRChange( mnPageLeftMargin, mnPageRightMargin ); in IMPL_LINK()
401 mnPageLeftMargin = GetCoreValue( maLeftMarginEdit, meUnit ); in IMPL_LINK()
403 mrPagePropPanel.ExecuteMarginLRChange( mnPageLeftMargin, mnPageRightMargin ); in IMPL_LINK()
501 aSeq[0].Value <<= ::rtl::OUString( String::CreateFromInt64( mnPageLeftMargin )); in StoreUserCustomValues()