Searched refs:eBulletFontPitch (Results 1 – 2 of 2) sorted by relevance
130 sal_Int16 eBulletFontPitch = PITCH_DONTKNOW; in exportLevelStyle() local191 eBulletFontPitch = (sal_Int16)rFDesc.Pitch; in exportLevelStyle()581 eBulletFontFamily, eBulletFontPitch, in exportLevelStyle()616 aAny <<= (sal_Int16)eBulletFontPitch; in exportLevelStyle()
228 sal_Int16 eBulletFontPitch; member in SvxXMLListLevelStyleContext_Impl261 void SetBulletFontPitch( sal_Int16 eSet ) { eBulletFontPitch = eSet; } in SetBulletFontPitch()329 , eBulletFontPitch( PITCH_DONTKNOW ) in SvxXMLListLevelStyleContext_Impl()584 aFDesc.Pitch = eBulletFontPitch; in GetProperties()
Completed in 27 milliseconds