Home
last modified time | relevance | path

Searched refs:nHeight (Results 151 – 175 of 597) sorted by relevance

12345678910>>...24

/aoo41x/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()
/aoo41x/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 …]
/aoo41x/main/avmedia/source/gstreamer/
H A Dgstframegrabber.cxx214 const int nHeight = gdk_pixbuf_get_height( mpLastPixbuf ); in grabFrame() local
218 if( pBuffer && ( nWidth > 0 ) && ( nHeight > 0 ) ) in grabFrame()
220 Bitmap aFrame( Size( nWidth, nHeight), 24 ); in grabFrame()
235 for( int nRow = 0; nRow < nHeight; ++nRow ) in grabFrame()
/aoo41x/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()
/aoo41x/main/sd/source/ui/sidebar/
H A DMasterPagesSelector.cxx128 sal_Int32 MasterPagesSelector::GetPreferredWidth (sal_Int32 nHeight) in GetPreferredWidth() argument
132 return PreviewValueSet::GetPreferredWidth (nHeight); in GetPreferredWidth()
845 const sal_Int32 nHeight (GetPreferredHeight(nWidth)); in GetHeightForWidth() local
846 return css::ui::LayoutSize(nHeight,nHeight,nHeight); in GetHeightForWidth()
/aoo41x/main/vcl/inc/win/
H A Dsalgdi.h192 virtual void drawRect( long nX, long nY, long nWidth, long nHeight );
225 virtual SalBitmap* getBitmap( long nX, long nY, long nWidth, long nHeight );
229 virtual void invert( long nX, long nY, long nWidth, long nHeight, SalInvert nFlags);
232 …virtual sal_Bool drawEPS( long nX, long nY, long nWidth, long nHeight, void* pPtr, sal_uIntPtr nS…
256 …virtual bool drawAlphaRect( long nX, long nY, long nWidth, long nHeight, sal_uInt8 nTransparency …
/aoo41x/main/avmedia/source/xine/
H A Dwindow.cxx188 int nX = 0, nY = 0, nWidth = 0, nHeight = 0; in implLayoutVideoWindow() local
222 nHeight = nVideoH; in implLayoutVideoWindow()
233 nHeight = aPrefSize.Height; in implLayoutVideoWindow()
252 nHeight = nVideoH; in implLayoutVideoWindow()
255 nX = nY = nWidth = nHeight = 0; in implLayoutVideoWindow()
/aoo41x/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 …]
/aoo41x/main/avmedia/source/win/
H A Dwindow.cxx232 int nX = 0, nY = 0, nWidth = 0, nHeight = 0; in ImplLayoutVideoWindow() local
266 nHeight = nVideoH; in ImplLayoutVideoWindow()
277 nHeight = aPrefSize.Height; in ImplLayoutVideoWindow()
296 nHeight = nVideoH; in ImplLayoutVideoWindow()
299 nX = nY = nWidth = nHeight = 0; in ImplLayoutVideoWindow()
305 pVideoWindow->SetWindowPosition( nX, nY, nWidth, nHeight ); in ImplLayoutVideoWindow()
/aoo41x/main/writerfilter/source/dmapper/
H A DTablePropertiesHandler.cxx126 sal_Int16 nHeight = static_cast<sal_Int16>( nIntValue ); in sprm() local
127 if( nHeight < 0 ) in sprm()
130 nHeight *= -1; in sprm()
133 …ropMap->Insert( PROP_HEIGHT, false, uno::makeAny(ConversionHelper::convertTwipToMM100( nHeight ))); in sprm()
/aoo41x/main/svtools/source/filter/jpeg/
H A Djpeg.h38 unsigned long nHeight; member
55 long WriteJPEG( void* pJPEGWriter, void* pOStm, long nWidth, long nHeight, long bGreyScale,
64 void SetJpegPreviewSizeHint( int nWidth, int nHeight );
/aoo41x/main/vcl/inc/unx/
H A Dsalgdi.h279 virtual void drawRect( long nX, long nY, long nWidth, long nHeight );
328 virtual SalBitmap* getBitmap( long nX, long nY, long nWidth, long nHeight );
330 virtual void invert( long nX, long nY, long nWidth, long nHeight, SalInvert nFlags );
333 …virtual sal_Bool drawEPS( long nX, long nY, long nWidth, long nHeight, void* pPtr, sal_uIntPtr n…
346 long nHeight, sal_uInt8 nTransparency );
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 );
/aoo41x/main/editeng/source/editeng/
H A Deditdoc2.cxx195 nHeight = 0; in ParaPortion()
389 long nHeight = 0; in GetYOffset() local
394 return nHeight; in GetYOffset()
395 nHeight += pTmpPortion->GetHeight(); in GetYOffset()
398 return nHeight; in GetYOffset()
/aoo41x/main/sw/source/ui/inc/
H A Dshdwcrsr.hxx41 void DrawTri( const Point& rPt, long nHeight, sal_Bool bLeft );
42 void DrawCrsr( const Point& rPt, long nHeight, sal_uInt16 nMode );
49 void SetPos( const Point& rPt, long nHeight, sal_uInt16 nMode );
/aoo41x/main/sw/source/core/text/
H A Ditrcrsr.cxx1489 KSHORT nHeight = pPor->Height(); in GetCrsrOfst() local
1490 if ( !nHeight || nHeight > nWidth ) in GetCrsrOfst()
1491 nHeight = nWidth; in GetCrsrOfst()
1492 if( nChgNode && nWidth - nHeight/2 > nX ) in GetCrsrOfst()
1509 KSHORT nHeight = 0; in GetCrsrOfst() local
1512 nHeight = pPor->Height(); in GetCrsrOfst()
1513 if ( !nHeight || nHeight > nWidth ) in GetCrsrOfst()
1514 nHeight = nWidth; in GetCrsrOfst()
1517 if( nWidth - nHeight/2 <= nX && in GetCrsrOfst()
H A Dtxtfrm.cxx146 const long nHeight = rRect.Height(); in SwitchHorizontalToVertical() local
161 rRect.Width( nHeight ); in SwitchHorizontalToVertical()
217 const long nHeight = rRect.Width(); in SwitchVerticalToHorizontal() local
223 rRect.Height( nHeight ); in SwitchVerticalToHorizontal()
1996 SwTwips nHeight = bVert ? Prt().SSize().Width() : Prt().SSize().Height(); in WouldFit() local
1997 if( rMaxHeight < nHeight ) in WouldFit()
2001 rMaxHeight -= nHeight; in WouldFit()
2102 KSHORT nHeight = pLineLayout->GetRealHeight(); in GetParHeight() local
2104 nHeight *= 2; // bisherige Hoehe mind. eine Zeilenhoehe zu gering in GetParHeight()
2109 nHeight = nHeight + pLineLayout->GetRealHeight(); in GetParHeight()
[all …]
/aoo41x/main/svx/source/table/
H A Dtablelayouter.cxx165 void TableLayouter::setRowHeight( sal_Int32 nRow, sal_Int32 nHeight ) in setRowHeight() argument
169 maRows[nRow].mnSize = nHeight; in setRowHeight()
1170 sal_Int32 nHeight = nAllHeight / nRows; in DistributeRows() local
1172 if( nHeight < nMinHeight ) in DistributeRows()
1176 nHeight = nMinHeight; in DistributeRows()
1184 nHeight = nAllHeight; // last row get round errors in DistributeRows()
1187 xRowSet->setPropertyValue( msSize, Any( nHeight ) ); in DistributeRows()
1189 nAllHeight -= nHeight; in DistributeRows()
/aoo41x/main/svtools/source/misc/
H A Dembedhlp.cxx778 long nHeight = rRect.GetHeight() - pOut->GetTextHeight(); in DrawPaintReplacement() local
780 if( nHeight > 0 ) in DrawPaintReplacement()
782 aPt.Y() = nHeight; in DrawPaintReplacement()
786 if( nHeight * 10 / nWidth in DrawPaintReplacement()
793 aP.Y() += (nHeight - nH) / 2; in DrawPaintReplacement()
794 nHeight = nH; in DrawPaintReplacement()
800 long nW = nHeight * aBmpSize.Width() / aBmpSize.Height(); in DrawPaintReplacement()
806 pOut->DrawBitmap( aP, Size( nWidth, nHeight ), aBmp ); in DrawPaintReplacement()
/aoo41x/main/editeng/source/uno/
H A Dunofored.cxx390 sal_uLong nHeight; in GetParaBounds() local
400 nHeight = rEditEngine.GetTextHeight(); in GetParaBounds()
403 return Rectangle( nTextWidth - aPnt.Y() - nWidth, 0, nTextWidth - aPnt.Y(), nHeight ); in GetParaBounds()
408 nHeight = rEditEngine.GetTextHeight( nPara ); in GetParaBounds()
410 return Rectangle( 0, aPnt.Y(), nWidth, aPnt.Y() + nHeight ); in GetParaBounds()
/aoo41x/main/basegfx/inc/basegfx/raster/
H A Dbpixelraster.hxx60 BPixelRaster(sal_uInt32 nWidth, sal_uInt32 nHeight) in BPixelRaster() argument
62 mnHeight(nHeight), in BPixelRaster()
63 mnCount(nWidth * nHeight), in BPixelRaster()
/aoo41x/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx1005 fWidthHeightRatio = nHeight ? double(nWidth) / double(nHeight) : 1.0; in Reset()
1842 aVal.nHeight = nHeight; in IMPL_LINK()
1864 nHeight = aVal.nHeight; in IMPL_LINK()
1878 nTmp = Min(nHeight * nMaxWidth / Max(nWidth, 1L), nMaxWidth); in IMPL_LINK()
2115 nHeight = SwTwips((double)nWidth / fWidthHeightRatio); in IMPL_LINK()
2120 nWidth = SwTwips((double)nHeight * fWidthHeightRatio); in IMPL_LINK()
2124 fWidthHeightRatio = nHeight ? double(nWidth) / double(nHeight) : 1.0; in IMPL_LINK()
2221 sal_Int64 nHeight = aHeightED.NormalizePercent(rSize.GetHeight()); in Init() local
2235 if (nHeight != aHeightED.GetValue(FUNIT_TWIP)) in Init()
2241 aHeightED.SetUserValue(nHeight, FUNIT_TWIP); in Init()
[all …]
/aoo41x/main/sw/source/filter/inc/
H A Dwrtswtbl.hxx58 long nHeight; // fixe/Mindest-Hoehe der Zeile member in SwWriteTableCell
75 : pBox( pB ), pBackground( pBGround ), nHeight( nHght ), nWidthOpt( 0 ), in SwWriteTableCell()
88 long GetHeight() const { return nHeight; } in GetHeight()
138 long nHeight,
/aoo41x/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()

Completed in 191 milliseconds

12345678910>>...24