Home
last modified time | relevance | path

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

/trunk/main/extensions/source/propctrlr/
H A Dfontdialog.cxx215 OFontPropertyExtractor aPropExtractor(_rxModel); in translatePropertiesToItems() local
222 …::rtl::OUString aFontName = aPropExtractor.getStringFontProperty(PROPERTY_FONT_NAME, aDefaul… in translatePropertiesToItems()
223 …::rtl::OUString aFontStyleName = aPropExtractor.getStringFontProperty(PROPERTY_FONT_STYLENAME, aD… in translatePropertiesToItems()
224 …sal_Int16 nFontFamily = aPropExtractor.getInt16FontProperty(PROPERTY_FONT_FAMILY, aDefau… in translatePropertiesToItems()
225 …sal_Int16 nFontCharset = aPropExtractor.getInt16FontProperty(PROPERTY_FONT_CHARSET, aDefa… in translatePropertiesToItems()
226 …float nFontHeight = aPropExtractor.getFloatFontProperty(PROPERTY_FONT_HEIGHT, (float… in translatePropertiesToItems()
227 …float nFontWeight = aPropExtractor.getFloatFontProperty(PROPERTY_FONT_WEIGHT, aDefau… in translatePropertiesToItems()
228 …sal_Int16 nFontSlant = aPropExtractor.getInt16FontProperty(PROPERTY_FONT_SLANT, (sal_In… in translatePropertiesToItems()
229 …sal_Int16 nFontUnderline = aPropExtractor.getInt16FontProperty(PROPERTY_FONT_UNDERLINE, aDe… in translatePropertiesToItems()
230 …sal_Int16 nFontStrikeout = aPropExtractor.getInt16FontProperty(PROPERTY_FONT_STRIKEOUT, aDe… in translatePropertiesToItems()
[all …]