Home
last modified time | relevance | path

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

/aoo41x/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()
/aoo41x/main/filter/source/msfilter/
H A Dsvdfppt.cxx3744 sal_uInt32 nHeight = (sal_uInt32)( (double)nFontHeight * 0.2540 * nBulletHeight + 0.5 ); in ImplGetExtNumberFormat()
3937 nBulletHeight = rParaLevel.mnBulletHeight; in GetNumberFormat()
3944 if ( ( rNumberFormat.GetNumberingType() != SVX_NUM_BITMAP ) && ( nBulletHeight > 0x7fff ) ) in GetNumberFormat()
3945nBulletHeight = rCharLevel.mnFontHeight ? ((-((sal_Int16)nBulletHeight)) * 100 ) / rCharLevel.mnFo… in GetNumberFormat()
3980 …nHardCount += pParaObj->GetAttrib( PPT_ParaAttr_BulletHeight, nBulletHeight, nDestinationInstance … in GetNumberFormat()
3997 pParaObj->UpdateBulletRelSize( nBulletHeight ); in GetNumberFormat()
4058 rNumberFormat.SetBulletRelSize( (sal_uInt16)nBulletHeight ); in ImplGetNumberFormat()
/aoo41x/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx779 sal_uInt32 nBulletHeight; member in PPTNumberFormatCreator

Completed in 56 milliseconds