Searched refs:nDeadline (Results 1 – 1 of 1) sorted by relevance
74 sal_Bool SwFrm::SetMinLeft( long nDeadline ) in SetMinLeft() argument76 SwTwips nDiff = nDeadline - Frm().Left(); in SetMinLeft()79 Frm().Left( nDeadline ); in SetMinLeft()86 sal_Bool SwFrm::SetMaxBottom( long nDeadline ) in SetMaxBottom() argument88 SwTwips nDiff = Frm().Top() + Frm().Height() - nDeadline; in SetMaxBottom()98 sal_Bool SwFrm::SetMinTop( long nDeadline ) in SetMinTop() argument100 SwTwips nDiff = nDeadline - Frm().Top(); in SetMinTop()103 Frm().Top( nDeadline ); in SetMinTop()110 sal_Bool SwFrm::SetMaxRight( long nDeadline ) in SetMaxRight() argument112 SwTwips nDiff = Frm().Left() + Frm().Width() - nDeadline; in SetMaxRight()
Completed in 15 milliseconds