Home
last modified time | relevance | path

Searched refs:nHeight (Results 251 – 275 of 597) sorted by relevance

1...<<11121314151617181920>>...24

/aoo41x/main/sdext/source/presenter/
H A DPresenterScreen.cxx852 double nHeight = 0; in ProcessComponent() local
858 rValues[5] >>= nHeight; in ProcessComponent()
860 if (nX>=0 && nY>=0 && nWidth>0 && nHeight>0) in ProcessComponent()
871 nY+nHeight); in ProcessComponent()
/aoo41x/main/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx538 int nWidth = 0, nHeight = 0; in InitPaperFormats() local
539 m_aJobData.m_pParser->getPaperDimension( pValue->m_aOption, nWidth, nHeight ); in InitPaperFormats()
540 PaperInfo aInfo(PtTo10Mu( nWidth ), PtTo10Mu( nHeight )); in InitPaperFormats()
674 int nWidth, nHeight; in SetData() local
678 nHeight = pJobSetup->mnPaperHeight; in SetData()
683 nHeight = pJobSetup->mnPaperWidth; in SetData()
/aoo41x/main/canvas/source/vcl/
H A Dcanvashelper.cxx982 const sal_Int32 nHeight( rect.Y2 - rect.Y1 ); in getData() local
984 rLayout.ScanLines = nHeight; in getData()
988 uno::Sequence< sal_Int8 > aRes( 4*nWidth*nHeight ); in getData()
992 for( int y=0; y<nHeight; ++y ) in getData()
1062 const sal_Int32 nHeight( rect.Y2 - rect.Y1 ); in setData() local
1064 for( y=0; y<nHeight; ++y ) in setData()
/aoo41x/main/toolkit/source/controls/
H A Dcontrolmodelcontainerbase.cxx1325 maComponentInfos.nHeight = 400; in ControlContainerBase()
1385 sal_Int32 nX = 0, nY = 0, nWidth = 0, nHeight = 0; in ImplSetPosSize() local
1389 xP->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Height" ) ) ) >>= nHeight; in ImplSetPosSize()
1398 aTmp = ::Size( nWidth, nHeight ); in ImplSetPosSize()
1401 nHeight = aTmp.Height(); in ImplSetPosSize()
1432 nHeight *= nH; in ImplSetPosSize()
1433 nHeight /= 8; in ImplSetPosSize()
1436 xW->setPosSize( nX, nY, nWidth, nHeight, PosSize::POSSIZE ); in ImplSetPosSize()
/aoo41x/main/vcl/source/control/
H A Dtabctrl.cxx352 Rectangle TabControl::ImplGetTabRect( sal_uInt16 nItemPos, long nWidth, long nHeight ) in ImplGetTabRect() argument
357 if ( nHeight < 0 ) in ImplGetTabRect()
358 nHeight = aWinSize.Height(); in ImplGetTabRect()
363 long nH = nHeight-TAB_OFFSET*2; in ImplGetTabRect()
377 Rectangle aRect = ImplGetTabRect( nLastPos, nWidth, nHeight ); in ImplGetTabRect()
379 long nH = nHeight-aRect.Bottom()-TAB_OFFSET*2; in ImplGetTabRect()
388 if ( (nWidth <= 0) || (nHeight <= 0) ) in ImplGetTabRect()
391 if ( mbFormat || (mnLastWidth != nWidth) || (mnLastHeight != nHeight) ) in ImplGetTabRect()
545 mnLastHeight = nHeight; in ImplGetTabRect()
H A Dilstbox.cxx325 long nHeight = i_nBeginHeight; in GetAddedHeight() local
340 nHeight += GetEntryPtr( nIndex )-> mnHeight; in GetAddedHeight()
345 nHeight = 0; in GetAddedHeight()
346 return i_nEndIndex > i_nBeginIndex ? nHeight : -nHeight; in GetAddedHeight()
1970 long nHeight = GetOutputSizePixel().Height();// - mnMaxHeight + mnBorder; in ImplDoPaint() local
1972 for( sal_uInt16 i = (sal_uInt16)mnTop; i < nCount && nY < nHeight + mnMaxHeight; i++ ) in ImplDoPaint()
2005 long nHeight = GetOutputSizePixel().Height();// - mnMaxHeight + mnBorder; in GetDisplayLineCount() local
2006 sal_uInt16 nEntries = static_cast< sal_uInt16 >( ( nHeight + mnMaxHeight - 1 ) / mnMaxHeight ); in GetDisplayLineCount()
3169 void ImplListBoxFloatingWindow::SetPosSizePixel( long nX, long nY, long nWidth, long nHeight, sal_u… in SetPosSizePixel() argument
3171 FloatingWindow::SetPosSizePixel( nX, nY, nWidth, nHeight, nFlags ); in SetPosSizePixel()
/aoo41x/main/svx/source/sidebar/debug/
H A DContextPanel.cxx53 …const sal_Int32 nHeight (maContextName.GetPosPixel().Y() + maContextName.GetSizePixel().Height() +… in GetPreferredHeight() local
54 return nHeight; in GetPreferredHeight()
/aoo41x/main/vcl/source/gdi/
H A Doutdev2.cxx1524 long nHeight = ImplLogicHeightToDevicePixel( rSize.Height() ); in GetBitmap() local
1528 …if ( nWidth > 0 && nHeight > 0 && nX <= (mnOutWidth + mnOutOffX) && nY <= (mnOutHeight + mnOutOff… in GetBitmap()
1530 Rectangle aRect( Point( nX, nY ), Size( nWidth, nHeight ) ); in GetBitmap()
1544 nHeight -= ( mnOutOffY - nY ); in GetBitmap()
1557 if ( (nHeight + nY) > (mnOutHeight + mnOutOffY) ) in GetBitmap()
1559 nHeight = mnOutOffY + mnOutHeight - nY; in GetBitmap()
1580 aPosAry.mnSrcHeight = nHeight; in GetBitmap()
1584 aPosAry.mnDestHeight = nHeight; in GetBitmap()
1586 if ( (nWidth > 0) && (nHeight > 0) ) in GetBitmap()
1606 SalBitmap* pSalBmp = mpGraphics->GetBitmap( nX, nY, nWidth, nHeight, this ); in GetBitmap()
/aoo41x/main/basegfx/inc/basegfx/raster/
H A Dbzpixelraster.hxx52 BZPixelRaster(sal_uInt32 nWidth, sal_uInt32 nHeight) in BZPixelRaster() argument
53 : BPixelRaster(nWidth, nHeight), in BZPixelRaster()
/aoo41x/main/vcl/inc/unx/gtk/
H A Dgtkobject.hxx50 virtual void UnionClipRegion( long nX, long nY, long nWidth, long nHeight );
53 virtual void SetPosSize( long nX, long nY, long nWidth, long nHeight );
/aoo41x/main/svx/inc/svx/
H A Dswframevalidation.hxx56 sal_Int32 nHeight; member
76 nHeight( 283 ), //0.5 cm in SvxSwFrameValidation()
/aoo41x/main/vcl/unx/headless/
H A Dsvpdummies.hxx46 virtual void UnionClipRegion( long nX, long nY, long nWidth, long nHeight );
49 virtual void SetPosSize( long nX, long nY, long nWidth, long nHeight );
/aoo41x/main/vcl/inc/os2/
H A Dsalobj.h53 virtual void UnionClipRegion( long nX, long nY, long nWidth, long nHeight );
55 virtual void SetPosSize( long nX, long nY, long nWidth, long nHeight );
/aoo41x/main/vcl/inc/win/
H A Dsalobj.h54 virtual void UnionClipRegion( long nX, long nY, long nWidth, long nHeight );
56 virtual void SetPosSize( long nX, long nY, long nWidth, long nHeight );
/aoo41x/main/vcl/inc/aqua/
H A Dsalobj.h70 virtual void UnionClipRegion( long nX, long nY, long nWidth, long nHeight );
72 virtual void SetPosSize( long nX, long nY, long nWidth, long nHeight );
/aoo41x/main/sc/source/filter/inc/
H A Dcolrowst.hxx45 void SetHeight( SCROW nRow, sal_uInt16 nHeight );
46 void SetRowSettings( SCROW nRow, sal_uInt16 nHeight, sal_uInt16 nFlags );
/aoo41x/main/vcl/inc/
H A Dsalobj.hxx59 virtual void UnionClipRegion( long nX, long nY, long nWidth, long nHeight ) = 0;
62 virtual void SetPosSize( long nX, long nY, long nWidth, long nHeight ) = 0;
/aoo41x/main/dbaccess/source/ui/misc/
H A DWExtendPages.cxx73 sal_Int32 nHeight = m_lbColumnNames.GetSizePixel().Height() +6; in OWizNormalExtend() local
75 Size aNewSize(m_aTypeControl.GetSizePixel().Width(),nHeight - aPos.Y()-6); in OWizNormalExtend()
/aoo41x/main/sw/source/core/graphic/
H A Dndgrf.cxx853 SwTwips nHeight = rFrmSize.GetHeight(); in ScaleImageMap() local
855 nHeight -= rBox.CalcLineSpace( BOX_LINE_TOP ) + in ScaleImageMap()
858 ASSERT( nHeight>0, "Gibt es 0 twip hohe Grafiken!?" ); in ScaleImageMap()
860 if ( nGrfSize.Height() != nHeight ) in ScaleImageMap()
862 aScaleY = Fraction( nGrfSize.Height(), nHeight ); in ScaleImageMap()
/aoo41x/main/vcl/win/source/window/
H A Dsalobj.cxx742 void WinSalObject::UnionClipRegion( long nX, long nY, long nWidth, long nHeight ) in UnionClipRegion() argument
747 long nBottom = nY + nHeight; in UnionClipRegion()
806 void WinSalObject::SetPosSize( long nX, long nY, long nWidth, long nHeight ) in SetPosSize() argument
816 (int)nX, (int)nY, (int)nWidth, (int)nHeight, in SetPosSize()
/aoo41x/main/vcl/os2/source/gdi/
H A Dsalbmp.cxx393 ULONG nWidth = pBIH->cx, nHeight = pBIH->cy; in ImplCreateDIB4FromDIB1() local
396 … nSize4 = sizeof( BITMAPINFOHEADER2 ) + ( sizeof( RGB2 ) << 4 ) + nAligned4 * nHeight; in ImplCreateDIB4FromDIB1()
405 pBIH4->cy = nHeight; in ImplCreateDIB4FromDIB1()
415 for( ULONG nY = 0UL; nY < nHeight; nY++ ) in ImplCreateDIB4FromDIB1()
/aoo41x/main/vbahelper/source/vbahelper/
H A Dvbashape.cxx389 double nHeight = getHeight(); in ScaleHeight() local
390 double nNewHeight = nHeight * Factor; in ScaleHeight()
397 double nDeltaHeight = nNewHeight - nHeight; in ScaleHeight()
404 double nDeltaHeight = (nNewHeight - nHeight) / 2; in ScaleHeight()
/aoo41x/main/toolkit/test/accessibility/
H A DAccessibleTextHandler.java756 static final int nHeight = 16; field in TextAttributeDialog.ColorIcon
760 public int getIconHeight() { return nHeight; } in getIconHeight()
765 g.fillRect( x, y, nHeight, nWidth ); in paintIcon()
767 g.drawRect( x, y, nHeight, nWidth ); in paintIcon()
/aoo41x/main/sw/source/filter/html/
H A Dhtmlnum.cxx188 sal_uInt16 nWidth=USHRT_MAX, nHeight=USHRT_MAX; in NewNumBulList() local
261 nHeight = (sal_uInt16)pOption->GetNumber(); in NewNumBulList()
282 Size aTwipSz( nWidth, nHeight), *pTwipSz=0; in NewNumBulList()
283 if( nWidth!=USHRT_MAX && nHeight!=USHRT_MAX ) in NewNumBulList()
/aoo41x/main/svtools/source/filter/jpeg/
H A Djpeg.cxx343 ((JPEGCreateBitmapParam*)pParam)->nHeight ); in CreateBitmap()
447 long nHeight = pAcc->Height(); in FillBitmap() local
461 for( long nY = 0L; nY < nHeight; nY++ ) in FillBitmap()
475 for( long nY = 0L; nY < nHeight; nY++ ) in FillBitmap()

Completed in 138 milliseconds

1...<<11121314151617181920>>...24