Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dcalcmove.cxx769 long nBot = Frm().Top() + nTop; in MakeAll() local
806 nBot += nTmp; in MakeAll()
811 lcl_CheckObjects( pSortedObjs, pFrm, nBot ); in MakeAll()
814 nBot += nBottom; in MakeAll()
817 lcl_CheckObjects( pSortedObjs, this, nBot ); in MakeAll()
818 nBot -= Frm().Top(); in MakeAll()
825 nBot = Max( nBot, pSh->VisArea().Height() ); in MakeAll()
829 Frm().Height( Min( nBot, BROWSE_HEIGHT ) ); in MakeAll()
H A Dssfrm.cxx188 void SwFrm::SetTopBottomMargins( long nTop, long nBot ) in SetTopBottomMargins() argument
191 Prt().Height( Frm().Height() - nTop - nBot ); in SetTopBottomMargins()
194 void SwFrm::SetBottomTopMargins( long nBot, long nTop ) in SetBottomTopMargins() argument
197 Prt().Height( Frm().Height() - nTop - nBot ); in SetBottomTopMargins()
H A Dhffrm.cxx391 const SwTwips nBot = Frm().Bottom(); in FormatSize() local
392 if ( nBot > nDeadLine ) in FormatSize()
H A Dflylay.cxx344 const long nBot = Frm().Top() + Frm().Height(); in CheckClip() local
349 const sal_Bool bBot = nBot > nClipBot; in CheckClip()
H A Dwsfrm.cxx2895 SwTwips nBot = Frm().Left() + Prt().Left(); in ChgLowersProp() local
2896 while ( pLowerFrm->GetPrev() && pLowerFrm->Frm().Left() < nBot ) in ChgLowersProp()
2905 SwTwips nBot = Frm().Top() + Prt().Bottom(); in ChgLowersProp() local
2906 while ( pLowerFrm->GetPrev() && pLowerFrm->Frm().Top() > nBot ) in ChgLowersProp()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx1752 long nBot = (long)( aVars.GetMargin()->GetBottomMargin() * nPPTY ); in DrawStrings() local
1753 nJustPosY += nOutHeight - aVars.GetTextSize().Height() - nBot; in DrawStrings()
1754 nTestClipHeight += nBot; in DrawStrings()
1760 long nBot = (long)( aVars.GetMargin()->GetBottomMargin() * nPPTY ); in DrawStrings() local
1762 aVars.GetTextSize().Height() - nBot ) / 2; in DrawStrings()
1763 nTestClipHeight += Abs( nTop - nBot ); in DrawStrings()
/trunk/main/sw/source/core/text/
H A Dfrmform.cxx428 SwTwips nBot = (*fnRect->fnYInc)( (Frm().*fnRect->fnGetBottom)(), in AdjustFrm() local
432 if( (pCont->Frm().*fnRect->fnBottomDist)( nBot ) > 0 ) in AdjustFrm()
/trunk/main/sw/source/filter/ww8/
H A Dww8par6.cxx1072 static const sal_uInt16 nBot[] = { MM_200, 1440 }; in CreateSep() local
1112 aNewSection.maSep.dyaBottom = ReadSprm( pSep, pIds[1], nBot[nLIdx] ); in CreateSep()

Completed in 109 milliseconds