Home
last modified time | relevance | path

Searched refs:aLongUL (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx1195 SvxLongULSpaceItem aLongUL( (long)aUL.GetUpper(), in StateTabWin() local
1203 aLongUL.SetUpper((sal_uInt16)(rRect.Top() - rPageRect.Top() )); in StateTabWin()
1204 aLongUL.SetLower((sal_uInt16)(rPageRect.Bottom() - rRect.Bottom() )); in StateTabWin()
1210 aLongUL.SetUpper( (sal_uInt16)aRect.Top() ); in StateTabWin()
1211 aLongUL.SetLower( (sal_uInt16)(nPageHeight - aRect.Bottom()) ); in StateTabWin()
1216 aLongUL.SetUpper((rRect.Top() - rPageRect.Top())); in StateTabWin()
1217 aLongUL.SetLower((rPageRect.Bottom() - rRect.Bottom())); in StateTabWin()
1221 aLongUL.SetUpper(rPagePrtRect.Top()); in StateTabWin()
1222 aLongUL.SetLower(nPageHeight - rPagePrtRect.Bottom()); in StateTabWin()
1225 rSet.Put( aLongUL ); in StateTabWin()
[all …]