Searched refs:rFDesc (Results 1 – 1 of 1) sorted by relevance
185 awt::FontDescriptor rFDesc; in exportLevelStyle() local186 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 21 milliseconds