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()
229 sal_Int16 eBulletFontPitch; member in SvxXMLListLevelStyleContext_Impl262 void SetBulletFontPitch( sal_Int16 eSet ) { eBulletFontPitch = eSet; } in SetBulletFontPitch()330 , eBulletFontPitch( PITCH_DONTKNOW ) in SvxXMLListLevelStyleContext_Impl()585 aFDesc.Pitch = eBulletFontPitch; in GetProperties()