Home
last modified time | relevance | path

Searched refs:nH (Results 1 – 25 of 98) sorted by last modified time

1234

/trunk/main/vcl/source/control/
H A Dtabctrl.cxx361 long nH = nHeight-TAB_OFFSET*2; in ImplGetTabRect() local
362 return (nW > 0 && nH > 0) in ImplGetTabRect()
363 ? Rectangle( Point( TAB_OFFSET, TAB_OFFSET ), Size( nW, nH ) ) in ImplGetTabRect()
377 long nH = nHeight-aRect.Bottom()-TAB_OFFSET*2; in ImplGetTabRect() local
378 aRect = (nW > 0 && nH > 0) in ImplGetTabRect()
379 ? Rectangle( Point( TAB_OFFSET, aRect.Bottom()+TAB_OFFSET ), Size( nW, nH ) ) in ImplGetTabRect()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx7630 const long nH = pAcc->Height(); in GetTextBoundRect() local
7636 for(; nTop < nH; ++nTop ) in GetTextBoundRect()
7646 long nBottom = nH; in GetTextBoundRect()
H A Dbitmapex.cxx1186 const sal_uInt32 nH(rSize.Height()); in createBlendFrame() local
1188 if(nW || nH) in createBlendFrame()
1192 const sal_uInt32 nDE(nW + nH); in createBlendFrame()
1195 aColBottomLeft.Merge(aColorBottomRight, 255 - sal_uInt8((nH * 255) / nDE)); in createBlendFrame()
1238 const long nH(rSize.Height()); in createBlendFrame() local
1240 if(nW && nH) in createBlendFrame()
1279 for(y = 1; y < nH - 1; y++) in createBlendFrame()
1283 aMixA.Merge(aColorBottomLeft, 255 - sal_uInt8((y * 255) / nH)); in createBlendFrame()
1292 aMixB.Merge(aColorBottomRight, 255 - sal_uInt8((y * 255) / nH)); in createBlendFrame()
1299 if(y < nH) in createBlendFrame()
H A Dbitmap3.cxx1386 long nH = pAcc->Height() ; in ImplScaleSuper() local
1405 const double fRevScaleY = ( nDstH > 1L ) ? ( (double) ( nH - 1 ) / ( nDstH - 1 ) ) : 0.0; in ImplScaleSuper()
1419 for( nY = 0L, nTempY = nH - 1L, nTemp = nH - 2L; nY < nDstH; nY++ ) in ImplScaleSuper()
3379 const long nH = pAcc->Height(); in Adjust() local
3442 for( nY = 0L; nY < nH; nY++ ) in Adjust()
3456 for( nY = 0L; nY < nH; nY++ ) in Adjust()
3470 for( nY = 0L; nY < nH; nY++ ) in Adjust()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx581 … const long nH(aRectIter->Bottom() - aRectIter->Top() + 1); // uses +1 logic in original in setClipRegion() local
583 if(nH) in setClipRegion()
585 const CGRect aRect = CGRectMake( aRectIter->Left(), aRectIter->Top(), nW, nH); in setClipRegion()
855 long nX = leftX, nY = topY, nW = maxWidth, nH = maxHeight; in drawPolyPolygon() local
856 getBoundRect( pPoints[n], ppPtAry[n], nX, nY, nW, nH ); in drawPolyPolygon()
869 if( nY + nH > topY + maxHeight ) in drawPolyPolygon()
870 maxHeight = nY + nH - topY; in drawPolyPolygon()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx1159 const long nH = nHeight % nPixelSzH; in lcl_AlignHeight() local
1161 if ( !nH || nH > nHalfPixelSzH ) in lcl_AlignHeight()
5311 SwTwips nH = Min( nBottom, nY ) - nPos; in PaintGrid() local
5313 Size( 1, nH ) ); in PaintGrid()
5314 if( nH > 0 ) in PaintGrid()
5368 SwTwips nH = Min( nBottom, nY ) - nPos; in PaintGrid() local
5370 Size( 1, nH ) ); in PaintGrid()
5371 if( nH > 0 ) in PaintGrid()
/trunk/main/sw/source/core/text/
H A Dtxtfly.cxx574 SwTwips nH = nNextTop - aInter.Top(); in CalcFlyWidth() local
575 if( nH < KSHRT_MAX ) in CalcFlyWidth()
576 pFly->Height( KSHORT( nH ) ); in CalcFlyWidth()
H A Dpormulti.cxx2062 SwTwips nH = rMulti.Width(); in BuildMultiPortion() local
2063 SwTwips nAsc = rMulti.GetAscent() + ( nH - rMulti.Height() )/2; in BuildMultiPortion()
2064 if( nAsc > nH ) in BuildMultiPortion()
2065 nAsc = nH; in BuildMultiPortion()
2069 rMulti.Height( KSHORT(nH) ); in BuildMultiPortion()
/trunk/main/svx/source/svdraw/
H A Dsvdotext.cxx681 const long nH(std::max(long(0), (long)(aRect.GetHeight() - 1 - nDist))); in AdaptTextMinSize() local
683 aSet.Put(SdrTextMinFrameHeightItem(nH)); in AdaptTextMinSize()
H A Dsvdoedge.cxx758 sal_Int32 nH = ((SdrEdgeNode1HorzDistItem&)rSet.Get(SDRATTR_EDGENODE1HORZDIST)).GetValue(); in ImpCalcEdgeTrack() local
761 aBewareRect1.Left()-=nH; in ImpCalcEdgeTrack()
762 aBewareRect1.Right()+=nH; in ImpCalcEdgeTrack()
781 sal_Int32 nH = ((SdrEdgeNode2HorzDistItem&)rSet.Get(SDRATTR_EDGENODE2HORZDIST)).GetValue(); in ImpCalcEdgeTrack() local
784 aBewareRect2.Left()-=nH; in ImpCalcEdgeTrack()
785 aBewareRect2.Right()+=nH; in ImpCalcEdgeTrack()
/trunk/main/svtools/source/misc/
H A Dembedhlp.cxx791 long nH = nWidth * aBmpSize.Height() / aBmpSize.Width(); in DrawPaintReplacement() local
793 aP.Y() += (nHeight - nH) / 2; in DrawPaintReplacement()
794 nHeight = nH; in DrawPaintReplacement()
/trunk/main/dbaccess/source/ui/dlg/
H A Dindexdialog.cxx914 sal_Int16 nH = IMG_INDEX_DLG_SCH; in getImageList() local
918 nH = IMG_INDEX_DLG_LCH; in getImageList()
920 return ImageList(ModuleRes( _bHiContast ? nH : nN )); in getImageList()
/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx3462 sal_uInt16 nH = 0; in FormatFrameSize() local
3466 case ATT_FIX_SIZE: nH = (sal_uInt16)rSize.GetHeight() & 0x7fff; break; in FormatFrameSize()
3467 default: nH = (sal_uInt16)rSize.GetHeight() | 0x8000; break; in FormatFrameSize()
3469 m_rWW8Export.InsUInt16( nH ); in FormatFrameSize()
/trunk/main/vcl/source/fontsubset/
H A Dcff.cxx1464 const U8 nH = c >> 4U; in readRealVal() local
1465 if( nH <= 9) { in readRealVal()
1466 nNumber = nNumber * 10 + nH; in readRealVal()
1468 } else if( nH == 10) { // comma in readRealVal()
1471 } else if( nH == 11) { // +exp in readRealVal()
1475 } else if( nH == 12) { // -exp in readRealVal()
1479 } else if( nH == 13) { // reserved in readRealVal()
1481 } else if( nH == 14) // minus in readRealVal()
1483 else if( nH == 15) // end in readRealVal()
/trunk/main/svx/workben/
H A Dedittest.cxx1512 long nH = aCurFrame.Bottom() - aOutArea.Bottom(); in MarkOutputArea() local
1514 aPos.Y() -= nH; in MarkOutputArea()
1515 Invalidate( Rectangle( aPos, Size( aCurFrame.GetWidth(), nH ) ) ); in MarkOutputArea()
/trunk/main/sd/source/ui/view/
H A DDocumentRenderer.cxx1756 sal_Int32 nH (0); in PrepareOutline() local
1757 while (nH < nPageH && nIndex<nCount) in PrepareOutline()
1828 nH = pOutliner->GetTextHeight(); in PrepareOutline()
1833 if (nH > nPageH && pPara!=NULL) in PrepareOutline()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx3601 double nH = nRealHeight * nCos; in DrawRotated() local
3602 nAddX += nH * ( nCos / fabs(nSin) ); in DrawRotated()
H A Dprintfun.cxx2881 sal_uInt16 nH = aTableParam.nScaleHeight; in CalcZoom() local
2890 bool bFitsPage = ((!nW || (nPagesX <= nW)) && (!nH || (nPagesY <= nH))); in CalcZoom()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx1334 sal_Int32 nH = nTxtHeight; in CreateLines() local
1335 nH *= rLSItem.GetPropLineSpace(); in CreateLines()
1336 nH /= 100; in CreateLines()
1338 long nDiff = pLine->GetHeight() - nH; in CreateLines()
1349 sal_uInt32 nH = rLSItem.GetLineHeight(); in CreateLines() local
1350 if ( nH != nTxtHeight ) in CreateLines()
1692 sal_Int32 nH = nTxtHeight; in CreateAndInsertEmptyLine() local
1693 nH *= rLSItem.GetPropLineSpace(); in CreateAndInsertEmptyLine()
1694 nH /= 100; in CreateAndInsertEmptyLine()
1707 sal_uInt32 nH = rLSItem.GetLineHeight(); in CreateAndInsertEmptyLine() local
[all …]
H A Dediteng.cxx899 long nH = GetTextHeight( n ); in PostKeyEvent() local
903 P2.Y() += nH; in PostKeyEvent()
907 aPos.Y() += nH; in PostKeyEvent()
H A Dimpedit.cxx786 long nH = aOutArea.GetHeight() / 4; in ShowCursor() local
787 if ( ( nH > aEditCursor.GetHeight() ) && ( Abs( nDiffY ) < nH ) ) in ShowCursor()
790 nDiffY -= nH; in ShowCursor()
792 nDiffY += nH; in ShowCursor()
H A Deditdoc.hxx486 void SetHeight( sal_uInt16 nH, sal_uInt16 nTxtH = 0, sal_uInt16 nCrsrH = 0 ) in SetHeight() argument
487 { nHeight = nH; in SetHeight()
488 nTxtHeight = ( nTxtH ? nTxtH : nH ); in SetHeight()
/trunk/main/vcl/source/window/
H A Dsplitwin.cxx1644 long nH; in ImplCalcLayout() local
1663 nH = mnDY-mnTopBorder-mnBottomBorder; in ImplCalcLayout()
1667 nH -= nSplitSize; in ImplCalcLayout()
1673 ImplCalcSet( mpMainSet, nL, nT, nW, nH, mbHorz, !mbBottomRight ); in ImplCalcLayout()
/trunk/main/sd/source/ui/app/
H A Dsdmod2.cxx506 sal_uInt32 nH = 10L; in CreateItemSet() local
514 nH = aSize.Height(); in CreateItemSet()
532 pRet->Put( SfxUInt32Item( ATTR_OPTIONS_SCALE_HEIGHT, nH ) ); in CreateItemSet()
/trunk/main/fpicker/source/office/
H A Diodlg.cxx2501 long nH = GetSizePixel().Height(); in InitSize() local
2502 _pImp->_nFixDeltaHeight = nH - nBoxH; in InitSize()

Completed in 552 milliseconds

1234