Home
last modified time | relevance | path

Searched refs:nOldHeight (Results 1 – 25 of 33) sorted by last modified time

12

/trunk/main/sw/source/core/text/
H A Dfrmform.cxx1193 const SwTwips nOldHeight = Prt().SSize().Height(); in FormatAdjust() local
1194 SwTwips nChg = rLine.CalcBottomLine() - nDocPrtTop - nOldHeight; in FormatAdjust()
1292 const KSHORT nOldHeight = pOldCur->Height(); in FormatLine() local
1321 bUnChg = nOldHeight == pNew->Height() && in FormatLine()
2219 const SwTwips nOldHeight = aTopLeft.Y() + Prt().Height(); in FormatQuick() local
2221 if( !bForceQuickFormat && nNewHeight != nOldHeight && !IsUndersized() ) in FormatQuick()
H A Dpormulti.cxx1379 const sal_uInt16 nOldHeight = rMulti.Height(); in PaintMultiPortion() local
1409 rMulti.Height( nOldHeight ); in PaintMultiPortion()
H A Dtxtdrop.cxx329 const KSHORT nOldHeight = Height(); in PaintDrop() local
363 ((SwDropPortion*)this)->Height( nOldHeight ); in PaintDrop()
H A Dtxtftn.cxx869 KSHORT nOldHeight = pCurr->Height(); in NewFtnPortion() local
875 pCurr->Height( nOldHeight ); in NewFtnPortion()
H A Dwidorp.cxx420 SwTwips nOldHeight; in FindWidows() local
426 nOldHeight = -(pFrame->Prt().*fnRect->fnGetHeight)(); in FindWidows()
429 nOldHeight = (pFrame->Prt().*fnRect->fnGetHeight)(); in FindWidows()
431 const SwTwips nChg = (*fnRect->fnYDiff)( nTmpY, nDocPrtTop + nOldHeight ); in FindWidows()
H A Ditrform2.cxx1503 const KSHORT nOldHeight = pCurr->Height(); in FormatLine() local
1663 if( nOldHeight != pCurr->Height() || nOldAscent != pCurr->GetAscent() ) in FormatLine()
/trunk/main/sd/source/core/
H A Dsdpage.cxx1864 long nOldHeight = GetHgt() - GetUppBorder() - GetLwrBorder(); in ScaleObjects() local
1867 Fraction aFractY = Fraction(aNewPageSize.Height(), nOldHeight); in ScaleObjects()
/trunk/main/sw/source/core/layout/
H A Dlayact.cxx334 long nOldHeight = (rOldRect.*fnRect->fnGetHeight)(); in PaintCntnt() local
336 const bool bHeightDiff = nOldHeight != nNewHeight; in PaintCntnt()
342 if( nOldHeight > nNewHeight ) in PaintCntnt()
H A Dfrmtool.cxx182 long nOldHeight = (aFrm.*fnRect->fnGetHeight)(); in ~SwFrmNotify() local
184 if( (nOldHeight > nNewHeight) || (!nOldHeight && nNewHeight) ) in ~SwFrmNotify()
H A Dtabfrm.cxx2952 const SwTwips nOldHeight = (Prt().*fnRect->fnGetHeight)(); in Format() local
3144 if ( nOldHeight != (Prt().*fnRect->fnGetHeight)() ) in Format()
H A Dwsfrm.cxx1257 SwTwips nOldHeight = (Frm().*fnRect->fnGetHeight)(); in Cut() local
1260 (Frm().*fnRect->fnSetHeight)( nOldHeight ); in Cut()
2875 SwTwips nOldHeight = bVert ? rOldSize.Width() : rOldSize.Height(); in ChgLowersProp() local
2876 if( nOldHeight < (Prt().*fnRect->fnGetHeight)() ) in ChgLowersProp()
H A Dsectfrm.cxx1361 const long nOldHeight = (Frm().*fnRect->fnGetHeight)(); in Format()
1535 long nDiff = nOldHeight - (Frm().*fnRect->fnGetHeight)(); in Format()
H A Dftnfrm.cxx3165 nOldHeight( pBs->GetMaxFtnHeight() ) in SwSaveFtnHeight()
3178 pBoss->nMaxFtnHeight = nOldHeight; in ~SwSaveFtnHeight()
H A Dhffrm.cxx255 SwTwips nRemaining, nOldHeight; in FormatSize() local
264 nOldHeight = Prt().Height(); in FormatSize()
319 SwTwips nDiff = nRemaining - nOldHeight; in FormatSize()
325 nMaxHeight = nOldHeight; in FormatSize()
332 if (nOldHeight > nMinHeight) in FormatSize()
333 nMinHeight = nOldHeight; in FormatSize()
339 nDiff = nRemaining - nOldHeight; in FormatSize()
399 } while( nRemaining<=nMaxHeight && nOldHeight!=Prt().Height() ); in FormatSize()
560 SwTwips nOldHeight = Frm().Height(); in ShrinkFrm() local
563 if ( nOldHeight >= nMinHeight ) in ShrinkFrm()
[all …]
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx1750 long nOldHeight = pParaPortion->GetHeight(); in FinishCreateLines() local
1757 sal_Bool bRet = ( pParaPortion->GetHeight() != nOldHeight ); in FinishCreateLines()
/trunk/main/vcl/source/window/
H A Dbrdwin.cxx824 long nOldHeight = aSize.Height(); in ImplTracking() local
918 pData->maMouseOff.Y() += aNewRect.GetHeight()-nOldHeight; in ImplTracking()
/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx210 const long nOldHeight = rPosAry.mnSrcHeight; in ImplDrawOutDevDirect() local
212 rPosAry.mnDestHeight = rPosAry.mnDestHeight * rPosAry.mnSrcHeight / nOldHeight; in ImplDrawOutDevDirect()
291 long nOldHeight = aPosAry.mnSrcHeight; in DrawOutDev() local
293 aPosAry.mnDestHeight = aPosAry.mnDestHeight*aPosAry.mnSrcHeight/nOldHeight; in DrawOutDev()
H A Dimpvect.cxx981 const long nOldHeight = pRAcc->Height(); in ImplExpand() local
983 const long nNewHeight = ( nOldHeight << 2L ) + 4L; in ImplExpand()
985 long* pMapIn = new long[ Max( nOldWidth, nOldHeight ) ]; in ImplExpand()
986 long* pMapOut = new long[ Max( nOldWidth, nOldHeight ) ]; in ImplExpand()
994 for( nY = 0L, nTmpY = 5L; nY < nOldHeight; nY++, nTmpY += 4L ) in ImplExpand()
1024 for( nY = 0L; nY < nOldHeight; nY++ ) in ImplExpand()
1029 for( nY = 0L; nY < nOldHeight; ) in ImplExpand()
1041 while( nY < nOldHeight && pRAcc->GetPixel( nY, nX ) == aTest ) in ImplExpand()
/trunk/main/vcl/unx/generic/printergfx/
H A Dtext_gfx.cxx507 int nOldHeight = maVirtualStatus.mnTextHeight; in drawVerticalizedText() local
543 nOldHeight, in drawVerticalizedText()
/trunk/main/sw/source/ui/utlui/
H A Dshdwcrsr.cxx40 DrawCrsr( aOldPt, nOldHeight, nOldMode ); in ~SwShadowCursor()
47 if( aOldPt != aPt || nOldHeight != nHeight || nOldMode != nMode ) in SetPos()
50 DrawCrsr( aOldPt, nOldHeight, nOldMode ); in SetPos()
54 nOldHeight = nHeight; in SetPos()
105 DrawCrsr( aOldPt, nOldHeight, nOldMode ); in Paint()
110 long nH = nOldHeight; in GetRect()
/trunk/main/sw/source/ui/inc/
H A Dshdwcrsr.hxx38 long nOldHeight; member in SwShadowCursor
46 : pWin( &rWin ), aCol( rCol ), nOldHeight(0), nOldMode( USHRT_MAX ) {} in SwShadowCursor()
54 long GetHeight() const { return nOldHeight; } in GetHeight()
/trunk/main/sw/source/core/txtnode/
H A Dswfont.cxx687 sal_uInt16 SwSubFont::CalcEscHeight( const sal_uInt16 nOldHeight, in CalcEscHeight() argument
693 long nDescent = nOldHeight - nOldAscent - in CalcEscHeight()
/trunk/main/sw/source/core/inc/
H A Dswfont.hxx62 sal_uInt16 CalcEscHeight( const sal_uInt16 nOldHeight,
H A Dftnboss.hxx39 const SwTwips nOldHeight; member in SwSaveFtnHeight
/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx4101 void SetLineHeight( SwTableLine& rLine, SwTwips nOldHeight, SwTwips nNewHeight, in SetLineHeight() argument
4110 if( !nOldHeight ) // die BaseLine und absolut in SetLineHeight()
4116 aTmp *= Fraction( nNewHeight, nOldHeight ); in SetLineHeight()

Completed in 242 milliseconds

12