Home
last modified time | relevance | path

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

12345678910>>...24

/aoo41x/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx299 Size* CalcSize( sal_Int32 nWidth, sal_Int32 nHeight, const Size& aBoundSize, Size& aOutSize ) in CalcSize() argument
301 if( (nWidth == 0) && (nHeight == 0) ) in CalcSize()
304 if( (nWidth == 0) && (nHeight != 0) && (aBoundSize.Height() != 0) ) in CalcSize()
306 nWidth = ( nHeight * aBoundSize.Width() ) / aBoundSize.Height(); in CalcSize()
308 else if( (nWidth != 0) && (nHeight == 0) && (aBoundSize.Width() != 0) ) in CalcSize()
310 nHeight = ( nWidth * aBoundSize.Height() ) / aBoundSize.Width(); in CalcSize()
314 aOutSize.Height() = nHeight; in CalcSize()
/aoo41x/main/starmath/inc/
H A Drect.hxx123 SmRect(long nWidth, long nHeight);
132 void SetHeight(sal_uLong nHeight) { aSize.Height() = nHeight; } in SetHeight() argument
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/oox/source/xls/
H A Dsheetdatacontext.cxx364 sal_uInt16 nHeight, nFlags1; in importRow() local
366 rStrm >> maCurrPos.mnRow >> aModel.mnXfId >> nHeight >> nFlags1 >> nFlags2 >> nSpanCount; in importRow()
372 aModel.mfHeight = nHeight / 20.0; in importRow()
677 sal_uInt16 nRow, nFirstUsedCol, nFirstFreeCol, nHeight; in importRow() local
678 rStrm >> nRow >> nFirstUsedCol >> nFirstFreeCol >> nHeight; in importRow()
707 aModel.mfHeight = (nHeight & BIFF_ROW_HEIGHTMASK) / 20.0; in importRow()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/sw/source/filter/html/
H A Dhtmldraw.cxx281 long nWidth=0, nHeight=0; in NewMarquee() local
358 nHeight = pOption->GetNumber(); in NewMarquee()
360 nHeight = 0; in NewMarquee()
493 Size aTwipSz( bPrcWidth ? 0 : nWidth, nHeight ); in NewMarquee()
507 aTwipSz.Height() = aPropInfo.nHeight; in NewMarquee()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/svx/source/svdraw/
H A Dsvdhdl.cxx1068 sal_Int32 nHeight = aMarkerSize.Height(); in CreateColorDropper() local
1071 pWrite->DrawLine(Point(0, 0), Point(0, nHeight - 1)); in CreateColorDropper()
1074 pWrite->DrawLine(Point(1, nHeight - 1), Point(nWidth - 1, nHeight - 1)); in CreateColorDropper()
1075 pWrite->DrawLine(Point(nWidth - 1, 1), Point(nWidth - 1, nHeight - 2)); in CreateColorDropper()
1083 pWrite->DrawLine(Point(1, 1), Point(1, nHeight - 2)); in CreateColorDropper()
1092 pWrite->DrawLine(Point(2, nHeight - 2), Point(nWidth - 2, nHeight - 2)); in CreateColorDropper()
1093 pWrite->DrawLine(Point(nWidth - 2, 2), Point(nWidth - 2, nHeight - 3)); in CreateColorDropper()
/aoo41x/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()
/aoo41x/main/vcl/inc/
H A Dsalgeom.hxx31 unsigned long nWidth, nHeight; member
40 nX( 0 ), nY( 0 ), nWidth( 1 ), nHeight( 1 ), in _SalFrameGeometry()
/aoo41x/main/oox/inc/oox/drawingml/table/
H A Dtablerow.hxx39 void setHeight( sal_Int32 nHeight ){ mnHeight = nHeight; }; in setHeight() argument
/aoo41x/main/vcl/source/gdi/
H A Doctree.cxx125 const long nHeight = pAcc->Height(); in ImplCreateOctree() local
129 for( long nY = 0; nY < nHeight; nY++ ) in ImplCreateOctree()
148 for( long nY = 0; nY < nHeight; nY++ ) in ImplCreateOctree()
/aoo41x/main/editeng/source/rtf/
H A Drtfgrf.cxx213 sal_uInt32 n4Height = rPicType.nHeight; in WriteBMPHeader()
411 case RTF_PICH: rPicType.nHeight = nVal; break; in ReadBmpData()
566 rPicType.nHeight = sal::static_int_cast< sal_uInt16 >( in ReadBmpData()
/aoo41x/main/framework/source/uielement/
H A Dfontsizemenucontroller.cxx131 void FontSizeMenuController::setCurHeight( long nHeight, Reference< css::awt::XPopupMenu >& rPopupM… in setCurHeight() argument
134 …rtl::OUString aHeight = Application::GetSettings().GetUILocaleI18nHelper().GetNum( nHeight, 1,… in setCurHeight()
141 if ( m_pHeightArray[i] == nHeight ) in setCurHeight()
/aoo41x/main/soldep/inc/soldep/
H A Dgraphwin.hxx46 #define PIXELS( nLeft, nTop, nWidth, nHeight )\ argument
47 LogicToPixel( Point( nLeft, nTop ) ), LogicToPixel( Size( nWidth, nHeight ) )

Completed in 198 milliseconds

12345678910>>...24