Home
last modified time | relevance | path

Searched refs:nH (Results 26 – 50 of 98) sorted by relevance

1234

/trunk/main/avmedia/source/xine/
H A Dwindow.cxx186 int nW = aRect.Width, nH = aRect.Height; in implLayoutVideoWindow() local
187 int nVideoW = nW, nVideoH = nH; in implLayoutVideoWindow()
250 nY = ( nH - nVideoH ) >> 1; in implLayoutVideoWindow()
/trunk/main/sw/source/core/text/
H A Dpossiz.hxx36 inline SwPosSize( const KSHORT nW = 0, const KSHORT nH = 0 ) in SwPosSize() argument
37 : nWidth(nW), nHeight(nH) { } in SwPosSize()
/trunk/main/svx/inc/svx/
H A Dswframeexample.hxx84 inline void SetHAlign(short nH) { nHAlign = nH; } in SetHAlign() argument
H A Dpagectrl.hxx103 void SetHeight(long nH) { aSize.Height() = nH; } in SetHeight() argument
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx525 const long nH = rBmpSzPix.Height(); in ImplCreateOutput() local
541 … const double fRevScaleY = ( nNewH > 1L ) ? ( (double) ( nH - 1L ) / ( nNewH - 1L ) ) : 0.0; in ImplCreateOutput()
555 for( nY = 0L, nTmpY = nH - 1L, nTmp = nH - 2L; nY < nNewH; nY++ ) in ImplCreateOutput()
569 const double fRevScaleY = ( nNewH > 1L ) ? ( (double) nH / nNewH ) : 0.0; in ImplCreateOutput()
585 for( nY = 0L, nTmpY = nH - 1L, nTmp = nH - 2L; nY < nNewH; nY++ ) in ImplCreateOutput()
638 const sal_Bool bSimple = ( 1 == nW || 1 == nH ); in ImplCreateOutput()
/trunk/main/avmedia/source/gstreamer/
H A Dgstwindow.cxx161 int nW = aRect.Width, nH = aRect.Height; in implLayoutVideoWindow() local
162 int nVideoW = nW, nVideoH = nH; in implLayoutVideoWindow()
229 nY = ( nH - nVideoH ) >> 1; in implLayoutVideoWindow()
/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/sc/inc/
H A Ddptabsrc.hxx516 ScDPHierarchy( ScDPSource* pSrc, long nD, long nH );
551 ScDPLevels( ScDPSource* pSrc, long nD, long nH );
606 ScDPLevel( ScDPSource* pSrc, long nD, long nH, long nL );
722 ScDPMembers( ScDPSource* pSrc, long nD, long nH, long nL );
787 ScDPMember( ScDPSource* pSrc, long nD, long nH, long nL,
/trunk/main/sc/source/ui/cctrl/
H A Ddpcontrol.cxx183 long nH = maSize.getHeight(); in getPopupBoundingBox() local
186 if (nH > 18) in getPopupBoundingBox()
187 nH = 18; in getPopupBoundingBox()
195 rPos.setY(maPos.getY() + maSize.getHeight() - nH); in getPopupBoundingBox()
197 rSize.setHeight(nH); in getPopupBoundingBox()
/trunk/main/vcl/source/gdi/
H A Dimpimage.cxx438 const long nH = pAcc->Height(); in Draw() local
473 for( nY = 0L; nY < nH; nY++ ) in Draw()
487 for( nY = 0L; nY < nH; nY++ ) in Draw()
/trunk/main/sdext/source/presenter/
H A DPresenterPaneBorderPainter.cxx752 sal_Int32 nH = rpBitmap->mnHeight; in PaintBitmap() local
780 nH = rBox.Height - nStartOffset + nEndOffset; in PaintBitmap()
787 || nY+nH <= rUpdateBox.Y) in PaintBitmap()
821 0, double(nH)/rpBitmap->mnHeight, nY), in PaintBitmap()
/trunk/main/vcl/unx/headless/
H A Dsvpgdi.cxx195 const long nH(aRectIter->GetHeight()); in setClipRegion() local
197 if(nH) in setClipRegion()
207 aRectIter->Top() + nH))); in setClipRegion()
/trunk/main/reportdesign/source/ui/dlg/
H A DAddField.cxx513 sal_Int16 nH = IMG_ADDFIELD_DLG_SCH; in getImageList() local
517 nH = IMG_ADDFIELD_DLG_LCH; in getImageList()
519 return ImageList(ModuleRes( _bHiContast ? nH : nN )); in getImageList()
H A DCondition.cxx390 sal_Int16 nH = IMG_CONDFORMAT_DLG_SCH; in getImageList() local
394 nH = IMG_CONDFORMAT_DLG_LCH; in getImageList()
396 return ImageList(ModuleRes( _bHiContast ? nH : nN )); in getImageList()
/trunk/main/avmedia/source/win/
H A Dwindow.cxx230 int nW = aRect.Width, nH = aRect.Height; in ImplLayoutVideoWindow() local
231 int nVideoW = nW, nVideoH = nH; in ImplLayoutVideoWindow()
294 nY = ( nH - nVideoH ) >> 1; in ImplLayoutVideoWindow()
/trunk/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx935 long nH = aTrackRect.GetHeight(); in ImplDrawNativeControl() local
936 aTRect.top += (rc.bottom - rc.top - nH)/2; in ImplDrawNativeControl()
937 aTRect.bottom = aTRect.top + nH; in ImplDrawNativeControl()
1370 long nH = aThumbRect.GetHeight(); in getNativeControlRegion() local
1372 aRect.Bottom() = aRect.Top() + nH - 1; in getNativeControlRegion()
/trunk/main/vcl/inc/
H A Doutfont.hxx140 void SetBitmapSize( int nW, int nH ) { mnWidth=nW; mnHeight=nH; } in SetBitmapSize() argument
/trunk/main/svx/source/tbxctrls/
H A Dfillctrl.cxx906 long nH = 180; in Resize() local
909 mpLbFillType->SetSizePixel(Size(nW * 2 - nSep,nH)); in Resize()
910 mpLbFillAttr->SetPosSizePixel(Point(nW * 2 + nSep,0),Size(nW * 3 - nSep,nH)); in Resize()
/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/cui/source/tabpages/
H A Dswpossizetabpage.cxx1475 sal_uInt16 nH, in InitPos() argument
1556 if ( nH == USHRT_MAX ) in InitPos()
1558 nH = m_nOldH; in InitPos()
1562 sal_uInt16 nMapPos = FillPosLB(m_pHMap, nH, nHRel, m_aHoriLB); in InitPos()
1563 FillRelLB(m_pHMap, nMapPos, nH, nHRel, m_aHoriToLB, m_aHoriToFT); in InitPos()
1576 bEnable = nH == HoriOrientation::NONE && in InitPos()
/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/svtools/source/control/
H A Dctrlbox.cxx798 long nH = rUDEvt.GetRect().GetHeight(); in UserDraw() local
813 Point aPos( nX, aTopLeft.Y() + (nH-pImg->GetSizePixel().Height())/2 ); in UserDraw()
835 Point aPos( nX, aTopLeft.Y() + (nH-rUDEvt.GetDevice()->GetTextHeight())/2 ); in UserDraw()
903 Point aPos( nX, aTopLeft.Y() + (nH-nTextHeight)/2 ); in UserDraw()
/trunk/main/editeng/source/editeng/
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/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/svx/source/dialog/
H A Dpagectrl.cxx331 long nW = aRect.GetWidth(),nH = aRect.GetHeight(); in DrawPage() local
334 long _nTop = bVert ? aRect.Top() + ((nH - nTH) / 2) : aRect.Top(); in DrawPage()

Completed in 230 milliseconds

1234