Home
last modified time | relevance | path

Searched refs:nBulletHeight (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sd/source/ui/view/
H A Doutlview.cxx1971 long nBulletHeight = (long)mpOutliner->GetLineHeight( pInfo->mnPara ); in IMPL_LINK() local
1977 nFontHeight = nBulletHeight / 5; in IMPL_LINK()
1983 nFontHeight = (nBulletHeight * 10) / 25; in IMPL_LINK()
1988 Size aOutSize( 2000, nBulletHeight ); in IMPL_LINK()
2034 aTextPos.X() += nBulletHeight / 2; in IMPL_LINK()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx3743 sal_uInt32 nHeight = (sal_uInt32)( (double)nFontHeight * 0.2540 * nBulletHeight + 0.5 ); in ImplGetExtNumberFormat()
3936 nBulletHeight = rParaLevel.mnBulletHeight; in GetNumberFormat()
3943 if ( ( rNumberFormat.GetNumberingType() != SVX_NUM_BITMAP ) && ( nBulletHeight > 0x7fff ) ) in GetNumberFormat()
3944nBulletHeight = rCharLevel.mnFontHeight ? ((-((sal_Int16)nBulletHeight)) * 100 ) / rCharLevel.mnFo… in GetNumberFormat()
3979 …nHardCount += pParaObj->GetAttrib( PPT_ParaAttr_BulletHeight, nBulletHeight, nDestinationInstance … in GetNumberFormat()
3996 pParaObj->UpdateBulletRelSize( nBulletHeight ); in GetNumberFormat()
4057 rNumberFormat.SetBulletRelSize( (sal_uInt16)nBulletHeight ); in ImplGetNumberFormat()
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx779 sal_uInt32 nBulletHeight; member in PPTNumberFormatCreator

Completed in 80 milliseconds