Home
last modified time | relevance | path

Searched refs:nHeight (Results 126 – 150 of 597) sorted by relevance

12345678910>>...24

/trunk/main/vcl/inc/aqua/
H A Dsalgdi.h234 virtual void drawRect( long nX, long nY, long nWidth, long nHeight );
267 virtual SalBitmap* getBitmap( long nX, long nY, long nWidth, long nHeight );
271 virtual void invert( long nX, long nY, long nWidth, long nHeight, SalInvert nFlags);
274 …virtual sal_Bool drawEPS( long nX, long nY, long nWidth, long nHeight, void* pPtr, sal_uLong nSiz…
287 long nHeight, sal_uInt8 nTransparency );
425 void SetTarget( int nWidth, int nHeight, int nBitmapDepth, CGContextRef, CGLayerRef );
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DFrameDsc.java52 public FrameDsc( int nHeight, int nWidth ) { in FrameDsc() argument
53 height = nHeight; in FrameDsc()
58 public FrameDsc( String FrameName, int nHeight, int nWidth ) { in FrameDsc() argument
60 height = nHeight; in FrameDsc()
/trunk/main/sw/source/ui/docvw/
H A DSidebarWin.cxx239 long nHeight, in SetPosSizePixelRect() argument
243 mPosSize = Rectangle(Point(nX,nY),Size(nWidth,nHeight)); in SetPosSizePixelRect()
451 sal_Int32 nHeight = aFont.GetHeight(); in Rescale() local
452 nHeight = nHeight * aMode.GetScaleY().GetNumerator() / aMode.GetScaleY().GetDenominator(); in Rescale()
453 aFont.SetHeight( nHeight ); in Rescale()
459 sal_Int32 nHeight = aFont.GetHeight(); in Rescale() local
460 nHeight = nHeight * aMode.GetScaleY().GetNumerator() / aMode.GetScaleY().GetDenominator(); in Rescale()
461 aFont.SetHeight( nHeight ); in Rescale()
/trunk/main/sdext/source/minimizer/
H A Dinformationdialog.hxx82 sal_Int32 nHeight,
91 sal_Int32 nHeight,
100 sal_Int32 nHeight,
107 sal_Int32 nHeight,
/trunk/main/vcl/unx/headless/
H A Dsvpframe.hxx82 virtual void SetMinClientSize( long nWidth, long nHeight );
83 virtual void SetMaxClientSize( long nWidth, long nHeight );
84 virtual void SetPosSize( long nX, long nY, long nWidth, long nHeight, sal_uInt16 nFlags );
116 virtual void UnionClipRegion( long nX, long nY, long nWidth, long nHeight );
/trunk/main/sw/source/core/text/
H A Dtxtfly.cxx344 const long nHeight = GetCurr()->GetRealHeight(); in ChkFlyUnderflow() local
384 rInf.SetLineHeight( KSHORT(nHeight) ); in ChkFlyUnderflow()
411 rInf.SetLineHeight( KSHORT(nHeight) ); in ChkFlyUnderflow()
447 long nHeight; in CalcFlyWidth() local
454 nHeight = rInf.GetLineNettoHeight(); in CalcFlyWidth()
455 nTop += rInf.GetLineHeight() - nHeight; in CalcFlyWidth()
460 nHeight = pLast->Height(); in CalcFlyWidth()
466 if ( pCurr->GetRealHeight() > nHeight ) in CalcFlyWidth()
467 nTop += pCurr->GetRealHeight() - nHeight; in CalcFlyWidth()
470 nHeight = pCurr->GetRealHeight(); in CalcFlyWidth()
[all …]
/trunk/main/canvas/source/directx/
H A Ddx_surfacebitmap.cxx544 sal_uInt32 nHeight = rect.Y2-rect.Y1; in getData() local
546 uno::Sequence< sal_Int8 > aRes(nWidth*nHeight*4); in getData()
561 for(sal_uInt32 y=0; y<nHeight; ++y) in getData()
577 for(sal_uInt32 y=0; y<nHeight; ++y) in getData()
628 sal_uInt32 nHeight = rect.Y2-rect.Y1; in setData() local
643 for(sal_uInt32 y=0; y<nHeight; ++y) in setData()
660 for(sal_uInt32 y=0; y<nHeight; ++y) in setData()
/trunk/main/vcl/unx/generic/gdi/
H A Dgcach_xpeer.cxx338 const int nHeight = rGM.GetSize().Height(); in RemovingGlyph() local
349 mnBytesUsed -= nHeight * ((nWidth + 7) >> 3); in RemovingGlyph()
364 mnBytesUsed -= nHeight * ((nWidth + 7) >> 3); in RemovingGlyph()
389 mnBytesUsed -= nHeight * ((nWidth + 3) & ~3); in RemovingGlyph()
431 int nHeight = rServerFont.GetFontSelData().mnHeight; in GetGlyphSet() local
432 if( nHeight<250 && rServerFont.GetAntialiasAdvice() ) in GetGlyphSet()
/trunk/main/avmedia/source/java/
H A DPlayerWindow.java144 int nX = 0, nY = 0, nWidth = 0, nHeight = 0; in LayoutComponents() local
178 nHeight = nVideoH; in LayoutComponents()
189 nHeight = aPrefDim.height; in LayoutComponents()
208 nHeight = nVideoH; in LayoutComponents()
211 nX = nY = nWidth = nHeight = 0; in LayoutComponents()
214 aVisualComponent.setBounds( nX, nY, nWidth, nHeight ); in LayoutComponents()
/trunk/main/sw/source/ui/config/
H A Dfontcfg.cxx314 void SwStdFontConfig::ChangeInt( sal_uInt16 nFontType, sal_Int32 nHeight ) in ChangeInt() argument
317 if( nFontType < DEF_FONT_COUNT && nDefaultFontHeight[nFontType] != nHeight) in ChangeInt()
328 const bool bIsDefaultHeight = nHeight == nDefaultHeight; in ChangeInt()
334 else if( !bIsDefaultHeight && nHeight != nDefaultFontHeight[nFontType] ) in ChangeInt()
337 nDefaultFontHeight[nFontType] = nHeight; in ChangeInt()
H A Duinums.cxx462 short nHeight; in _SwNumFmtGlobal() local
467 rStream >> nFamily >> nCharSet >> nWidth >> nHeight >> nPitch; in _SwNumFmtGlobal()
471 Font aFont( nFamily, Size( nWidth, nHeight ) ); in _SwNumFmtGlobal()
556 short nWidth = 0, nHeight = 0; in Store() local
565 nHeight = (short)pFnt->GetSize().Height(); in Store()
585 << nHeight in Store()
/trunk/main/vcl/inc/unx/gtk/
H A Dgtkframe.hxx258 void resizeWindow( long nWidth, long nHeight );
317 virtual void SetMinClientSize( long nWidth, long nHeight );
318 virtual void SetMaxClientSize( long nWidth, long nHeight );
319 …virtual void SetPosSize( long nX, long nY, long nWidth, long nHeight, sal_uInt16 nF…
387 virtual void UnionClipRegion( long nX, long nY, long nWidth, long nHeight );
/trunk/main/vcl/source/gdi/
H A Dvirdev.cxx259 long nHeight; in ImplSetOutputSizePixel() local
265 nHeight = mnOutHeight; in ImplSetOutputSizePixel()
267 nHeight = nNewHeight; in ImplSetOutputSizePixel()
271 aPosAry.mnSrcHeight = nHeight; in ImplSetOutputSizePixel()
275 aPosAry.mnDestHeight = nHeight; in ImplSetOutputSizePixel()
/trunk/main/sc/inc/
H A Dattrib.hxx363 explicit ScPageScaleToItem( sal_uInt16 nWidth, sal_uInt16 nHeight );
376 inline void SetHeight( sal_uInt16 nHeight ) { mnHeight = nHeight; } in SetHeight() argument
377 inline void Set( sal_uInt16 nWidth, sal_uInt16 nHeight ) in Set() argument
378 { mnWidth = nWidth; mnHeight = nHeight; } in Set()
/trunk/main/cui/source/tabpages/
H A Dtransfrm.cxx941 double nHeight = static_cast<double>(maMtrHeight.GetValue( meDlgUnit )); in FillItemSet() local
942nHeight = MetricField::ConvertDoubleValue( nHeight, maMtrHeight.GetBaseValue(), maMtrHeight.GetDec… in FillItemSet()
943 long lHeight = long(nHeight * (double)aUIScale); in FillItemSet()
1630 sal_Int64 nHeight(basegfx::fround64((mfOldHeight * (double)maMtrWidth.GetValue()) / mfOldWidth)); in IMPL_LINK() local
1632 if(nHeight <= maMtrHeight.GetMax(FUNIT_NONE)) in IMPL_LINK()
1634 maMtrHeight.SetUserValue(nHeight, FUNIT_NONE); in IMPL_LINK()
1638 nHeight = maMtrHeight.GetMax(FUNIT_NONE); in IMPL_LINK()
1639 maMtrHeight.SetUserValue(nHeight); in IMPL_LINK()
1641 const sal_Int64 nWidth(basegfx::fround64((mfOldWidth * (double)nHeight) / mfOldHeight)); in IMPL_LINK()
1666 const sal_Int64 nHeight(basegfx::fround64((mfOldHeight * (double)nWidth) / mfOldWidth)); in IMPL_LINK() local
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdetc.cxx544 const sal_uInt32 nHeight = aSize.Height(); in GetDraftFillColor() local
547 if(pAccess && nWidth > 0 && nHeight > 0) in GetDraftFillColor()
554 const sal_uInt32 nYStep((nHeight > nMaxSteps) ? nHeight / nMaxSteps : 1L); in GetDraftFillColor()
557 for(sal_uInt32 nY(0L); nY < nHeight; nY += nYStep) in GetDraftFillColor()
962 sal_uIntPtr nHeight( rArea.GetSize().Height() ); in impCalcBackgroundColor() local
965 sal_uIntPtr nHeight14 = nHeight / 4; in impCalcBackgroundColor()
967 sal_uIntPtr nHeight34 = ( 3 * nHeight ) / 4; in impCalcBackgroundColor()
/trunk/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx714 sal_uInt16 nRowBytes, nBndX, nBndY, nWidth, nHeight, nVersion, nPackType, nPixelType, in ReadPixMapEtc() local
731 *pPict >> nRowBytes >> nBndY >> nBndX >> nHeight >> nWidth; in ReadPixMapEtc()
732 nHeight = nHeight - nBndY; in ReadPixMapEtc()
749 aBitmap = Bitmap( Size( nWidth, nHeight ), nDstBitCount ); in ReadPixMapEtc()
782 aBitmap = Bitmap( Size( nWidth, nHeight ), 1 ); in ReadPixMapEtc()
841 for ( ny = 0; ny < nHeight; ny++ ) in ReadPixMapEtc()
908 for ( ny = 0; ny < nHeight; ny++ ) in ReadPixMapEtc()
987 for ( ny = 0; ny < nHeight; ny++ ) in ReadPixMapEtc()
1002 for ( ny = 0; ny < nHeight; ny++ ) in ReadPixMapEtc()
1017 for ( ny = 0; ny < nHeight; ny++ ) in ReadPixMapEtc()
/trunk/main/sw/source/core/layout/
H A Dhffrm.cxx158 SwTwips nHeight; in FormatPrt() local
161 nHeight = lcl_CalcContentHeight(*this); in FormatPrt()
163 nHeight = nMinHeight; in FormatPrt()
165 if (nHeight < nMinHeight) in FormatPrt()
166 nHeight = nMinHeight; in FormatPrt()
183 nOverlap += nHeight - nMinHeight; in FormatPrt()
/trunk/main/svtools/source/contnr/
H A Dsvimpicn.cxx471 long nHeight = rRect.GetHeight(); in DrawText() local
587 if ( aTextSize.Height() <= nHeight ) in DrawText()
604 aPos.Y() += nHeight-aTextSize.Height(); in DrawText()
1942 long nHeight = aOutputSize.Height(); in CheckVerScrollBar() local
1948 if( nBottom > nHeight ) in CheckVerScrollBar()
2454 long nHeight = 0; in CalcBoundingHeight() local
2461 nHeight += nStringHeight; in CalcBoundingHeight()
2466 nHeight = Max( nHeight, nStringHeight ); in CalcBoundingHeight()
2470 nHeight = nStringHeight; in CalcBoundingHeight()
2473 if( nHeight > nMaxBoundHeight ) in CalcBoundingHeight()
[all …]
/trunk/main/svx/inc/svx/
H A Dframelinkarray.hxx85 explicit ArrayImpl( size_t nWidth, size_t nHeight, bool bDiagDblClip );
159 explicit Array( size_t nWidth, size_t nHeight );
167 void Initialize( size_t nWidth, size_t nHeight );
403 void SetRowHeight( size_t nRow, long nHeight );
409 void SetAllRowHeights( long nHeight );
/trunk/main/vcl/inc/os2/
H A Dsalgdi.h164 virtual void drawRect( long nX, long nY, long nWidth, long nHeight );
197 virtual SalBitmap* getBitmap( long nX, long nY, long nWidth, long nHeight );
201 virtual void invert( long nX, long nY, long nWidth, long nHeight, SalInvert nFlags);
204 … virtual sal_Bool drawEPS( long nX, long nY, long nWidth, long nHeight, void* pPtr, ULONG nSize );
230 …virtual bool drawAlphaRect( long nX, long nY, long nWidth, long nHeight, sal_uInt8 nTransparency …
/trunk/main/extensions/source/scanner/
H A Dtwain.cxx363 long nHeight = aInfo.ImageLength; in ImplXfer() local
370 nHeight = aInfo.ImageLength; in ImplXfer()
375 nWidth = nHeight = nXRes = nYRes = -1L; in ImplXfer()
405 if ( ( nXRes != -1 ) && ( nYRes != - 1 ) && ( nWidth != - 1 ) && ( nHeight != - 1 ) ) in ImplXfer()
409 aBitmap.SetPrefSize( Size( nWidth, nHeight ) ); in ImplXfer()
/trunk/main/sd/source/ui/dlg/
H A Dcopydlg.cxx189 long nHeight = 0L; in IMPL_LINK() local
191 nHeight = ( ( ( const SfxInt32Item* ) pPoolItem )->GetValue() ); in IMPL_LINK()
192 SetMetricValue( maMtrFldHeight, Fraction(nHeight) / maUIScale, SFX_MAPUNIT_100TH_MM); in IMPL_LINK()
247 long nHeight = Fraction( GetCoreValue( maMtrFldHeight, SFX_MAPUNIT_100TH_MM) ) * maUIScale; in GetAttr() local
255 rOutAttrs.Put( SfxInt32Item( ATTR_COPY_HEIGHT, nHeight ) ); in GetAttr()
/trunk/main/sfx2/source/sidebar/
H A DSidebarPanelBase.cxx241 const sal_Int32 nHeight (mpControl->GetSizePixel().Height()); in getHeightForWidth() local
242 return ui::LayoutSize(nHeight,nHeight,nHeight); in getHeightForWidth()
/trunk/main/vcl/inc/
H A Dsalframe.hxx178 virtual void SetMinClientSize( long nWidth, long nHeight ) = 0;
179 virtual void SetMaxClientSize( long nWidth, long nHeight ) = 0;
180 … virtual void SetPosSize( long nX, long nY, long nWidth, long nHeight, sal_uInt16 nFlags ) = 0;
265 virtual void UnionClipRegion( long nX, long nY, long nWidth, long nHeight ) = 0;

Completed in 134 milliseconds

12345678910>>...24