Searched refs:mnCharHeight (Results 1 – 5 of 5) sorted by relevance
234 mnCharHeight = (sal_uInt16)aTextSize.Height(); in SetFont()961 nY = rPaM.GetPara() * mnCharHeight; in PaMtoEditCursor()968 nY += pPortion->GetLines().Count() * mnCharHeight; in PaMtoEditCursor()1011 nY += mnCharHeight; in GetEditCursor()1019 nY -= mnCharHeight; in GetEditCursor()1026 nY += mnCharHeight; in GetEditCursor()1153 long nTmpHeight = pPortion->GetLines().Count() * mnCharHeight; in GetPaM()1186 nY += mnCharHeight; in ImpFindIndex()1377 nHeight = pPPortion->GetLines().Count() * mnCharHeight; in CalcParaHeight()1412 return Range( nFirstInvalid*mnCharHeight, ((nLastInvalid+1)*mnCharHeight)-1 ); in GetInvalidYOffsets()[all …]
120 sal_uInt16 mnCharHeight; member in TextEngine269 sal_uInt16 GetCharHeight() const { return mnCharHeight; } in GetCharHeight()
1373 …if ( pPortion && pPortion->mnCharHeight > (sal_uInt16)( ((double)-nLineSpacing) * 0.001 * 72.0 / 2… in ImplWriteParagraphs()1626 …Sheet->IsHardAttribute( nInstance, pPara->nDepth, CharAttr_FontHeight, pPortion->mnCharHeight ) ) ) in ImplWritePortions()1647 rOut << (sal_uInt16)( pPortion->mnCharHeight ); in ImplWritePortions()2000 mnCharHeight = 24; in ImplGetPortionValues()2006 mnCharHeight = (sal_uInt16)( fVal + 0.5 ); in ImplGetPortionValues()2115 mnCharHeight = rPortionObj.mnCharHeight; in ImplConstruct()2598 CalculateGraphicBulletSize( ( pPortion ) ? pPortion->mnCharHeight : 24 ); in ImplGetNumberingLevel()3160 double fCharHeight = pPortion->mnCharHeight; in ImplAdjustFirstLineLineSpacing()
550 sal_uInt16 mnCharHeight; member in PortionObj
2039 rLev.mnFontHeight = aPortionObj.mnCharHeight; in SetStyleSheet()
Completed in 57 milliseconds