/aoo41x/main/vcl/source/glyphs/ |
H A D | gcach_rbmp.cxx | 171 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()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | virdev.cxx | 220 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 D | bitmap3.cxx | 1114 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 D | bitmap.cxx | 783 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 …]
|
/aoo41x/main/sc/source/core/data/ |
H A D | table2.cxx | 2193 if (!nNewHeight) in SetRowHeight() 2196 nNewHeight = ScGlobal::nStdRowHeight; in SetRowHeight() 2200 if ( nNewHeight != nOldHeight ) in SetRowHeight() 2227 sal_uInt16 nNewHeight, double nPPTY) in lcl_pixelSizeChanged() argument 2238 if (nHeight != nNewHeight) in lcl_pixelSizeChanged() 2261 if (!nNewHeight) in SetRowHeightRange() 2264 nNewHeight = ScGlobal::nStdRowHeight; in SetRowHeightRange() 2349 if (!nNewHeight) in SetRowHeightOnly() 2350 nNewHeight = ScGlobal::nStdRowHeight; in SetRowHeightOnly() 2827 long nNewHeight = 0; in ShowRows() local [all …]
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | fhgtitem.hxx | 84 void SetHeight( sal_uInt32 nNewHeight, const sal_uInt16 nNewProp = 100, 87 void SetHeight( sal_uInt32 nNewHeight, sal_uInt16 nNewProp, 92 void SetHeightValue( sal_uInt32 nNewHeight ) in SetHeightValue() argument 95 nHeight = nNewHeight; in SetHeightValue()
|
/aoo41x/main/basctl/source/dlged/ |
H A D | managelang.cxx | 159 long nNewHeight = aFTSize.Height() * nLines; in CalcInfoSize() local 160 long nDelta = nNewHeight - aSize.Height(); in CalcInfoSize() 161 aSize.Height() = nNewHeight; in CalcInfoSize() 380 long nNewHeight = aFTSize.Height() * nLines; in CalcInfoSize() local 381 long nDelta = nNewHeight - aSize.Height(); in CalcInfoSize() 382 aSize.Height() = nNewHeight; in CalcInfoSize()
|
/aoo41x/main/vbahelper/source/vbahelper/ |
H A D | vbashape.cxx | 390 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()
|
/aoo41x/main/embedserv/source/embed/ |
H A D | tracker.cxx | 512 int nNewHeight = m_rect.bottom - m_rect.top; in AdjustRect() local 513 int nAbsHeight = m_bAllowInvert ? abs(nNewHeight) : nNewHeight; in AdjustRect() 516 nNewHeight = nAbsHeight != 0 ? nNewHeight / nAbsHeight : 1; in AdjustRect() 520 nNewHeight * m_sizeMin.cy * -pRectInfo->nSignAcross; in AdjustRect()
|
/aoo41x/main/svtools/source/control/ |
H A D | taskbar.cxx | 112 void TaskBar::ImplNewHeight( long nNewHeight ) in ImplNewHeight() argument 115 if ( nNewHeight != nOldHeight ) in ImplNewHeight() 117 long nY = GetPosPixel().Y()-(nNewHeight-nOldHeight); in ImplNewHeight() 118 SetPosSizePixel( 0, nY, 0, nNewHeight, in ImplNewHeight()
|
H A D | ruler.cxx | 2384 long nNewHeight; in Resize() local 2388 nNewHeight = aWinSize.Height(); in Resize() 2390 nNewHeight = 0; in Resize() 2395 nNewHeight = aWinSize.Width(); in Resize() 2397 nNewHeight = 0; in Resize() 2415 if ( nNewHeight ) in Resize() 2418 mnVirHeight = nNewHeight - mnBorderWidth - (RULER_OFF*2); in Resize() 2444 if ( nNewHeight ) in Resize()
|
/aoo41x/main/vcl/source/window/ |
H A D | winproc.cxx | 1606 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 D | cursor.cxx | 398 void Cursor::SetHeight( long nNewHeight ) in SetHeight() argument 400 if ( maSize.Height() != nNewHeight ) in SetHeight() 402 maSize.Height() = nNewHeight; in SetHeight()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | hffrm.cxx | 208 SwTwips nNewHeight; in FormatPrt() local 211 nNewHeight = aFrm.Height() - nUL; in FormatPrt() 213 nNewHeight = 0; in FormatPrt() 215 aPrt.Height(nNewHeight); in FormatPrt()
|
H A D | wsfrm.cxx | 3084 SwTwips nNewHeight = in ChgLowersProp() local 3087 if ( nNewHeight < 0) in ChgLowersProp() 3094 nNewHeight = 0; in ChgLowersProp() 3096 pLowerFrm->Frm().Height( nNewHeight ); in ChgLowersProp() 3102 SwTwips nNewHeight; in ChgLowersProp() local 3113 nNewHeight = SwTwips(nNewHeightTmp); in ChgLowersProp() 3117 nNewHeight = ( pLowerFrm->Frm().Height() in ChgLowersProp() 3130 if( nSum - nNewHeight == 1 && in ChgLowersProp() 3132 nNewHeight = nSum; in ChgLowersProp() 3134 pLowerFrm->Frm().Height( nNewHeight ); in ChgLowersProp()
|
/aoo41x/main/sd/source/core/ |
H A D | stlsheet.cxx | 607 sal_uInt32 nNewHeight = ((SvxFontHeightItem&)rSet.Get(EE_CHAR_FONTHEIGHT)).GetHeight(); in AdjustToFontHeight() local 615 aNewBItem.SetWidth((sal_uInt32)(fBulletFraction * nNewHeight)); in AdjustToFontHeight() 624 aNewLRItem.SetTxtLeft((sal_uInt16)(fIndentFraction * nNewHeight)); in AdjustToFontHeight() 626 aNewLRItem.SetTxtFirstLineOfst((short)(fFirstIndentFraction * nNewHeight)); in AdjustToFontHeight() 635 aNewULItem.SetLower((sal_uInt16)(fLowerFraction * nNewHeight)); in AdjustToFontHeight() 637 aNewULItem.SetUpper((sal_uInt16)(fUpperFraction * nNewHeight)); in AdjustToFontHeight()
|
/aoo41x/main/reportdesign/source/ui/report/ |
H A D | ScrollHelper.cxx | 179 const sal_Int32 nNewHeight = aOutPixSz.Height() - m_aReportWindow.getRulerHeight(); in ResizeScrollBars() local 180 …lcl_setScrollBar(nNewHeight,Point( aOutPixSz.Width(), m_aReportWindow.getRulerHeight() ),Size( nSc… in ResizeScrollBars()
|
/aoo41x/main/vcl/aqua/source/gdi/ |
H A D | salbmp.cxx | 713 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()
|
/aoo41x/main/filter/source/pdf/ |
H A D | pdfexport.cxx | 1085 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()
|
/aoo41x/main/svx/source/table/ |
H A D | cellcursor.cxx | 427 const sal_Int32 nNewHeight = nHeight / (nNewRows + 1); in split_row() local 430 xRefRow->setPropertyValue( sHeight, Any( nHeight - (nNewHeight * nNewRows) ) ); in split_row() 439 xNewRow->setPropertyValue( sHeight, Any( nNewHeight ) ); in split_row()
|
H A D | tablelayouter.cxx | 821 sal_Int32 nNewHeight = 0; in LayoutTableHeight() local 824 maRows[nRow].mnPos = nNewHeight; in LayoutTableHeight() 825 nNewHeight += maRows[nRow].mnSize; in LayoutTableHeight() 834 rArea.SetSize( Size( rArea.GetWidth(), nNewHeight ) ); in LayoutTableHeight()
|
/aoo41x/main/editeng/source/editeng/ |
H A D | eertfpar.cxx | 331 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()
|
/aoo41x/main/editeng/source/items/ |
H A D | textitem.cxx | 1155 void SvxFontHeightItem::SetHeight( sal_uInt32 nNewHeight, const sal_uInt16 nNewProp, in SetHeight() argument 1162 nHeight = nNewHeight + ::ItemToControl( (short)nNewProp, eUnit, in SetHeight() 1167 nHeight = sal_uInt32(( nNewHeight * nNewProp ) / 100 ); in SetHeight() 1169 nHeight = nNewHeight; in SetHeight() 1175 void SvxFontHeightItem::SetHeight( sal_uInt32 nNewHeight, sal_uInt16 nNewProp, in SetHeight() argument 1182 nHeight = nNewHeight + in SetHeight() 1189 nHeight = sal_uInt32(( nNewHeight * nNewProp ) / 100 ); in SetHeight() 1191 nHeight = nNewHeight; in SetHeight()
|
/aoo41x/main/sw/inc/ |
H A D | swrect.hxx | 187 inline void SwRect::SSize( const long nNewHeight, const long nNewWidth ) in SSize() argument 190 m_Size.setHeight(nNewHeight); in SSize()
|
/aoo41x/main/sw/source/core/text/ |
H A D | frmform.cxx | 2068 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()
|