Home
last modified time | relevance | path

Searched refs:mnCharHeight (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svtools/source/edit/
H A Dtexteng.cxx234 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 …]
/trunk/main/svtools/inc/svtools/
H A Dtexteng.hxx120 sal_uInt16 mnCharHeight; member in TextEngine
269 sal_uInt16 GetCharHeight() const { return mnCharHeight; } in GetCharHeight()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx1373 …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()
H A Deppt.hxx550 sal_uInt16 mnCharHeight; member in PortionObj
H A Deppt.cxx2039 rLev.mnFontHeight = aPortionObj.mnCharHeight; in SetStyleSheet()

Completed in 78 milliseconds