Home
last modified time | relevance | path

Searched refs:nHeight (Results 176 – 200 of 597) sorted by relevance

12345678910>>...24

/trunk/main/vcl/inc/unx/
H A Dsalframe.h229 virtual void SetMinClientSize( long nWidth, long nHeight );
230 virtual void SetMaxClientSize( long nWidth, long nHeight );
231 virtual void SetPosSize( long nX, long nY, long nWidth, long nHeight, sal_uInt16 nFlags );
270 virtual void UnionClipRegion( long nX, long nY, long nWidth, long nHeight );
H A Dsalobj.h42 void UnionClipRegion( long nX, long nY, long nWidth, long nHeight );
85 virtual void UnionClipRegion( long nX, long nY, long nWidth, long nHeight );
88 virtual void SetPosSize( long nX, long nY, long nWidth, long nHeight );
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx892 sal_uLong nWidth, nHeight, nDstRowBytes, nx, nc, ny, nCount, nColTabSize, i; in WriteOpcode_BitsRect() local
917 nHeight = pAcc->Height(); in WriteOpcode_BitsRect()
945 << (sal_uInt16)nHeight // Y2-Position der Bitmap in der Quelle in WriteOpcode_BitsRect()
963 << (sal_uInt16)nHeight // Y2-Position auf der Bitmap in WriteOpcode_BitsRect()
978 for ( ny = 0; ny < nHeight; ny++ ) in WriteOpcode_BitsRect()
985 …nActBitmapPercent = ( ny * 70 / nHeight ) + 30; // (30% machten schon das Schreiben der Win-BMP-Da… in WriteOpcode_BitsRect()
996 for ( ny = 0; ny < nHeight; ny++ ) in WriteOpcode_BitsRect()
1131 << (sal_uInt16)nHeight // Y2-Position der Bitmap in der Quelle in WriteOpcode_BitsRect()
1159 *pPict << (sal_uInt16)0 << (sal_uInt16)0 << (sal_uInt16)nHeight << (sal_uInt16)nWidth; in WriteOpcode_BitsRect()
1175 for ( ny = 0; ny < nHeight; ny++ ) in WriteOpcode_BitsRect()
[all …]
/trunk/main/basegfx/inc/basegfx/raster/
H A Dbpixelraster.hxx61 BPixelRaster(sal_uInt32 nWidth, sal_uInt32 nHeight) in BPixelRaster() argument
63 mnHeight(nHeight), in BPixelRaster()
64 mnCount(nWidth * nHeight), in BPixelRaster()
/trunk/main/sdext/source/presenter/
H A DPresenterWindowManager.cxx326 const double nHeight) in SetPanePosSizeAbsolute() argument
338 pDescriptor->mnBottom = (nY + nHeight) / aParentBox.Height; in SetPanePosSizeAbsolute()
345 ::sal::static_int_cast<sal_Int32>(nHeight), in SetPanePosSizeAbsolute()
1203 const sal_Int32 nHeight = (sal_Int32)(pDescriptor->mnBottom * aBox.Height) - nY; in LayoutUnknownMode() local
1206 nX,nY,nWidth,nHeight, in LayoutUnknownMode()
1228 const double nHeight (aParentBox.Height); in UpdateWindowSize() local
1230 pDescriptor->mnTop = double(aBorderBox.Y) / nHeight; in UpdateWindowSize()
1232 pDescriptor->mnBottom = double(aBorderBox.Y + aBorderBox.Height) / nHeight; in UpdateWindowSize()
H A DPresenterPaneBase.cxx168 sal_Int32 nHeight (rCalloutAnchor.Y - aBorderBox.Y); in SetCalloutAnchor() local
170 nHeight += mxBorderPainter->getCalloutOffset(mxPaneId->getResourceURL()).Y; in SetCalloutAnchor()
172 if (nHeight != aBorderBox.Height) in SetCalloutAnchor()
178 nHeight, in SetCalloutAnchor()
/trunk/main/svx/source/table/
H A Dtablerow.cxx244 sal_Int32 nHeight = mnHeight; in setFastPropertyValue() local
245 bOk = aValue >>= nHeight; in setFastPropertyValue()
246 if( bOk && (mnHeight != nHeight) ) in setFastPropertyValue()
248 mnHeight = nHeight; in setFastPropertyValue()
/trunk/main/canvas/source/directx/
H A Ddx_vcltools.cxx180 const sal_Int32 nHeight( aBmpSize.Height() ); in bitmapFromVCLBitmapEx() local
220 const sal_Int32 nHeight( aBmpSize.Height() ); in bitmapFromVCLBitmapEx() local
224 for( y=0; y<nHeight; ++y ) in bitmapFromVCLBitmapEx()
382 for( y=0; y<nHeight; ++y ) in bitmapFromVCLBitmapEx()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx618 long nHeight, sal_uInt8 nTransparency ) in drawAlphaRect() argument
635 bool bRet = AlphaBlend( getHDC(), nX, nY, nWidth, nHeight, in drawAlphaRect()
735 void WinSalGraphics::invert( long nX, long nY, long nWidth, long nHeight, SalInvert nFlags ) in invert() argument
744 WIN_Rectangle( getHDC(), (int)nX, (int)nY, (int)(nX+nWidth), (int)(nY+nHeight) ); in invert()
763 PatBlt( getHDC(), nX, nY, nWidth, nHeight, PATINVERT ); in invert()
773 aRect.bottom = (int)nY+nHeight; in invert()
/trunk/main/drawinglayer/source/processor3d/
H A Dzbufferprocessor3d.cxx55 …const sal_uInt32 nHeight(mnAntiAlialize ? rRaster.getHeight()/mnAntiAlialize : rRaster.getHeight()… in BPixelRasterToBitmapEx() local
57 if(nWidth && nHeight) in BPixelRasterToBitmapEx()
59 const Size aDestSize(nWidth, nHeight); in BPixelRasterToBitmapEx()
72 for(sal_uInt32 y(0L); y < nHeight; y++) in BPixelRasterToBitmapEx()
113 for(sal_uInt32 y(0L); y < nHeight; y++) in BPixelRasterToBitmapEx()
136 aRetval.SetPrefSize(Size(nWidth, nHeight)); in BPixelRasterToBitmapEx()
/trunk/main/editeng/source/editeng/
H A Deditdoc.hxx452 sal_uInt16 nHeight; // Gesamthoehe der Zeile member in EditLine
487 { nHeight = nH; in SetHeight()
491 sal_uInt16 GetHeight() const { return nHeight; } in GetHeight()
555 long nHeight; member in ParaPortion
596 long GetHeight() const { return ( bVisible ? nHeight : 0 ); } in GetHeight()
598 void ResetHeight() { nHeight = 0; nFirstLineOffset = 0; } in ResetHeight()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsPageObjectPainter.cxx525 const sal_Int32 nHeight (aPageObjectBox.GetHeight()); in CreateBackgroundBitmap() local
526 const sal_Int32 nDefaultConstantSize(nHeight/4); in CreateBackgroundBitmap()
533 (nHeight - nMinimalGradientSize)/2))); in CreateBackgroundBitmap()
534 const sal_Int32 nY2 (nHeight-nY1); in CreateBackgroundBitmap()
536 for (sal_Int32 nY=0; nY<nHeight; ++nY) in CreateBackgroundBitmap()
/trunk/main/svtools/source/contnr/
H A Dtemplwin.cxx523 long nHeight = 0; in CalcHeight() local
527 nHeight = aIconCtrl.GetEntry(nCount-1)->GetBoundRect().Bottom(); in CalcHeight()
530 nHeight += aDummyHeaderBar.GetSizePixel().Height(); in CalcHeight()
532 return nHeight; in CalcHeight()
1530 long nHeight = aFileViewTB.GetSizePixel().Height(); in CalcHeight() local
1532 nHeight += pIconWin->CalcHeight(); in CalcHeight()
1534 nHeight += 8; in CalcHeight()
1535 return nHeight; in CalcHeight()
1754 long nHeight = pImpl->pWin->CalcHeight(); in InitImpl() local
1763 long nDelta = aPos.Y() - nHeight; in InitImpl()
[all …]
/trunk/main/editeng/inc/editeng/
H A Dlspcitem.hxx65 SvxLineSpacingItem( sal_uInt16 nHeight /*= LINE_SPACE_DEFAULT_HEIGHT*/, const sal_uInt16 nId );
92 inline void SetLineHeight( const sal_uInt16 nHeight ) in SetLineHeight() argument
94 nLineHeight = nHeight; in SetLineHeight()
H A Dfhgtitem.hxx51 sal_uInt32 nHeight; member in SvxFontHeightItem
90 sal_uInt32 GetHeight() const { return nHeight; } in GetHeight()
95 nHeight = nNewHeight; in SetHeightValue()
/trunk/main/sfx2/source/sidebar/
H A DSidebarToolBox.cxx201 long nHeight, in SetPosSizePixel() argument
211 nHeight, in SetPosSizePixel()
217 nHeight, in SetPosSizePixel()
221 ToolBox::SetPosSizePixel(nX, nY, nWidth, nHeight, nFlags); in SetPosSizePixel()
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx430 …E void ImplDrawTextRect( long nBaseX, long nBaseY, long nX, long nY, long nWidth, long nHeight );
434 … long nBaseX, long nBaseY, long nStartX, long nStartY, long nWidth, long nHeight, long nLineWidth,…
441 …ngle& rRect2, long& rYOff, long& rWidth, FontEmphasisMark eEmphasis, long nHeight, short nOrient );
452 SAL_DLLPRIVATE long ImplLogicHeightToDevicePixel( long nHeight ) const;
454 SAL_DLLPRIVATE long ImplDevicePixelToLogicHeight( long nHeight ) const;
482 …SAL_DLLPRIVATE void ImplDrawWallpaper( long nX, long nY, long nWidth, long nHeight, const Wallpa…
483 …SAL_DLLPRIVATE void ImplDrawColorWallpaper( long nX, long nY, long nWidth, long nHeight, const W…
484 …SAL_DLLPRIVATE void ImplDrawBitmapWallpaper( long nX, long nY, long nWidth, long nHeight, const …
485 …SAL_DLLPRIVATE void ImplDrawGradientWallpaper( long nX, long nY, long nWidth, long nHeight, cons…
/trunk/main/chart2/source/controller/dialogs/
H A Dres_BarGeometry.cxx63 long nHeight = m_aLB_Geometry.GetPosPixel().Y() in GetSizePixel() local
65 nHeight += m_aLB_Geometry.GetSizePixel().Height(); in GetSizePixel()
71 return Size( nHeight, nWidth ); in GetSizePixel()
/trunk/main/sc/source/ui/view/
H A Ddrawutil.cxx75 sal_uInt16 nHeight = pDoc->GetRowHeight(nRow, nTab); in CalcScale() local
76 nTwipsY += static_cast<long>(nHeight); in CalcScale()
77 nPixelY += ScViewData::ToPixel(nHeight, nPPTY); in CalcScale()
/trunk/main/svx/source/dialog/
H A Dgraphctl.cxx285 const long nHeight = aWinSize.Height(); in Resize() local
287 double fWinWH = (double) nWidth / nHeight; in Resize()
292 aNewSize.Width() = (long) ( (double) nHeight * fGrfWH ); in Resize()
293 aNewSize.Height()= nHeight; in Resize()
302 aNewPos.Y() = ( nHeight - aNewSize.Height() ) >> 1; in Resize()
/trunk/main/svtools/source/control/
H A Dstdmenu.cxx482 void FontSizeMenu::SetCurHeight( long nHeight ) in SetCurHeight() argument
484 mnCurHeight = nHeight; in SetCurHeight()
487 …XubString aHeight = Application::GetSettings().GetUILocaleI18nHelper().GetNum( nHeight, 1, sal_Tru… in SetCurHeight()
494 if ( mpHeightAry[i] == nHeight ) in SetCurHeight()
/trunk/main/vcl/unx/generic/gdi/
H A Dxrender_peer.hxx70 int nXDst, int nYDst, unsigned nWidth, unsigned nHeight ) const;
220 unsigned nWidth, unsigned nHeight ) const in CompositePicture()
224 nSrcX, nSrcY, nMaskX, nMaskY, nDstX, nDstY, nWidth, nHeight ); in CompositePicture()
227 nSrcX, nSrcY, nMaskX, nMaskY, nDstX, nDstY, nWidth, nHeight ); in CompositePicture()
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DDrawingDemo.java373 int nHeight = 2000; in Demo_Group1() local
376 int nPosY2 = aPageSize.Height / 2 - ( nPosY1 + nHeight ); in Demo_Group1()
379 new Size( nWidth, nHeight ), in Demo_Group1()
383 new Size( nWidth, nHeight ), in Demo_Group1()
/trunk/main/vcl/source/control/
H A Dlstbox.cxx139 sal_Int32 nHeight = aBoundingRgn.GetHeight(); in ImplInit() local
140 if( nHeight > mnDDHeight ) in ImplInit()
141 mnDDHeight = static_cast<sal_uInt16>(nHeight); in ImplInit()
660 void ListBox::SetPosSizePixel( long nX, long nY, long nWidth, long nHeight, sal_uInt16 nFlags ) in SetPosSizePixel() argument
665 if ( ( nFlags & WINDOW_POSSIZE_HEIGHT ) && ( nHeight >= 2*mnDDHeight ) ) in SetPosSizePixel()
666 aPrefSz.Height() = nHeight-mnDDHeight; in SetPosSizePixel()
672 nHeight = mnDDHeight; in SetPosSizePixel()
675 Control::SetPosSizePixel( nX, nY, nWidth, nHeight, nFlags ); in SetPosSizePixel()
/trunk/main/vcl/source/window/
H A Ddockmgr.cxx86 long nWidth, long nHeight,
289 long nWidth, long nHeight, in SetPosSizePixel() argument
292 FloatingWindow::SetPosSizePixel( nX, nY, nWidth, nHeight, nFlags ); in SetPosSizePixel()
488 long nWidth, long nHeight, in SetPosSizePixel() argument
493 pWrapper->SetPosSizePixel( nX, nY, nWidth, nHeight, nFlags ); in SetPosSizePixel()
1493 long nWidth, long nHeight, in SetPosSizePixel() argument
1497 mpFloatWin->SetPosSizePixel( nX, nY, nWidth, nHeight, nFlags ); in SetPosSizePixel()
1499 GetWindow()->SetPosSizePixel( nX, nY, nWidth, nHeight, nFlags ); in SetPosSizePixel()

Completed in 155 milliseconds

12345678910>>...24