Searched refs:mnFontHeight (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/oox/source/ole/ |
H A D | axbinaryreader.cxx | 121 mnFontHeight( 160 ), in AxFontData() 133 return getLimitedValue< sal_Int16, sal_Int32 >( (mnFontHeight + 10) / 20, 1, SAL_MAX_INT16 ); in getHeightPoints() 138 …mnFontHeight = getLimitedValue< sal_Int32, sal_Int32 >( ((nPoints * 4 + 1) / 3) * 15, 30, 4294967 … in setHeightPoints() 146 aReader.readIntProperty< sal_Int32 >( mnFontHeight ); in importBinaryModel()
|
H A D | axcontrol.cxx | 793 …case XML_FontHeight: maFontData.mnFontHeight = AttributeConversion::decodeInteger( rValue )… in importProperty()
|
/aoo4110/main/vcl/unx/headless/ |
H A D | svppspgraphics.cxx | 519 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()
|
/aoo4110/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 578 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()
|
/aoo4110/main/sd/source/filter/eppt/ |
H A D | eppt.cxx | 2020 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 D | eppt.hxx | 308 sal_uInt16 mnFontHeight; member
|
/aoo4110/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 3931 …er, rNumberFormat, nLevel, nInstance, 0xffffffff, oStartNumbering, rCharLevel.mnFontHeight, NULL ); in GetNumberFormat() 3933 …nBulletHeight = rCharLevel.mnFontHeight ? ((-((sal_Int16)nBulletHeight)) * 100 ) / rCharLevel.mnFo… in GetNumberFormat() 4088 maCharLevel[ nDepth ].mnFontHeight = nFontHeight; in PPTCharSheet() 4123 rIn >> maCharLevel[ nLevel ].mnFontHeight; in Read() 4507 …stance ]->UpdateBulletRelSize( nLev, mpCharSheet[ nInstance ]->maCharLevel[ nLev ].mnFontHeight ); in PPTStyleSheet() 5365 rIn >> aSet.mnFontHeight; in ReadCharProps() 5721 nRetValue = pCharSet->mnFontHeight; in GetAttrib() 5776 nRetValue = rCharLevel.mnFontHeight; in GetAttrib() 5777 if ( pCharLevel && ( nRetValue != pCharLevel->mnFontHeight ) ) in GetAttrib() 6122 nFontHeight = pPortion->pCharSet->mnFontHeight; in UpdateBulletRelSize() [all …]
|
/aoo4110/main/oox/inc/oox/ole/ |
H A D | axbinaryreader.hxx | 115 sal_Int32 mnFontHeight; /// Height of the font (not really twips, see code). member
|
/aoo4110/main/filter/inc/filter/msfilter/ |
H A D | svdfppt.hxx | 722 sal_uInt16 mnFontHeight; member 866 sal_uInt16 mnFontHeight; member
|
Completed in 109 milliseconds