Home
last modified time | relevance | path

Searched refs:nHeight (Results 226 – 250 of 597) sorted by relevance

12345678910>>...24

/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx420 int nHeight, PM_BYTE nPitchAndFamily ) in ImplOs2FontData() argument
434 SetBitmapSize( 0, nHeight ); in ImplOs2FontData()
754 LONG nHeight; in ImplDoSetFont() local
762 nHeight = i_pFont->mnHeight; in ImplDoSetFont()
763 nHeight *= nXFontRes; in ImplDoSetFont()
764 nHeight += nYFontRes/2; in ImplDoSetFont()
765 nHeight /= nYFontRes; in ImplDoSetFont()
766 aBundle.sizfxCell.cx = MAKEFIXED( nHeight, 0 ); in ImplDoSetFont()
/trunk/main/sfx2/source/sidebar/
H A DDrawHelper.cxx142 const sal_Int32 nHeight, in DrawHorizontalLine() argument
155 for (sal_Int32 nYOffset=0; nYOffset<nHeight; ++nYOffset) in DrawHorizontalLine()
167 nY+nHeight-1), in DrawHorizontalLine()
/trunk/main/svtools/source/control/
H A Dtabbar.cxx1318 long nHeight = aNewSize.Height(); in Resize() local
1322 long nX = mbMirrored ? (aNewSize.Width()-nHeight) : 0; in Resize()
1323 long nXDiff = mbMirrored ? -nHeight : nHeight; in Resize()
1325 Size aBtnSize( nHeight, nHeight ); in Resize()
1330 nButtonWidth += nHeight; in Resize()
1336 nButtonWidth += nHeight; in Resize()
1342 nButtonWidth += nHeight; in Resize()
1348 nButtonWidth += nHeight; in Resize()
/trunk/main/vcl/unx/generic/app/
H A Dwmadaptor.cxx1624 Point aMed( aTL.X() + rGeom.nWidth/2, aTL.Y() + rGeom.nHeight/2 ); in maximizeFrame()
1657 rGeom.nHeight : pFrame->maRestorePosSize.GetHeight() in maximizeFrame()
1665 Rectangle aRestore( Point( rGeom.nX, rGeom.nY ), Size( rGeom.nWidth, rGeom.nHeight ) ); in maximizeFrame()
1705 pFrame->nHeight_ = rGeom.nHeight; in maximizeFrame()
1774 Rectangle( Point( rGeom.nX, rGeom.nY ), Size( rGeom.nWidth, rGeom.nHeight ) ); in maximizeFrame()
1828 Rectangle( Point( rGeom.nX, rGeom.nY ), Size( rGeom.nWidth, rGeom.nHeight ) ); in maximizeFrame()
2036 Size( rGeom.nWidth, rGeom.nHeight ) ); in handlePropertyNotify()
2102 Size( rGeom.nWidth, rGeom.nHeight ) ); in handlePropertyNotify()
2269 pFrame->maGeometry.nHeight = rScreens[i].GetHeight(); in showFullScreen()
2280 pFrame->maGeometry.nHeight = aSize.Height(); in showFullScreen()
/trunk/main/sd/source/ui/tools/
H A DPreviewRenderer.cxx121 const sal_Int32 nHeight (sal::static_int_cast<sal_Int32>( in RenderPage() local
125 Size(nWidth,nHeight), in RenderPage()
377 sal_Int32 nHeight (mpPreviewDevice->PixelToLogic(Size(0,snSubstitutionTextSize)).Height()); in PaintSubstitutionText() local
378 aFont.SetHeight(nHeight); in PaintSubstitutionText()
/trunk/main/starmath/inc/
H A Drect.hxx123 SmRect(long nWidth, long nHeight);
132 void SetHeight(sal_uLong nHeight) { aSize.Height() = nHeight; } in SetHeight() argument
/trunk/main/sc/source/ui/navipi/
H A Dscenwnd.cxx292 long nHeight = aSize.Height() / 2; in SetSizePixel() local
296 aSize.Height() = nHeight; in SetSizePixel()
300 aEdComment.SetPosSizePixel( Point( 0, nHeight+4 ), aSize ); in SetSizePixel()
/trunk/main/sw/source/filter/html/
H A Dhtmldraw.cxx275 long nWidth=0, nHeight=0; in NewMarquee() local
352 nHeight = pOption->GetNumber(); in NewMarquee()
354 nHeight = 0; in NewMarquee()
487 Size aTwipSz( bPrcWidth ? 0 : nWidth, nHeight ); in NewMarquee()
501 aTwipSz.Height() = aPropInfo.nHeight; in NewMarquee()
/trunk/main/sc/source/ui/vba/
H A Dvbahelper.cxx726 sal_Int32 nHeight = 0; in getHeight() local
727 …tPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_CELLHGT ) ) ) >>= nHeight; in getHeight()
728 return Millimeter::getInPoints( nHeight ); in getHeight()
730 void UserFormGeometryHelper::setHeight( double nHeight ) in setHeight() argument
732 …( SC_UNONAME_CELLHGT ) ), uno::makeAny( Millimeter::getInHundredthsOfOneMillimeter( nHeight ) ) ); in setHeight()
/trunk/main/oox/source/xls/
H A Dsheetdatacontext.cxx396 sal_uInt16 nHeight, nFlags1; in importRow() local
398 rStrm >> maCurrPos.mnRow >> aModel.mnXfId >> nHeight >> nFlags1 >> nFlags2 >> nSpanCount; in importRow()
404 aModel.mfHeight = nHeight / 20.0; in importRow()
709 sal_uInt16 nRow, nFirstUsedCol, nFirstFreeCol, nHeight; in importRow() local
710 rStrm >> nRow >> nFirstUsedCol >> nFirstFreeCol >> nHeight; in importRow()
739 aModel.mfHeight = (nHeight & BIFF_ROW_HEIGHTMASK) / 20.0; in importRow()
/trunk/main/toolkit/source/awt/
H A Dvclxdevice.cxx120 …ar::awt::XDevice > VCLXDevice::createDevice( sal_Int32 nWidth, sal_Int32 nHeight ) throw(::com::su… in createDevice() argument
129 pVclVDev->SetOutputSizePixel( Size( nWidth, nHeight ) ); in createDevice()
220 …e::createBitmap( sal_Int32 nX, sal_Int32 nY, sal_Int32 nWidth, sal_Int32 nHeight ) throw(::com::su… in createBitmap() argument
227 Bitmap aBmp = mpOutputDevice->GetBitmap( Point( nX, nY ), Size( nWidth, nHeight ) ); in createBitmap()
/trunk/main/vcl/source/window/
H A Dtabdlg.cxx75 long nHeight = pChild->GetSizePixel().Height(); in ImplPosControls() local
76 if ( nHeight > nOffY ) in ImplPosControls()
77 nOffY = nHeight; in ImplPosControls()
H A Ddockwin.cxx979 long nWidth, long nHeight, in SetPosSizePixel() argument
986 pWrapper->mpFloatWin->SetPosSizePixel( nX, nY, nWidth, nHeight, nFlags ); in SetPosSizePixel()
988 Window::SetPosSizePixel( nX, nY, nWidth, nHeight, nFlags ); in SetPosSizePixel()
993 mpFloatWin->SetPosSizePixel( nX, nY, nWidth, nHeight, nFlags ); in SetPosSizePixel()
995 Window::SetPosSizePixel( nX, nY, nWidth, nHeight, nFlags ); in SetPosSizePixel()
/trunk/main/basctl/source/dlged/
H A Ddlgedobj.cxx450 sal_Int32 nX = 0, nY = 0, nWidth = 0, nHeight = 0; in PositionAndSizeChange() local
454 xPSet->getPropertyValue( DLGED_PROP_HEIGHT ) >>= nHeight; in PositionAndSizeChange()
469 if ( nNewValue + nHeight > nPageY + nPageHeight ) in PositionAndSizeChange()
470 nNewValue = nPageY + nPageHeight - nHeight; in PositionAndSizeChange()
1545 sal_Int32 nX = 0, nY = 0, nWidth = 0, nHeight = 0; in PositionAndSizeChange() local
1549 xPSet->getPropertyValue( DLGED_PROP_HEIGHT ) >>= nHeight; in PositionAndSizeChange()
1568 if ( nY + nHeight > nPageY + nPageHeight ) in PositionAndSizeChange()
1570 nNewY = nPageY + nPageHeight - nHeight; in PositionAndSizeChange()
/trunk/main/svx/source/svdraw/
H A Dsvdhdl.cxx1086 sal_Int32 nHeight = aMarkerSize.Height(); in CreateColorDropper() local
1089 pWrite->DrawLine(Point(0, 0), Point(0, nHeight - 1)); in CreateColorDropper()
1092 pWrite->DrawLine(Point(1, nHeight - 1), Point(nWidth - 1, nHeight - 1)); in CreateColorDropper()
1093 pWrite->DrawLine(Point(nWidth - 1, 1), Point(nWidth - 1, nHeight - 2)); in CreateColorDropper()
1101 pWrite->DrawLine(Point(1, 1), Point(1, nHeight - 2)); in CreateColorDropper()
1110 pWrite->DrawLine(Point(2, nHeight - 2), Point(nWidth - 2, nHeight - 2)); in CreateColorDropper()
1111 pWrite->DrawLine(Point(nWidth - 2, 2), Point(nWidth - 2, nHeight - 3)); in CreateColorDropper()
/trunk/main/svx/source/table/
H A Dcellcursor.cxx425 sal_Int32 nHeight = 0; in split_row() local
426 xRefRow->getPropertyValue( sHeight ) >>= nHeight; in split_row()
427 const sal_Int32 nNewHeight = nHeight / (nNewRows + 1); in split_row()
430 xRefRow->setPropertyValue( sHeight, Any( nHeight - (nNewHeight * nNewRows) ) ); in split_row()
/trunk/main/svtools/source/toolpanel/
H A Dtoolpaneldrawer.cxx143 const int nHeight( aImage.GetSizePixel().Height() ); in impl_paintExpansionIndicator() local
144 if ( nHeight > 0 ) in impl_paintExpansionIndicator()
148 i_rTextBox.Top() + ( GetTextHeight() - nHeight ) / 2 in impl_paintExpansionIndicator()
/trunk/main/UnoControls/source/controls/
H A Dprogressbar.cxx310 …ar::setPosSize ( sal_Int32 nX, sal_Int32 nY, sal_Int32 nWidth, sal_Int32 nHeight, sal_Int16 nFlags… in setPosSize() argument
315 BaseControl::setPosSize (nX, nY, nWidth, nHeight, nFlags) ; in setPosSize()
320 ( nHeight != aBasePosSize.Height ) in setPosSize()
/trunk/main/vcl/source/control/
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()
H A Dtabctrl.cxx350 Rectangle TabControl::ImplGetTabRect( sal_uInt16 nItemPos, long nWidth, long nHeight ) in ImplGetTabRect() argument
355 if ( nHeight < 0 ) in ImplGetTabRect()
356 nHeight = aWinSize.Height(); in ImplGetTabRect()
361 long nH = nHeight-TAB_OFFSET*2; in ImplGetTabRect()
375 Rectangle aRect = ImplGetTabRect( nLastPos, nWidth, nHeight ); in ImplGetTabRect()
377 long nH = nHeight-aRect.Bottom()-TAB_OFFSET*2; in ImplGetTabRect()
386 if ( (nWidth <= 0) || (nHeight <= 0) ) in ImplGetTabRect()
389 if ( mbFormat || (mnLastWidth != nWidth) || (mnLastHeight != nHeight) ) in ImplGetTabRect()
543 mnLastHeight = nHeight; in ImplGetTabRect()
/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx1533 long nHeight = ImplLogicHeightToDevicePixel( rSize.Height() ); in GetBitmap() local
1537 …if ( nWidth > 0 && nHeight > 0 && nX <= (mnOutWidth + mnOutOffX) && nY <= (mnOutHeight + mnOutOff… in GetBitmap()
1539 Rectangle aRect( Point( nX, nY ), Size( nWidth, nHeight ) ); in GetBitmap()
1553 nHeight -= ( mnOutOffY - nY ); in GetBitmap()
1566 if ( (nHeight + nY) > (mnOutHeight + mnOutOffY) ) in GetBitmap()
1568 nHeight = mnOutOffY + mnOutHeight - nY; in GetBitmap()
1589 aPosAry.mnSrcHeight = nHeight; in GetBitmap()
1593 aPosAry.mnDestHeight = nHeight; in GetBitmap()
1595 if ( (nWidth > 0) && (nHeight > 0) ) in GetBitmap()
1615 SalBitmap* pSalBmp = mpGraphics->GetBitmap( nX, nY, nWidth, nHeight, this ); in GetBitmap()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/svx/inc/svx/
H A Dframelink.hxx219 SVX_DLLPUBLIC double GetHorDiagAngle( long nWidth, long nHeight );
255 inline double GetVerDiagAngle( long nWidth, long nHeight ) in GetVerDiagAngle() argument
256 { return GetHorDiagAngle( nHeight, nWidth ); } in GetVerDiagAngle()

Completed in 190 milliseconds

12345678910>>...24