Home
last modified time | relevance | path

Searched refs:nFontHeight (Results 51 – 59 of 59) sorted by relevance

123

/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx158 long nFontHeight, in lcl_DrawRedLines() argument
171 long nHght = pOutDev->LogicToPixel( Size( 0, nFontHeight ) ).Height(); in lcl_DrawRedLines()
588 static sal_Int32 ImplCalculateFontIndependentLineSpacing( const sal_Int32 nFontHeight ) in ImplCalculateFontIndependentLineSpacing() argument
590 return ( nFontHeight * 12 ) / 10; // + 20% in ImplCalculateFontIndependentLineSpacing()
H A Dimpedit4.cxx1000 long nFontHeight = GetRefDevice()->LogicToLogic( in WriteItemAsRTF() local
1002 nFontHeight *=2; // HalfPoints in WriteItemAsRTF()
1019 long nUpDown = nFontHeight * Abs( nEsc ) / 100; in WriteItemAsRTF()
/trunk/main/svx/source/svdraw/
H A Dsvdetc.cxx598 nFontHeight(847), // 847/100mm = ca. 24 Point in SdrEngineDefaults()
/trunk/main/sd/source/filter/eppt/
H A Deppt.hxx632 void CalculateGraphicBulletSize( sal_uInt16 nFontHeight );
H A Depptso.cxx2405 void ParagraphObj::CalculateGraphicBulletSize( sal_uInt16 nFontHeight ) in CalculateGraphicBulletSize() argument
2412 double fCharHeight = nFontHeight; in CalculateGraphicBulletSize()
/trunk/main/editeng/source/rtf/
H A Dsvxrtf.cxx1467 nFontHeight = rPool.GetTrueWhich( SID_ATTR_CHAR_FONTHEIGHT, sal_False ); in RTFPlainAttrMapIds()
H A Drtfitem.cxx125 pNormal = &pIds->nFontHeight; in SetScriptAttr()
/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx3622 … long nFontHeight = ((const SvxFontHeightItem&)m_rExport.GetItem(RES_CHRATR_FONTSIZE)).GetHeight(); in FlyFrameOLE() local
3623 nHeight-=nFontHeight/20; in FlyFrameOLE()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx7140 sal_Int32 nFontHeight ) in drawVerticalGlyphs() argument
7201 m_aPages.back().appendMappedLength( nFontHeight, rLine, true ); in drawVerticalGlyphs()
7217 sal_Int32 nFontHeight, in drawHorizontalGlyphs() argument
7272 m_aPages.back().appendMappedLength( nFontHeight, rLine, true ); in drawHorizontalGlyphs()
7348 sal_Int32 nFontHeight = m_pReferenceDevice->ImplDevicePixelToLogicHeight( nPixelFontHeight ); in drawLayout() local
7547 …drawVerticalGlyphs( aGlyphs, aLine, aAlignOffset, aRotScale, fAngle, fXScale, fSkew, nFontHeight ); in drawLayout()
7549 …drawHorizontalGlyphs( aGlyphs, aLine, aAlignOffset, fAngle, fXScale, fSkew, nFontHeight, nPixelFon… in drawLayout()

Completed in 179 milliseconds

123