Searched refs:nHght (Results 1 – 6 of 6) sorted by relevance
/trunk/main/sw/source/ui/utlui/ |
H A D | uiitems.cxx | 107 sal_uInt16 nHght = (sal_uInt16) GetPageFtnInfo().GetHeight(); in GetPresentation() local 108 if ( nHght ) in GetPresentation() 112 rText += ::GetMetricText( nHght, eCoreUnit, ePresUnit, pIntl ); in GetPresentation()
|
/trunk/main/sw/source/core/text/ |
H A D | txtdrop.cxx | 937 const long nHght = nAscent + nDescent; in CalcFontSize() local 938 if ( nHght ) in CalcFontSize() 940 if ( nHght > nWishedHeight ) in CalcFontSize() 949 nFactor = ( nFactor * nWishedHeight ) / nHght; in CalcFontSize()
|
/trunk/main/sw/source/core/txtnode/ |
H A D | fntcache.cxx | 724 long nHght = rInf.GetOut().LogicToPixel( rPrtFontSize ).Height(); in lcl_DrawLineForWrongListData() local 728 if (pWList != rInf.GetSmartTags() && WRONG_SHOW_MIN >= nHght) in lcl_DrawLineForWrongListData() 807 WRONG_SHOW_MEDIUM < nHght ? WAVE_NORMAL : in lcl_DrawLineForWrongListData() 808 ( WRONG_SHOW_SMALL < nHght ? WAVE_SMALL : WAVE_FLAT ); in lcl_DrawLineForWrongListData() 1745 long nHght = rInf.GetOut().LogicToPixel( in DrawText() local 1747 if( WRONG_SHOW_MIN < nHght ) in DrawText() 1753 WRONG_SHOW_MEDIUM < nHght ? WAVE_NORMAL : in DrawText() 1754 ( WRONG_SHOW_SMALL < nHght ? WAVE_SMALL : in DrawText()
|
/trunk/main/sw/source/filter/inc/ |
H A D | wrtswtbl.hxx | 74 sal_uInt16 nCSpan, long nHght, const SvxBrushItem *pBGround) in SwWriteTableCell() argument 75 : pBox( pB ), pBackground( pBGround ), nHeight( nHght ), nWidthOpt( 0 ), in SwWriteTableCell()
|
/trunk/main/editeng/source/editeng/ |
H A D | impedit3.cxx | 171 long nHght = pOutDev->LogicToPixel( Size( 0, nFontHeight ) ).Height(); in lcl_DrawRedLines() local 172 if( WRONG_SHOW_MIN < nHght ) in lcl_DrawRedLines() 175 if( WRONG_SHOW_MEDIUM < nHght ) in lcl_DrawRedLines() 177 else if( WRONG_SHOW_SMALL < nHght ) in lcl_DrawRedLines()
|
/trunk/main/sw/source/filter/html/ |
H A D | htmltab.cxx | 860 inline void HTMLTableRow::SetHeight( sal_uInt16 nHght ) in SetHeight() argument 862 if( nHght > nHeight ) in SetHeight() 863 nHeight = nHght; in SetHeight()
|
Completed in 110 milliseconds