Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/layout/
H A Dssfrm.cxx74 sal_Bool SwFrm::SetMinLeft( long nDeadline ) in SetMinLeft() argument
76 SwTwips nDiff = nDeadline - Frm().Left(); in SetMinLeft()
79 Frm().Left( nDeadline ); in SetMinLeft()
86 sal_Bool SwFrm::SetMaxBottom( long nDeadline ) in SetMaxBottom() argument
88 SwTwips nDiff = Frm().Top() + Frm().Height() - nDeadline; in SetMaxBottom()
98 sal_Bool SwFrm::SetMinTop( long nDeadline ) in SetMinTop() argument
100 SwTwips nDiff = nDeadline - Frm().Top(); in SetMinTop()
103 Frm().Top( nDeadline ); in SetMinTop()
110 sal_Bool SwFrm::SetMaxRight( long nDeadline ) in SetMaxRight() argument
112 SwTwips nDiff = Frm().Left() + Frm().Width() - nDeadline; in SetMaxRight()

Completed in 14 milliseconds