Searched refs:aPropExtractor (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/extensions/source/propctrlr/ |
H A D | fontdialog.cxx | 215 OFontPropertyExtractor aPropExtractor(_rxModel); in translatePropertiesToItems() local 222 …::rtl::OUString aFontName = aPropExtractor.getStringFontProperty(PROPERTY_FONT_NAME, aDefaultFont… in translatePropertiesToItems() 227 …float nFontWeight = aPropExtractor.getFloatFontProperty(PROPERTY_FONT_WEIGHT, aDefaultFont.Weig… in translatePropertiesToItems() 232 … sal_Int32 nTextLineColor = aPropExtractor.getInt32FontProperty(PROPERTY_TEXTLINECOLOR, COL_AUTO); in translatePropertiesToItems() 238 sal_Int32 nColor32 = aPropExtractor.getInt32FontProperty(PROPERTY_TEXTCOLOR, 0); in translatePropertiesToItems() 279 aPropExtractor.invalidateItem(PROPERTY_FONT_NAME, CFID_FONT, *_pSet); in translatePropertiesToItems() 280 aPropExtractor.invalidateItem(PROPERTY_FONT_HEIGHT, CFID_HEIGHT, *_pSet); in translatePropertiesToItems() 285 aPropExtractor.invalidateItem(PROPERTY_WORDLINEMODE, CFID_WORDLINEMODE, *_pSet); in translatePropertiesToItems() 286 aPropExtractor.invalidateItem(PROPERTY_TEXTCOLOR, CFID_CHARCOLOR, *_pSet); in translatePropertiesToItems() 287 aPropExtractor.invalidateItem(PROPERTY_FONT_RELIEF, CFID_RELIEF, *_pSet); in translatePropertiesToItems() [all …]
|
Completed in 14 milliseconds