Home
last modified time | relevance | path

Searched refs:nHeight (Results 26 – 50 of 597) sorted by relevance

12345678910>>...24

/trunk/main/vcl/unx/generic/dtrans/
H A Dbmp.cxx476 sal_uInt32 nHeight = readLE32( pData+8 ); in setBitmapDataPalette() local
514 for( unsigned int y = 0; y < nHeight; y++ ) in setBitmapDataPalette()
579 sal_uInt32 nHeight = readLE32( pData+8 ); in setBitmapDataTCDither() local
590 for( int y = 0; y < (int)nHeight; y++ ) in setBitmapDataTCDither()
608 sal_uInt32 nHeight = readLE32( pData+8 ); in setBitmapDataTC() local
619 for( int y = 0; y < (int)nHeight; y++ ) in setBitmapDataTC()
663 sal_uInt32 nHeight = readLE32( pData+8 ); in setBitmapData() local
672 nWidth, nHeight, m_aInfo.depth ); in setBitmapData()
678 aImage.height = (int)nHeight; in setBitmapData()
717 nWidth, nHeight ); in setBitmapData()
[all …]
/trunk/main/vcl/source/gdi/
H A Dbmpacc.cxx107 const long nHeight = mpBuffer->mnHeight; in ImplCreate() local
111 mpScanBuf = new Scanline[ nHeight ]; in ImplCreate()
120 for( long nY = 0L; nY < nHeight; nY++, pTmpLine += mpBuffer->mnScanlineSize ) in ImplCreate()
125 … for( long nY = nHeight - 1; nY >= 0; nY--, pTmpLine += mpBuffer->mnScanlineSize ) in ImplCreate()
200 const sal_uInt32 nWidth = Width(), nHeight = Height(), nScanSize = GetScanlineSize(); in ImplZeroInitUnusedBits() local
202 if( nWidth && nHeight && nScanSize && GetBuffer() ) in ImplZeroInitUnusedBits()
284 for( sal_uInt32 i = 0; i < nHeight; i++, pLastBytes += nScanSize ) in ImplZeroInitUnusedBits()
300 for( sal_uInt32 i = 0; i < nHeight; i++, pLast4Bytes += nScanSize ) in ImplZeroInitUnusedBits()
567 const long nHeight = Min( mpBuffer->mnHeight, rReadAcc.Height() ); in CopyBuffer() local
568 const sal_uLong nCount = nHeight * mpBuffer->mnScanlineSize; in CopyBuffer()
[all …]
/trunk/main/sc/source/filter/lotus/
H A Dlotimpop.cxx313 sal_uInt16 nRow, nHeight; in RowPresentation() local
322 Read( nHeight ); in RowPresentation()
330 nHeight *= 20; // -> 32 * TWIPS in RowPresentation()
331 nHeight /= 32; // -> TWIPS in RowPresentation()
335 pD->SetRowHeight( static_cast<SCROW> (nRow), static_cast<SCTAB> (nLTab), nHeight ); in RowPresentation()
401 sal_uInt16 nHeight; in _Row() local
411 Read( nHeight ); in _Row()
413 nHeight &= 0x0FFF; in _Row()
414 nHeight *= 22; in _Row()
416 if( nHeight ) in _Row()
[all …]
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx248 h = maGeometry.nHeight; in Init()
512 maGeometry.nHeight = h; in Init()
1103 pHints->max_height = nHeight; in SetMaxClientSize()
1127 pHints->min_height = nHeight; in SetMinClientSize()
1253 && maGeometry.nHeight > 0 in Show()
1258 nHeight_ = maGeometry.nHeight; in Show()
1416 rHeight = maGeometry.nHeight; in GetClientSize()
1532 maGeometry.nHeight >= mpParent->maGeometry.nHeight ) in Center()
1610 nHeight = aPosSize.GetHeight(); in SetPosSize()
2078 maGeometry.nHeight = values.height; in SetPosSize()
[all …]
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx934 maGeometry.nHeight = h; in Init()
1203 nY = ((long)m_pParent->maGeometry.nHeight - (long)maGeometry.nHeight)/2; in Center()
1476 m_aMaxSize = Size( nWidth, nHeight ); in SetMaxClientSize()
1486 m_aMinSize = Size( nWidth, nHeight ); in SetMinClientSize()
1510 … if( (unsigned long)nWidth != maGeometry.nWidth || (unsigned long)nHeight != maGeometry.nHeight ) in SetPosSize()
1513 maGeometry.nHeight = nHeight; in SetPosSize()
1591 rHeight = maGeometry.nHeight; in GetClientSize()
1644 long nHeight = pState->mnHeight; in SetWindowState() local
1660 nHeight = maGeometry.nHeight; in SetWindowState()
1714 pState->mnHeight = maGeometry.nHeight; in GetWindowState()
[all …]
/trunk/main/starmath/source/
H A Dnode.cxx269 long nHeight = (long)aVal; in SetFontSize() local
991 long nHeight, in Arrange() local
1754 nHeight += 2 * (nHeight * nPerc / 100L); in Arrange()
1871 return nHeight; in CalcSymbolHeight()
1876 nHeight += (nHeight * 20L) / 100L; in CalcSymbolHeight()
1878 nHeight += nHeight in CalcSymbolHeight()
1880 nHeight = nHeight * 686L / 845L; in CalcSymbolHeight()
1885 nHeight = nHeight * 845L / 686L; in CalcSymbolHeight()
1887 return nHeight; in CalcSymbolHeight()
2299 SmMathSymbolNode::AdaptToY(rDev, nHeight + nHeight / 10L); in AdaptToY()
[all …]
/trunk/main/sc/source/filter/rtf/
H A Deeimpars.cxx465 long nWidth, nHeight; in GraphicSize() local
466 nWidth = nHeight = 0; in GraphicSize()
481 nHeight += aLogicSize.Height(); in GraphicSize()
482 else if ( nHeight < aLogicSize.Height() ) in GraphicSize()
483 nHeight = aLogicSize.Height(); in GraphicSize()
504 nHeight /= nRowSpan; in GraphicSize()
505 if ( nHeight == 0 ) in GraphicSize()
506 nHeight = 1; // fuer eindeutigen Vergleich in GraphicSize()
510 if ( nHeight > nRowHeight ) in GraphicSize()
513 mpRowHeights->Replace( nR, (void*)nHeight ); in GraphicSize()
[all …]
/trunk/main/oox/inc/oox/helper/
H A Dcontainerhelper.hxx111 …inline explicit Matrix( size_type nWidth, size_type nHeight ) { this->resize( nWidth, nHeight in Matrix() argument
112 …cit Matrix( size_type nWidth, size_type nHeight, const_reference rData ) { this->resize( nWidt… in Matrix() argument
121 …ine void reserve( size_type nWidth, size_type nHeight ) { maData.reserve( nWidth * nHeight in reserve() argument
123 …d resize( size_type nWidth, size_type nHeight ) { mnWidth = nWidth; maData.resize( nWidth … in resize() argument
124 …size( size_type nWidth, size_type nHeight, const_reference rData ) { mnWidth = nWidth; maData.resi… in resize() argument
430 for( size_t nRow = 0, nHeight = rMatrix.height(); nRow < nHeight; ++nRow ) in matrixToSequenceSequence() local
/trunk/main/sw/source/filter/html/
H A Dsvxcss1.cxx413 nHeight( rProp.nHeight ), in SvxCSS1PropertyInfo()
519 nHeight = rProp.nHeight; in Merge()
551 nHeight = rProp.nHeight; in Merge()
957 sal_uInt16 nHeight; in GetFontHeight() local
961 case 0: nHeight = 8*20; break; in GetFontHeight()
962 case 1: nHeight = 10*20; break; in GetFontHeight()
971 return nHeight; in GetFontHeight()
1075 sal_uLong nHeight = 0; in ParseCSS1_font_size() local
1081 nHeight = pExpr->GetULength(); in ParseCSS1_font_size()
1692 sal_uInt16 nHeight = 0; in ParseCSS1_line_height() local
[all …]
H A Dhtmlgrin.cxx325 long nWidth=0, nHeight=0; in InsertImage() local
377 nHeight = pOption->GetNumber(); in InsertImage()
379 if( bPrcHeight && nHeight>100 ) in InsertImage()
380 nHeight = 100; in InsertImage()
572 nHeight = 1; // != 0 in InsertImage()
577 nHeight = aPropInfo.nHeight; in InsertImage()
591 if( !nWidth || !nHeight ) in InsertImage()
606 if( !nWidth && !nHeight ) in InsertImage()
624 else if( nHeight ) in InsertImage()
647 nPrcHeight = (sal_uInt8)nHeight; in InsertImage()
[all …]
/trunk/main/xmloff/source/text/
H A DXMLTextFrameContext.cxx249 sal_Int32 nHeight = 0; in XMLTextFrameContourContext_Impl() local
428 sal_Int32 nHeight; member in XMLTextFrameContext_Impl
540 nWidth, nHeight ); in Create()
553 nWidth, nHeight ); in Create()
563 nWidth, nHeight ); in Create()
574 nWidth, nHeight ); in Create()
583 nWidth, nHeight); in Create()
601 nWidth, nHeight); in Create()
721 if( nHeight > 0 ) in Create()
723 aAny <<= nHeight; in Create()
[all …]
/trunk/main/sc/source/core/data/
H A Dcolumn2.cxx380 if ( nHeight > nCmp ) in GetNeededSize()
381 nHeight = nCmp; in GetNeededSize()
384 aSize = Size( nWidth, nHeight ); in GetNeededSize()
540 aSize = Size( nWidth, nHeight ); in GetNeededSize()
738 nHeight += nHeight / 5; in lcl_GetAttribHeight()
746 nHeight += nHeight / 4; in lcl_GetAttribHeight()
751 nHeight = sal::static_int_cast<sal_uInt16>( nHeight + ScGlobal::nDefFontHeight ); in lcl_GetAttribHeight()
752 nHeight -= 240; in lcl_GetAttribHeight()
758 if (nHeight > STD_ROWHEIGHT_DIFF) in lcl_GetAttribHeight()
759 nHeight -= STD_ROWHEIGHT_DIFF; in lcl_GetAttribHeight()
[all …]
/trunk/main/svx/source/tbxctrls/
H A Dlayctrl.cxx65 long nHeight; member in TableWindow
124 nHeight = 5; in TableWindow()
185 if ( (nWidth <= nNewCol) || (nHeight < nNewLine) ) in UpdateSize_Impl()
194 if ( nHeight <= nNewLine ) in UpdateSize_Impl()
196 nHeight = nNewLine; in UpdateSize_Impl()
203 while ( nHeight > 0 && in UpdateSize_Impl()
204 (short)(aWinPos.Y()+(nMY*nHeight-1+nTextHeight)) >= in UpdateSize_Impl()
206 nHeight--; in UpdateSize_Impl()
211 if ( nNewLine > nHeight ) in UpdateSize_Impl()
212 nNewLine = nHeight; in UpdateSize_Impl()
[all …]
/trunk/main/filter/source/graphicfilter/ipcd/
H A Dipcd.cxx68 sal_uLong nHeight; // Hoehe des PCD-Bildes member in PCDReader
126 nHeight = 128; in ReadPCD()
132 nHeight = 256; in ReadPCD()
138 nHeight = 512; in ReadPCD()
150 nBMPHeight = nHeight; in ReadPCD()
154 nBMPWidth = nHeight; in ReadPCD()
228 nH2=nHeight>>1; in ReadImage()
361 …mpAcc->SetPixel( nHeight - 1 - ny, ( nWidth - 1 - nx ), BitmapColor( (sal_uInt8)nRed, (sal_uInt8)n… in ReadImage()
363 …mpAcc->SetPixel( nx, ( nHeight - 1 - ny ), BitmapColor( (sal_uInt8)nRed, (sal_uInt8)nGreen, (sal_u… in ReadImage()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalbmp.cxx192 long nWidth, long nHeight ) in ImplCreateDIB() argument
196 if( aDrawable && nWidth && nHeight && nDrawableDepth ) in ImplCreateDIB()
214 const SalTwoRect aTwoRect = { 0, 0, nWidth, nHeight, 0, 0, nWidth, nHeight }; in ImplCreateDIB()
221 aSrcBuf.mnHeight = nHeight; in ImplCreateDIB()
353 long nHeight = rTwoRect.mnDestHeight; in ImplCreateXImage() local
360 nWidth, nHeight, 32, 0 ); in ImplCreateXImage()
473 long nX, long nY, long nWidth, long nHeight ) in ImplCreateFromDrawable() argument
477 if( aDrawable && nWidth && nHeight && nDrawableDepth ) in ImplCreateFromDrawable()
478 mpDDB = new ImplSalDDB( aDrawable, nScreen, nDrawableDepth, nX, nY, nWidth, nHeight ); in ImplCreateFromDrawable()
935 nX, nY, nWidth, nHeight, 0, 0, aGC ); in ImplSalDDB()
[all …]
/trunk/main/vcl/inc/
H A Dsalgdi.hxx119 virtual void drawRect( long nX, long nY, long nWidth, long nHeight ) = 0;
152 virtual SalBitmap* getBitmap( long nX, long nY, long nWidth, long nHeight ) = 0;
156 virtual void invert( long nX, long nY, long nWidth, long nHeight, SalInvert nFlags) = 0;
159 …virtual sal_Bool drawEPS( long nX, long nY, long nWidth, long nHeight, void* pPtr, sal_uLong nSiz…
204 …virtual bool drawAlphaRect( long nX, long nY, long nWidth, long nHeight, sal_uInt8 nTransparency …
372 …void DrawRect( long nX, long nY, long nWidth, long nHeight, const OutputDevice …
436 …SalBitmap* GetBitmap( long nX, long nY, long nWidth, long nHeight, const OutputDevice…
440 …void Invert( long nX, long nY, long nWidth, long nHeight, SalInvert nFlags, con…
443 …sal_Bool DrawEPS( long nX, long nY, long nWidth, long nHeight, void* pPtr, sal_…
507 bool DrawAlphaRect( long nX, long nY, long nWidth, long nHeight,
H A Dbrdwin.hxx178 void SetMinOutputSize( long nWidth, long nHeight ) in SetMinOutputSize() argument
179 { mnMinWidth = nWidth; mnMinHeight = nHeight; } in SetMinOutputSize()
180 void SetMaxOutputSize( long nWidth, long nHeight ) in SetMaxOutputSize() argument
181 { mnMaxWidth = nWidth; mnMaxHeight = nHeight; } in SetMaxOutputSize()
253 virtual void Init( OutputDevice* pDev, long nWidth, long nHeight ) = 0;
280 virtual void Init( OutputDevice* pDev, long nWidth, long nHeight );
309 virtual void Init( OutputDevice* pOutDev, long nWidth, long nHeight );
340 virtual void Init( OutputDevice* pDev, long nWidth, long nHeight );
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DTabular.java78 int nHeight = LayoutConstants.FormattedFieldHeight; in insertDetailFields() local
83 nHeight = Math.max(aRect.Height, nHeight); in insertDetailFields()
85 nHeight = Math.max(aSO.getHeight(nHeight), nHeight); in insertDetailFields()
86 xSection.setHeight(nHeight); in insertDetailFields()
/trunk/main/editeng/source/editeng/
H A Deditview.cxx1536 nHeight = OutputDevice::LogicToLogic( nHeight * 10, (MapUnit)eUnit, MAP_POINT ); in ChangeFontSize()
1547 nHeight = *pAry; in ChangeFontSize()
1555 nHeight += (nHeight + 5) / 10; in ChangeFontSize()
1556 if( nHeight > 9999 ) in ChangeFontSize()
1557 nHeight = 9999; in ChangeFontSize()
1564 if( *pAry < nHeight ) in ChangeFontSize()
1581 nHeight -= (nHeight + 5) / 10; in ChangeFontSize()
1582 if( nHeight < 2 ) in ChangeFontSize()
1583 nHeight = 2; in ChangeFontSize()
1587 if( (nHeight >= 2) && (nHeight <= 9999 ) ) in ChangeFontSize()
[all …]
/trunk/main/editeng/source/items/
H A Dtextitem.cxx883 long nTwips = bConvert ? nHeight : MM100_TO_TWIP_UNSIGNED(nHeight); in QueryValue()
924 long nTwips = bConvert ? nHeight : MM100_TO_TWIP_UNSIGNED(nHeight); in QueryValue()
970 sal_uInt32 nRet = nHeight; in lcl_GetRealHeight_Impl()
1058 nHeight = lcl_GetRealHeight_Impl(nHeight, nProp, ePropUnit, bConvert); in PutValue()
1060 nHeight *= nNew; in PutValue()
1061 nHeight /= 100; in PutValue()
1068 nHeight = lcl_GetRealHeight_Impl(nHeight, nProp, ePropUnit, bConvert); in PutValue()
1144 nHeight = (sal_uInt32)Scale( nHeight, nMult, nDiv ); in ScaleMetrics()
1169 nHeight = nNewHeight; in SetHeight()
1182 nHeight = nNewHeight + in SetHeight()
[all …]
/trunk/main/UnoControls/source/controls/
H A Dprogressmonitor.cxx516 sal_Int32 nHeight = 0 ; in getPreferredSize() local
521 nHeight = 6 * FREEBORDER ; in getPreferredSize()
522 nHeight += aTopicSize_Top.Height ; in getPreferredSize()
523 nHeight += aProgressBarSize.Height ; in getPreferredSize()
524 nHeight += aTopicSize_Bottom.Height; in getPreferredSize()
525 nHeight += 2 ; // 1 for black line, 1 for white line = 3D-Line! in getPreferredSize()
526 nHeight += aButtonSize.Height ; in getPreferredSize()
533 if ( nHeight<DEFAULT_HEIGHT ) in getPreferredSize()
535 nHeight = DEFAULT_HEIGHT ; in getPreferredSize()
539 return Size ( nWidth, nHeight ) ; in getPreferredSize()
[all …]
/trunk/main/avmedia/source/win/
H A Dframegrabber.cxx152 long nWidth = 0, nHeight = 0, nSize = 0; in grabFrame() local
162 nHeight = pVih->bmiHeader.biHeight; in grabFrame()
164 if( nHeight < 0 ) in grabFrame()
165 nHeight *= -1; in grabFrame()
182 if( ( nWidth > 0 ) && ( nHeight > 0 ) && in grabFrame()
183 SUCCEEDED( pDet->GetBitmapBits( 0, &nSize, NULL, nWidth, nHeight ) ) && in grabFrame()
190 … if( SUCCEEDED( pDet->GetBitmapBits( fMediaTime, NULL, pBuffer, nWidth, nHeight ) ) ) in grabFrame()
/trunk/main/sc/source/ui/view/
H A Dpreview.cxx415 nHeaderHeight = pPrintFunc->GetHeader().nHeight; in DoPrint()
416 nFooterHeight = pPrintFunc->GetFooter().nHeight; in DoPrint()
1021 long nHeight = (long) lcl_GetDocPageSize(pDocShell->GetDocument(), nTab).Height(); in MouseButtonUp() local
1270 long nHeight = (long) lcl_GetDocPageSize(pDocShell->GetDocument(), nTab).Height(); in MouseMove() local
1288 nBottomMargin = (long)( nHeight * HMM_PER_TWIPS - nBottomMargin - aOffset.Y() ); in MouseMove()
1291 …nHeaderHeight = (long)( nTopMargin + pPrintFunc->GetHeader().nHeight * HMM_PER_TWIPS * mnScale / 1… in MouseMove()
1296 nHeaderHeight = (long)( nTopMargin + pPrintFunc->GetHeader().nHeight * HMM_PER_TWIPS ); in MouseMove()
1297 … nFooterHeight = (long)( nBottomMargin - pPrintFunc->GetFooter().nHeight * HMM_PER_TWIPS ); in MouseMove()
1317 …Point aColumnBottom = LogicToPixel( Point( 0, (long)( nHeight * HMM_PER_TWIPS - aOffset.Y()) ), … in MouseMove()
1533 long nHeight = (long) lcl_GetDocPageSize( pDocShell->GetDocument(), nTab ).Height(); in DrawInvert() local
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8graf2.cxx333 long nWidth, nHeight; member
356 nHeight = nAktHeight * rPic.my / 1000; in WW8PicDesc()
387 sal_uInt32 nHeight = rPD.nHeight; in MakeGrafNotInCntnt() local
390 sal_Int32 nNetHeight = nHeight + rPD.nCT + rPD.nCB; in MakeGrafNotInCntnt()
401 aFlySet.Put( SwFmtFrmSize( ATT_FIX_SIZE, nWidth, nHeight ) ); in MakeGrafNotInCntnt()
421 WW8FlySet aFlySet(*this, pPaM, rPic, rPD.nWidth, rPD.nHeight); in MakeGrafInCntnt()
534 WW8FlySet aFlySet( *this, pPaM, aPic, aPD.nWidth, aPD.nHeight ); in ImportGraf()
590 Rectangle aClientRect( 0,0, aPD.nWidth, aPD.nHeight); in ImportGraf()
621 aPD.nHeight ); in ImportGraf()
640 aPD.nHeight ) ); in ImportGraf()
/trunk/main/sw/source/core/layout/
H A Dtabfrm.cxx1430 Grow( nHeight ); in Join()
3182 if( nHeight > 0 && nDist > ( LONG_MAX - nHeight ) ) in GrowFrm()
3980 long nHeight = 0; in CalcHeightWidthFlys()
4080 return nHeight; in CalcHeightWidthFlys()
4122 SwTwips nHeight = 0; in lcl_CalcMinCellHeight()
4154 nHeight += nFlyAdd; in lcl_CalcMinCellHeight()
4170 return nHeight; in lcl_CalcMinCellHeight()
4189 SwTwips nHeight = 0; in lcl_CalcMinRowHeight() local
4227 nHeight = Max( nHeight, rSz.GetHeight() ); in lcl_CalcMinRowHeight()
4228 return nHeight; in lcl_CalcMinRowHeight()
[all …]

Completed in 239 milliseconds

12345678910>>...24