Searched refs:nBot (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/sw/source/core/layout/ |
H A D | calcmove.cxx | 769 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 D | ssfrm.cxx | 188 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 D | hffrm.cxx | 391 const SwTwips nBot = Frm().Bottom(); in FormatSize() local 392 if ( nBot > nDeadLine ) in FormatSize()
|
H A D | flylay.cxx | 344 const long nBot = Frm().Top() + Frm().Height(); in CheckClip() local 349 const sal_Bool bBot = nBot > nClipBot; in CheckClip()
|
H A D | wsfrm.cxx | 2890 SwTwips nBot = Frm().Left() + Prt().Left(); in ChgLowersProp() local 2891 while ( pLowerFrm->GetPrev() && pLowerFrm->Frm().Left() < nBot ) in ChgLowersProp() 2900 SwTwips nBot = Frm().Top() + Prt().Bottom(); in ChgLowersProp() local 2901 while ( pLowerFrm->GetPrev() && pLowerFrm->Frm().Top() > nBot ) in ChgLowersProp()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | output2.cxx | 1752 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()
|
/aoo41x/main/sw/source/core/text/ |
H A D | frmform.cxx | 428 SwTwips nBot = (*fnRect->fnYInc)( (Frm().*fnRect->fnGetBottom)(), in AdjustFrm() local 432 if( (pCont->Frm().*fnRect->fnBottomDist)( nBot ) > 0 ) in AdjustFrm()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8par6.cxx | 1072 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 76 milliseconds