Home
last modified time | relevance | path

Searched refs:eBulletFontPitch (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/xmloff/source/style/
H A Dxmlnume.cxx130 sal_Int16 eBulletFontPitch = PITCH_DONTKNOW; in exportLevelStyle() local
191 eBulletFontPitch = (sal_Int16)rFDesc.Pitch; in exportLevelStyle()
581 eBulletFontFamily, eBulletFontPitch, in exportLevelStyle()
616 aAny <<= (sal_Int16)eBulletFontPitch; in exportLevelStyle()
H A Dxmlnumi.cxx229 sal_Int16 eBulletFontPitch; member in SvxXMLListLevelStyleContext_Impl
262 void SetBulletFontPitch( sal_Int16 eSet ) { eBulletFontPitch = eSet; } in SetBulletFontPitch()
330 , eBulletFontPitch( PITCH_DONTKNOW ) in SvxXMLListLevelStyleContext_Impl()
585 aFDesc.Pitch = eBulletFontPitch; in GetProperties()