Home
last modified time | relevance | path

Searched refs:nHeight (Results 426 – 450 of 597) sorted by relevance

1...<<11121314151617181920>>...24

/aoo41x/main/chart2/source/controller/dialogs/
H A Dtp_ChartType.cxx368 long nHeight = rLastButton.GetPosPixel().Y() in getHeight() local
370 nHeight += rLastButton.GetSizePixel().Height(); in getHeight()
371 return nHeight; in getHeight()
/aoo41x/main/cui/source/tabpages/
H A Dpage.cxx1609 long nHeight = nBT + nBB + MINBODY; in CalcMargin_Impl() local
1611 if ( nWidth > nW || nHeight > nH ) in CalcMargin_Impl()
1624 if ( nHeight > nH ) in CalcMargin_Impl()
1627 nTmp -= nHeight - nH; in CalcMargin_Impl()
/aoo41x/main/editeng/source/editeng/
H A Dimpedit3.cxx3921 if ( bShow && ( pPPortion->IsInvalid() || !pPPortion->nHeight ) ) in ShowParagraph()
4227 sal_uInt32 nHeight = pNewHeight->GetHeight(); in DoStretchChars() local
4228 nHeight *= nY; in DoStretchChars()
4229 nHeight /= 100; in DoStretchChars()
4230 pNewHeight->SetHeightValue( nHeight ); in DoStretchChars()
4269 sal_uInt32 nHeight = pNewHeight->GetHeight(); in DoStretchChars() local
4270 nHeight *= nY; in DoStretchChars()
4271 nHeight /= 100; in DoStretchChars()
4272 pNewHeight->SetHeightValue( nHeight ); in DoStretchChars()
/aoo41x/main/vcl/source/window/
H A Dwindow.cxx3288 if ( nHeight < 0 ) in ImplPosSizeWindow()
3289 nHeight = 0; in ImplPosSizeWindow()
3290 if ( nHeight != mnOutHeight ) in ImplPosSizeWindow()
3292 mnOutHeight = nHeight; in ImplPosSizeWindow()
7305 nHeight = pWindow->mnOutHeight; in SetPosSizePixel()
7377 if( nHeight < aMinSize.Height() ) in SetPosSizePixel()
7378 nHeight = aMinSize.Height(); in SetPosSizePixel()
7382 if( nHeight > aMaxSize.Height() ) in SetPosSizePixel()
7383 nHeight = aMaxSize.Height(); in SetPosSizePixel()
7393 ImplHandleResize( pWindow, nWidth, nHeight ); in SetPosSizePixel()
[all …]
/aoo41x/main/vcl/inc/vcl/
H A Djobdata.hxx73 bool setPaper( int nWidth, int nHeight ); // dimensions in pt
/aoo41x/main/svtools/source/inc/
H A Dxbmread.hxx67 long nHeight; member in XBMReader
/aoo41x/main/sfx2/source/sidebar/
H A DDrawHelper.hxx58 const sal_Int32 nHeight,
H A DTitleBar.hxx52 long nHeight,
/aoo41x/main/vcl/inc/unx/gtk/
H A Dgtkdata.hxx61 int nWidth, int nHeight, int nXHot, int nYHot );
/aoo41x/main/sd/source/ui/inc/taskpane/
H A DSubToolPanel.hxx75 virtual sal_Int32 GetPreferredWidth (sal_Int32 nHeight);
H A DTitledControl.hxx82 virtual sal_Int32 GetPreferredWidth (sal_Int32 nHeight);
/aoo41x/main/sw/source/core/text/
H A Dguess.hxx55 const KSHORT nHeight );
H A Datrstck.cxx952 sal_uInt16& nAscent, sal_uInt16& nHeight ) const in GetDefaultAscentAndHeight()
959 nHeight = aFont.GetHeight( pShell, rOut ); in GetDefaultAscentAndHeight()
/aoo41x/main/sc/source/filter/inc/
H A Dlotfntbf.hxx100 void SetHeight( const sal_uInt16 nIndex, const sal_uInt16 nHeight );
/aoo41x/main/oox/inc/oox/ole/
H A Dolehelper.hxx65 sal_uInt32 nHeight,
/aoo41x/main/starmath/source/
H A Drect.cxx251 SmRect::SmRect(long nWidth, long nHeight) in SmRect() argument
256 : aSize(nWidth, nHeight) in SmRect()
/aoo41x/main/extensions/source/propctrlr/
H A Dfontdialog.cxx348 …float nHeight = (float)OutputDevice::LogicToLogic(Size(0, rSvxFontHeightItem.GetHeight()), MAP_TWI… in translateItemsToProperties() local
349 lcl_pushBackPropertyValue( _out_properties, PROPERTY_FONT_HEIGHT,makeAny(nHeight)); in translateItemsToProperties()
/aoo41x/main/toolkit/inc/toolkit/controls/
H A Dunocontrol.hxx57 long nX, nY, nWidth, nHeight; member
65 nX = nY = nWidth = nHeight = 0; in UnoControlComponentInfos()
/aoo41x/main/sd/source/ui/inc/
H A Dvectdlg.hxx86 long nPosX, long nPosY, long nWidth, long nHeight );
/aoo41x/main/svx/source/svdraw/
H A Dsvdedtv2.cxx968 sal_Int32 nHeight = GetAllMarkedBoundRect().GetHeight() + 1; in DECLARE_LIST() local
969 … double fStepWidth = ((double)nHeight - (double)nFullLength) / (double)(aEntryList.Count() - 1); in DECLARE_LIST()
988 …sal_Int32 nHeight = aEntryList.GetObject(aEntryList.Count() - 1)->mnPos - aEntryList.GetObject(0)-… in DECLARE_LIST() local
989 double fStepWidth = (double)nHeight / (double)(aEntryList.Count() - 1); in DECLARE_LIST()
/aoo41x/main/sw/source/filter/ww1/
H A Dfltshell.cxx1636 void SwFltOutDoc::SetCellHeight(SwTwips nHeight) in SetCellHeight() argument
1646 if (nHeight < MINLAY) in SetCellHeight()
1647 nHeight = MINLAY; in SetCellHeight()
1648 aFmtFrmSize.SetHeight(nHeight); in SetCellHeight()
/aoo41x/main/svtools/source/brwbox/
H A Dbrwbox1.cxx2665 long nHeight; in GetTitleHeight() local
2670 nHeight = pHeaderBar->GetTextHeight(); in GetTitleHeight()
2672 nHeight = GetTextHeight(); in GetTitleHeight()
2674 return nTitleLines ? nTitleLines * nHeight + 4 : 0; in GetTitleHeight()
H A Dbrwbox2.cxx2126 long nHeight; in calcHeaderRect() local
2130 nHeight = GetDataRowHeight(); in calcHeaderRect()
2136nHeight = GetWindowExtentsRelative( pParent ).GetHeight() - aTopLeft.Y() - GetControlArea().GetSiz… in calcHeaderRect()
2139 return Rectangle(aTopLeft,Size(nWidth,nHeight)); in calcHeaderRect()
/aoo41x/main/sw/source/core/inc/
H A Drowfrm.hxx71 void AdjustCells( const SwTwips nHeight, const sal_Bool bHeight );
/aoo41x/main/filter/source/msfilter/
H A Dsvdfppt.cxx3747 rNumberFormat.SetGraphicSize( Size( nWidth, nHeight ) ); in ImplGetExtNumberFormat()
5875 sal_uInt32 nHeight = rManager.ScalePoint( nVal ); in ApplyTo() local
5876 rSet.Put( SvxFontHeightItem( nHeight, 100, EE_CHAR_FONTHEIGHT ) ); in ApplyTo()
5877 rSet.Put( SvxFontHeightItem( nHeight, 100, EE_CHAR_FONTHEIGHT_CJK ) ); in ApplyTo()
5924 const long nHeight = aSize.Height(); in ApplyTo() local
5928 for( long nY = 0L; nY < nHeight; nY++ ) in ApplyTo()
5939 for( long nY = 0L; nY < nHeight; nY++ ) in ApplyTo()
7585 sal_Int32 nHeight; in CreateTableRows() local
7588 nHeight = *aIter - nLastPosition; in CreateTableRows()
7592 nHeight = nTableBottom - nLastPosition; in CreateTableRows()
[all …]

Completed in 194 milliseconds

1...<<11121314151617181920>>...24