Home
last modified time | relevance | path

Searched refs:nNewHeight (Results 1 – 25 of 53) sorted by last modified time

123

/trunk/main/svtools/source/edit/
H A Dtexteng.cxx1717 sal_uLong nNewHeight = CalcTextHeight(); in FormatDoc() local
1718 long nDiff = nNewHeight - mnCurTextHeight; in FormatDoc()
1719 if ( nNewHeight < mnCurTextHeight ) in FormatDoc()
1721 maInvalidRec.Bottom() = (long)Max( nNewHeight, mnCurTextHeight ); in FormatDoc()
1731 mnCurTextHeight = nNewHeight; in FormatDoc()
/trunk/main/sw/source/core/text/
H A Dfrmform.cxx2068 SwTwips nNewHeight = pCont ? (pCont->Frm().*fnRect->fnGetHeight)() : 0; in Format() local
2071 if( nNewHeight < nFtnHeight ) in Format()
2072 nFtnHeight = nNewHeight; in Format()
2218 const SwTwips nNewHeight = aLine.Y() + aLine.GetLineHeight(); in FormatQuick() local
2221 if( !bForceQuickFormat && nNewHeight != nOldHeight && !IsUndersized() ) in FormatQuick()
/trunk/main/sw/source/core/layout/
H A Dlayact.cxx335 long nNewHeight = (pCnt->Frm().*fnRect->fnGetHeight)(); in PaintCntnt() local
336 const bool bHeightDiff = nOldHeight != nNewHeight; in PaintCntnt()
342 if( nOldHeight > nNewHeight ) in PaintCntnt()
H A Dfrmtool.cxx183 long nNewHeight = (pFrm->Frm().*fnRect->fnGetHeight)(); in ~SwFrmNotify() local
184 if( (nOldHeight > nNewHeight) || (!nOldHeight && nNewHeight) ) in ~SwFrmNotify()
H A Dwsfrm.cxx3089 SwTwips nNewHeight = in ChgLowersProp() local
3092 if ( nNewHeight < 0) in ChgLowersProp()
3099 nNewHeight = 0; in ChgLowersProp()
3101 pLowerFrm->Frm().Height( nNewHeight ); in ChgLowersProp()
3107 SwTwips nNewHeight; in ChgLowersProp() local
3118 nNewHeight = SwTwips(nNewHeightTmp); in ChgLowersProp()
3122 nNewHeight = ( pLowerFrm->Frm().Height() in ChgLowersProp()
3135 if( nSum - nNewHeight == 1 && in ChgLowersProp()
3137 nNewHeight = nSum; in ChgLowersProp()
3139 pLowerFrm->Frm().Height( nNewHeight ); in ChgLowersProp()
H A Dftnfrm.cxx3168 nNewHeight = pBoss->GetMaxFtnHeight(); in SwSaveFtnHeight()
3177 if ( nNewHeight == pBoss->GetMaxFtnHeight() ) in ~SwSaveFtnHeight()
/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx1114 if( nNewWidth && nNewHeight ) in ImplScaleFast()
1127 const long nNewHeight1 = nNewHeight - 1L; in ImplScaleFast()
1131 long* pLutY = new long[ nNewHeight ]; in ImplScaleFast()
1139 for( nY = 0L; nY < nNewHeight; nY++ ) in ImplScaleFast()
1140 pLutY[ nY ] = nY * nHeight / nNewHeight; in ImplScaleFast()
1142 while( nActY < nNewHeight ) in ImplScaleFast()
1291 pLutInt = new long[ nNewHeight ]; in ImplScaleInterpolate()
1292 pLutFrac = new long[ nNewHeight ]; in ImplScaleInterpolate()
1311 for( nY = 0L; nY < nNewHeight; nY++ ) in ImplScaleInterpolate()
1318 for( nY = 0L; nY < nNewHeight; nY++ ) in ImplScaleInterpolate()
[all …]
H A Dbitmap.cxx783 const long nNewHeight = aNewSizePix.Height(); in Rotate() local
793 for( long nY = 0L, nOtherX = 0L; nY < nNewHeight; nY++, nOtherX++ ) in Rotate()
825 const long nNewHeight = aNewSizePix.Height(); in Rotate() local
834 long* pCosY = new long[ nNewHeight ]; in Rotate()
835 long* pSinY = new long[ nNewHeight ]; in Rotate()
845 for ( nY = 0; nY < nNewHeight; nY++ ) in Rotate()
853 for( nY = 0L; nY < nNewHeight; nY++ ) in Rotate()
917 const long nNewHeight = aNewRect.GetHeight(); in Crop() local
919 for( long nY = 0, nY2 = nOldY; nY < nNewHeight; nY++, nY2++ ) in Crop()
1152 const long nNewHeight = pWriteAcc->Height(); in Expand() local
[all …]
H A Dvirdev.cxx220 long nNewWidth = rNewSize.Width(), nNewHeight = rNewSize.Height(); in ImplSetOutputSizePixel() local
225 if ( nNewHeight < 1 ) in ImplSetOutputSizePixel()
226 nNewHeight = 1; in ImplSetOutputSizePixel()
230 bRet = mpVirDev->SetSize( nNewWidth, nNewHeight ); in ImplSetOutputSizePixel()
251 …pNewVirDev = pSVData->mpDefInst->CreateVirtualDevice( mpGraphics, nNewWidth, nNewHeight, mnBitCoun… in ImplSetOutputSizePixel()
264 if ( mnOutHeight < nNewHeight ) in ImplSetOutputSizePixel()
267 nHeight = nNewHeight; in ImplSetOutputSizePixel()
H A Dimpvect.cxx983 const long nNewHeight = ( nOldHeight << 2L ) + 4L; in ImplExpand() local
989 pMap = new ImplVectMap( nNewWidth, nNewHeight ); in ImplExpand()
/trunk/main/sc/source/core/data/
H A Ddocument.cxx3218 void ScDocument::SetRowHeight( SCROW nRow, SCTAB nTab, sal_uInt16 nNewHeight ) in SetRowHeight() argument
3221 pTab[nTab]->SetRowHeight( nRow, nNewHeight ); in SetRowHeight()
3225 … ScDocument::SetRowHeightRange( SCROW nStartRow, SCROW nEndRow, SCTAB nTab, sal_uInt16 nNewHeight ) in SetRowHeightRange() argument
3229 ( nStartRow, nEndRow, nNewHeight, 1.0, 1.0 ); in SetRowHeightRange()
3232 …d ScDocument::SetRowHeightOnly( SCROW nStartRow, SCROW nEndRow, SCTAB nTab, sal_uInt16 nNewHeight ) in SetRowHeightOnly() argument
3235 pTab[nTab]->SetRowHeightOnly( nStartRow, nEndRow, nNewHeight ); in SetRowHeightOnly()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx230 long nNewHeight = aTmpFont.GetHeight(); in SetShrinkScale() local
231 if ( nNewHeight > 0 ) in SetShrinkScale()
232 aFont.SetHeight( nNewHeight ); in SetShrinkScale()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx454 sal_uInt32 nNewHeight = CalcTextHeight(); in FormatDoc() local
455 long nDiff = nNewHeight - nCurTextHeight; in FormatDoc()
458 if ( nNewHeight < nCurTextHeight ) in FormatDoc()
460 aInvalidRec.Bottom() = (long)Max( nNewHeight, nCurTextHeight ); in FormatDoc()
470 nCurTextHeight = nNewHeight; in FormatDoc()
H A Deertfpar.cxx331 long nNewHeight; in SetAttrInDoc() local
332 nNewHeight = pImpEditEngine->GetRefDevice()->LogicToLogic( (long)nHeight, eSrcUnit, eDestUnit ); in SetAttrInDoc()
334 …SvxFontHeightItem aFntHeightItem( nNewHeight, ((SvxFontHeightItem*)pItem)->GetProp(), aFntHeightIe… in SetAttrInDoc()
/trunk/main/vcl/source/window/
H A Dwinproc.cxx1606 void ImplHandleResize( Window* pWindow, long nNewWidth, long nNewHeight ) in ImplHandleResize() argument
1616 (nNewWidth > 0 && nNewHeight > 0) || in ImplHandleResize()
1620 …if ( (nNewWidth != pWindow->GetOutputWidthPixel()) || (nNewHeight != pWindow->GetOutputHeightPixel… in ImplHandleResize()
1623 pWindow->mnOutHeight = nNewHeight; in ImplHandleResize()
1666 (nNewHeight < IMPL_MIN_NEEDSYSWIN); in ImplHandleResize()
1667 sal_Bool bMinimized = (nNewWidth <= 0) || (nNewHeight <= 0); in ImplHandleResize()
1702 static void ImplHandleMoveResize( Window* pWindow, long nNewWidth, long nNewHeight ) in ImplHandleMoveResize() argument
1705 ImplHandleResize( pWindow, nNewWidth, nNewHeight ); in ImplHandleMoveResize()
2506 long nNewHeight; in ImplWindowFrameProc() local
2507 pWindow->ImplGetWindowImpl()->mpFrame->GetClientSize( nNewWidth, nNewHeight ); in ImplWindowFrameProc()
[all …]
H A Dcursor.cxx398 void Cursor::SetHeight( long nNewHeight ) in SetHeight() argument
400 if ( maSize.Height() != nNewHeight ) in SetHeight()
402 maSize.Height() = nNewHeight; in SetHeight()
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx1144 sal_Int64 nNewHeight = aHeightED.DenormalizePercent(aHeightED.GetRealValue(FUNIT_TWIP)); in FillItemSet() local
1146 aSz.SetHeight(static_cast< SwTwips >(nNewHeight)); in FillItemSet()
1155 …64 >(MAX_PERCENT_HEIGHT), aHeightED.Convert(aHeightED.NormalizePercent(nNewHeight), FUNIT_TWIP, FU… in FillItemSet()
/trunk/main/filter/source/pdf/
H A Dpdfexport.cxx1085 long nNewHeight = aFont.GetHeight() * nTextWidth / w; in ImplWriteWatermark() local
1086 if( nNewHeight == aFont.GetHeight() ) in ImplWriteWatermark()
1088 nNewHeight--; in ImplWriteWatermark()
1089 if( nNewHeight <= 0 ) in ImplWriteWatermark()
1092 aFont.SetHeight( nNewHeight ); in ImplWriteWatermark()
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx1169 long nNewHeight = aFSz.GetHeight() / ( nCnt + 1 ); in InsertSpannedRow() local
1170 if( !nNewHeight ) in InsertSpannedRow()
1171 ++nNewHeight; in InsertSpannedRow()
1172 aFSz.SetHeight( nNewHeight ); in InsertSpannedRow()
/trunk/main/vcl/source/glyphs/
H A Dgcach_rbmp.cxx171 sal_uLong nNewHeight = 0; in Rotate() local
191 nNewHeight = mnHeight; in Rotate()
198 nNewHeight = mnWidth; in Rotate()
206 unsigned int nBufSize = nNewHeight * nNewScanlineSize; in Rotate()
225 mnYOffset = -nNewHeight - i; in Rotate()
228 nNewWidth, nNewHeight, +mnScanlineSize, -1-mnHeight*mnScanlineSize, in Rotate()
232 nNewWidth, nNewHeight, +mnScanlineSize, in Rotate()
242 nNewWidth, nNewHeight, -mnScanlineSize, +1+mnHeight*mnScanlineSize, in Rotate()
246 nNewWidth, nNewHeight, -mnScanlineSize, in Rotate()
252 mnHeight = nNewHeight; in Rotate()
/trunk/main/vcl/inc/
H A Dwindow.h398 void ImplHandleResize( Window* pWindow, long nNewWidth, long nNewHeight );
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx296 friend void ImplHandleResize( Window* pWindow, long nNewWidth, long nNewHeight );
H A Dcursor.hxx95 void SetHeight( long nNewHeight );
/trunk/main/vcl/aqua/source/gdi/
H A Dsalbmp.cxx713 CGImageRef AquaSalBitmap::CreateCroppedImage( int nX, int nY, int nNewWidth, int nNewHeight ) const in CreateCroppedImage()
726 if( !nX && !nY && (mnWidth == nNewWidth) && (mnHeight == nNewHeight) ) in CreateCroppedImage()
733 nY = mnHeight - (nY + nNewHeight); // adjust for y-mirrored context in CreateCroppedImage()
734 const CGRect aCropRect = CGRectMake( nX, nY, nNewWidth, nNewHeight); in CreateCroppedImage()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbashape.cxx390 double nNewHeight = nHeight * Factor; in ScaleHeight() local
393 setHeight(nNewHeight); in ScaleHeight()
397 double nDeltaHeight = nNewHeight - nHeight; in ScaleHeight()
400 setHeight(nNewHeight); in ScaleHeight()
404 double nDeltaHeight = (nNewHeight - nHeight) / 2; in ScaleHeight()
407 setHeight(nNewHeight); in ScaleHeight()

Completed in 258 milliseconds

123