Searched refs:aLongUL (Results 1 – 1 of 1) sorted by relevance
1205 SvxLongULSpaceItem aLongUL( (long)aUL.GetUpper(), in StateTabWin() local1213 aLongUL.SetUpper((sal_uInt16)(rRect.Top() - rPageRect.Top() )); in StateTabWin()1214 aLongUL.SetLower((sal_uInt16)(rPageRect.Bottom() - rRect.Bottom() )); in StateTabWin()1220 aLongUL.SetUpper( (sal_uInt16)aRect.Top() ); in StateTabWin()1221 aLongUL.SetLower( (sal_uInt16)(nPageHeight - aRect.Bottom()) ); in StateTabWin()1226 aLongUL.SetUpper((rRect.Top() - rPageRect.Top())); in StateTabWin()1227 aLongUL.SetLower((rPageRect.Bottom() - rRect.Bottom())); in StateTabWin()1231 aLongUL.SetUpper(rPagePrtRect.Top()); in StateTabWin()1232 aLongUL.SetLower(nPageHeight - rPagePrtRect.Bottom()); in StateTabWin()1235 rSet.Put( aLongUL ); in StateTabWin()[all …]