Lines Matching refs:nFontHeight

3683 		boost::optional< sal_Int16 >& rStartNumbering, sal_uInt32 nFontHeight,	PPTParagraphObj* pPara )  in ImplGetExtNumberFormat()  argument
3743 sal_uInt32 nHeight = (sal_uInt32)( (double)nFontHeight * 0.2540 * nBulletHeight + 0.5 ); in ImplGetExtNumberFormat()
3987 sal_uInt32 nFontHeight = 24; in GetNumberFormat() local
3990 pPtr->GetAttrib( PPT_CharAttr_FontHeight, nFontHeight, nDestinationInstance ); in GetNumberFormat()
3993 pParaObj->mnInstance, nDestinationInstance, rStartNumbering, nFontHeight, pParaObj ); in GetNumberFormat()
4070 sal_uInt16 nFontHeight(0); in PPTCharSheet() local
4077 nFontHeight = 44; in PPTCharSheet()
4084 nFontHeight = 32; in PPTCharSheet()
4087 nFontHeight = 12; in PPTCharSheet()
4091 nFontHeight = 24; in PPTCharSheet()
4099 maCharLevel[ nDepth ].mnFontHeight = nFontHeight; in PPTCharSheet()
4342 void PPTParaSheet::UpdateBulletRelSize( sal_uInt32 nLevel, sal_uInt16 nFontHeight ) in UpdateBulletRelSize() argument
4347 nBulletRelSize = nFontHeight ? ((-nBulletRelSize) * 100 ) / nFontHeight : 100; in UpdateBulletRelSize()
4968 >> nFontHeight in Read()
6128 sal_uInt16 nFontHeight = 0; in UpdateBulletRelSize() local
6133 nFontHeight = pPortion->pCharSet->mnFontHeight; in UpdateBulletRelSize()
6136 if ( !nFontHeight ) in UpdateBulletRelSize()
6137nFontHeight = mrStyleSheet.mpCharSheet[ mnInstance ]->maCharLevel[ pParaSet->mnDepth ].mnFontHeigh… in UpdateBulletRelSize()
6138 nBulletRelSize = nFontHeight ? ((-((sal_Int16)nBulletRelSize)) * 100 ) / nFontHeight : 100; in UpdateBulletRelSize()
6509 sal_uInt32 nFontHeight; in ApplyTo() local
6510 pPortion->GetAttrib( PPT_CharAttr_FontHeight, nFontHeight, nDestinationInstance ); in ApplyTo()
6511 nVal2 = -(sal_Int16)( ( nFontHeight * nVal * 8 ) / 100 ); in ApplyTo()
6530 sal_uInt32 nFontHeight = 0; in ApplyTo() local
6537 …mpPortionList[ mnPortionCount - 1 ]->GetAttrib( PPT_CharAttr_FontHeight, nFontHeight, nDestination… in ApplyTo()
6539 nUpperDist = - (sal_Int16)( ( nFontHeight * nUpperDist * 100 ) / 1000 ); in ApplyTo()
6541 nLowerDist = - (sal_Int16)( ( nFontHeight * nLowerDist * 100 ) / 1000 ); in ApplyTo()