Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/style/
H A Dxmlnume.cxx185 awt::FontDescriptor rFDesc; in exportLevelStyle() local
186 if( rProp.Value >>= rFDesc ) in exportLevelStyle()
188 sBulletFontName = rFDesc.Name; in exportLevelStyle()
189 sBulletFontStyleName = rFDesc.StyleName; in exportLevelStyle()
190 eBulletFontFamily = (sal_Int16)rFDesc.Family; in exportLevelStyle()
191 eBulletFontPitch = (sal_Int16)rFDesc.Pitch; in exportLevelStyle()
192 eBulletFontEncoding = (rtl_TextEncoding)rFDesc.CharSet; in exportLevelStyle()

Completed in 22 milliseconds