/aoo42x/main/sw/source/core/layout/ |
H A D | hffrm.cxx | 255 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 …]
|
H A D | wsfrm.cxx | 1257 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 D | layact.cxx | 334 long nOldHeight = (rOldRect.*fnRect->fnGetHeight)(); in PaintCntnt() local 336 const bool bHeightDiff = nOldHeight != nNewHeight; in PaintCntnt() 342 if( nOldHeight > nNewHeight ) in PaintCntnt()
|
H A D | frmtool.cxx | 182 long nOldHeight = (aFrm.*fnRect->fnGetHeight)(); in ~SwFrmNotify() local 184 if( (nOldHeight > nNewHeight) || (!nOldHeight && nNewHeight) ) in ~SwFrmNotify()
|
H A D | sectfrm.cxx | 1361 const long nOldHeight = (Frm().*fnRect->fnGetHeight)(); in Format() 1535 long nDiff = nOldHeight - (Frm().*fnRect->fnGetHeight)(); in Format()
|
/aoo42x/main/sw/source/ui/utlui/ |
H A D | shdwcrsr.cxx | 40 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()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | impvect.cxx | 981 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()
|
H A D | outdev2.cxx | 210 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()
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | shdwcrsr.hxx | 38 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()
|
/aoo42x/main/sw/source/core/text/ |
H A D | widorp.cxx | 420 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 D | frmform.cxx | 1193 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 D | txtdrop.cxx | 329 const KSHORT nOldHeight = Height(); in PaintDrop() local 363 ((SwDropPortion*)this)->Height( nOldHeight ); in PaintDrop()
|
H A D | txtftn.cxx | 869 KSHORT nOldHeight = pCurr->Height(); in NewFtnPortion() local 875 pCurr->Height( nOldHeight ); in NewFtnPortion()
|
H A D | itrform2.cxx | 1503 const KSHORT nOldHeight = pCurr->Height(); in FormatLine() local 1663 if( nOldHeight != pCurr->Height() || nOldAscent != pCurr->GetAscent() ) in FormatLine()
|
/aoo42x/main/sd/source/core/ |
H A D | stlsheet.cxx | 608 sal_uInt32 nOldHeight = ((SvxFontHeightItem&)pCurSet->Get(EE_CHAR_FONTHEIGHT)).GetHeight(); in AdjustToFontHeight() local 613 double fBulletFraction = double(rBItem.GetWidth()) / nOldHeight; in AdjustToFontHeight() 622 double fIndentFraction = double(rLRItem.GetTxtLeft()) / nOldHeight; in AdjustToFontHeight() 625 double fFirstIndentFraction = double(rLRItem.GetTxtFirstLineOfst()) / nOldHeight; in AdjustToFontHeight() 634 double fLowerFraction = double(rULItem.GetLower()) / nOldHeight; in AdjustToFontHeight() 636 double fUpperFraction = double(rULItem.GetUpper()) / nOldHeight; in AdjustToFontHeight()
|
/aoo42x/main/svtools/source/control/ |
H A D | ctrltool.cxx | 830 long nOldHeight = 0; in GetSizeAry() local 835 if ( aSize.Height() != nOldHeight ) in GetSizeAry() 837 nOldHeight = aSize.Height(); in GetSizeAry() 838 ((FontList*)this)->mpSizeAry[nRealCount] = nOldHeight; in GetSizeAry()
|
H A D | taskbar.cxx | 114 long nOldHeight = GetSizePixel().Height(); in ImplNewHeight() local 115 if ( nNewHeight != nOldHeight ) in ImplNewHeight() 117 long nY = GetPosPixel().Y()-(nNewHeight-nOldHeight); in ImplNewHeight()
|
/aoo42x/main/svtools/source/filter/ |
H A D | FilterConfigItem.cxx | 501 sal_Int32 nOldHeight = rNewValue.Height; in WriteSize() local 513 aAny >>= nOldHeight; in WriteSize() 515 if ( ( nOldWidth != rNewValue.Width ) || ( nOldHeight != rNewValue.Height ) ) in WriteSize()
|
/aoo42x/main/sc/source/core/data/ |
H A D | table2.cxx | 2199 sal_uInt16 nOldHeight = mpRowHeights->getValue(nRow); in SetRowHeight() local 2200 if ( nNewHeight != nOldHeight ) in SetRowHeight() 2206 pDrawLayer->HeightChanged( nTab, nRow, ((long) nNewHeight) - (long) nOldHeight ); in SetRowHeight() 2772 long nOldHeight = 0; in ShowRows() local 2774 nOldHeight = static_cast<long>(GetRowHeight(nRow1, nRow2)); in ShowRows() 2830 if ( nNewHeight != nOldHeight ) in ShowRows() 2831 pDrawLayer->HeightChanged( nTab, nRow1, nNewHeight - nOldHeight ); in ShowRows()
|
H A D | table3.cxx | 1597 long nOldHeight = 0; in Query() local 1599 nOldHeight = static_cast<long>(GetRowHeight(aParam.nRow1 + nHeader, aParam.nRow2)); in Query() 1628 pDrawLayer->HeightChanged( nTab, aParam.nRow1 + nHeader, nNewHeight - nOldHeight ); in Query()
|
/aoo42x/main/vcl/unx/generic/printergfx/ |
H A D | text_gfx.cxx | 507 int nOldHeight = maVirtualStatus.mnTextHeight; in drawVerticalizedText() local 543 nOldHeight, in drawVerticalizedText()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | ftnboss.hxx | 39 const SwTwips nOldHeight; member in SwSaveFtnHeight
|
/aoo42x/main/cui/source/inc/ |
H A D | grfpage.hxx | 104 long nOldHeight; member in SvxGrfCropPage
|
/aoo42x/main/cui/source/tabpages/ |
H A D | grfpage.cxx | 336 nOldHeight = aSize.Height(); in ActivatePage() 339 sal_Int64 nHeight = aHeightMF.Normalize(nOldHeight); in ActivatePage()
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | swfont.cxx | 687 sal_uInt16 SwSubFont::CalcEscHeight( const sal_uInt16 nOldHeight, in CalcEscHeight() argument 693 long nDescent = nOldHeight - nOldAscent - in CalcEscHeight()
|