Home
last modified time | relevance | path

Searched refs:mnFontHeight (Results 1 – 9 of 9) sorted by relevance

/trunk/main/oox/source/ole/
H A Daxbinaryreader.cxx121 mnFontHeight( 160 ), in AxFontData()
133 return getLimitedValue< sal_Int16, sal_Int32 >( (mnFontHeight + 10) / 20, 1, SAL_MAX_INT16 ); in getHeightPoints()
138mnFontHeight = getLimitedValue< sal_Int32, sal_Int32 >( ((nPoints * 4 + 1) / 3) * 15, 30, 4294967 … in setHeightPoints()
146 aReader.readIntProperty< sal_Int32 >( mnFontHeight ); in importBinaryModel()
H A Daxcontrol.cxx793 …case XML_FontHeight: maFontData.mnFontHeight = AttributeConversion::decodeInteger( rValue )… in importProperty()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx578 int mnFontHeight; member in PspFontLayout
591 mnFontHeight = mrPrinterGfx.GetFontHeight(); in PspFontLayout()
689 int mnFontHeight; member in PspServerFontLayout
703 mnFontHeight = mrPrinterGfx.GetFontHeight(); in PspServerFontLayout()
714 mrPrinterGfx.SetFont( mnFontID, mnFontHeight, mnFontWidth, in InitFont()
787 mrPrinterGfx.SetFont( mnFontID, mnFontHeight, mnFontWidth, in InitFont()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx519 int mnFontHeight; member in PspFontLayout
532 mnFontHeight = mrPrinterGfx.GetFontHeight(); in PspFontLayout()
630 int mnFontHeight; member in PspServerFontLayout
644 mnFontHeight = mrPrinterGfx.GetFontHeight(); in PspServerFontLayout()
655 mrPrinterGfx.SetFont( mnFontID, mnFontHeight, mnFontWidth, in InitFont()
702 mrPrinterGfx.SetFont( mnFontID, mnFontHeight, mnFontWidth, in InitFont()
/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx2020 rLev.mnFontHeight = nFontHeight; in PPTExCharSheet()
2039 rLev.mnFontHeight = aPortionObj.mnCharHeight; in SetStyleSheet()
2073 rSt << rLev.mnFontHeight in Write()
2081 << rLev.mnFontHeight in Write()
2189 aParagraphObj.CalculateGraphicBulletSize( rCharLevel.mnFontHeight ); in SetStyleSheet()
2212 …if ( rCharLevel.mnFontHeight > (sal_uInt16)( ((double)-nLineSpacing) * 0.001 * 72.0 / 2.54 ) ) // … in SetStyleSheet()
2414 case CharAttr_FontHeight : return ( rChar.mnFontHeight != nValue ); in IsHardAttribute()
2455 << rCharStyle.mnFontHeight in WriteTxCFStyleAtom()
H A Deppt.hxx308 sal_uInt16 mnFontHeight; member
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx3942 …er, rNumberFormat, nLevel, nInstance, 0xffffffff, oStartNumbering, rCharLevel.mnFontHeight, NULL ); in GetNumberFormat()
3944 …nBulletHeight = rCharLevel.mnFontHeight ? ((-((sal_Int16)nBulletHeight)) * 100 ) / rCharLevel.mnFo… in GetNumberFormat()
4099 maCharLevel[ nDepth ].mnFontHeight = nFontHeight; in PPTCharSheet()
4134 rIn >> maCharLevel[ nLevel ].mnFontHeight; in Read()
4518 …stance ]->UpdateBulletRelSize( nLev, mpCharSheet[ nInstance ]->maCharLevel[ nLev ].mnFontHeight ); in PPTStyleSheet()
5376 rIn >> aSet.mnFontHeight; in ReadCharProps()
5732 nRetValue = pCharSet->mnFontHeight; in GetAttrib()
5787 nRetValue = rCharLevel.mnFontHeight; in GetAttrib()
5788 if ( pCharLevel && ( nRetValue != pCharLevel->mnFontHeight ) ) in GetAttrib()
6133 nFontHeight = pPortion->pCharSet->mnFontHeight; in UpdateBulletRelSize()
[all …]
/trunk/main/oox/inc/oox/ole/
H A Daxbinaryreader.hxx115 sal_Int32 mnFontHeight; /// Height of the font (not really twips, see code). member
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx722 sal_uInt16 mnFontHeight; member
866 sal_uInt16 mnFontHeight; member

Completed in 132 milliseconds