Lines Matching refs:_pSet

207 …terDialog::translatePropertiesToItems(const Reference< XPropertySet >& _rxModel, SfxItemSet* _pSet)  in translatePropertiesToItems()  argument
209 …OSL_ENSURE(_pSet && _rxModel.is(), "ControlCharacterDialog::translatePropertiesToItems: invalid ar… in translatePropertiesToItems()
210 if (!_pSet || !_rxModel.is()) in translatePropertiesToItems()
267 _pSet->Put(aFontItem, CFID_FONT); in translatePropertiesToItems()
268 _pSet->Put(aSvxFontHeightItem,CFID_HEIGHT); in translatePropertiesToItems()
269 _pSet->Put(aWeightItem, CFID_WEIGHT); in translatePropertiesToItems()
270 _pSet->Put(aPostureItem, CFID_POSTURE); in translatePropertiesToItems()
271 _pSet->Put(aLanguageItem, CFID_LANGUAGE); in translatePropertiesToItems()
272 _pSet->Put(aUnderlineItem,CFID_UNDERLINE); in translatePropertiesToItems()
273 _pSet->Put(aCrossedOutItem,CFID_STRIKEOUT); in translatePropertiesToItems()
274 _pSet->Put(aWordLineModeItem, CFID_WORDLINEMODE); in translatePropertiesToItems()
275 _pSet->Put(aSvxColorItem, CFID_CHARCOLOR); in translatePropertiesToItems()
276 _pSet->Put(aFontReliefItem, CFID_RELIEF); in translatePropertiesToItems()
277 _pSet->Put(aEmphasisMarkitem, CFID_EMPHASIS); in translatePropertiesToItems()
279 aPropExtractor.invalidateItem(PROPERTY_FONT_NAME, CFID_FONT, *_pSet); in translatePropertiesToItems()
280 aPropExtractor.invalidateItem(PROPERTY_FONT_HEIGHT, CFID_HEIGHT, *_pSet); in translatePropertiesToItems()
281 …aPropExtractor.invalidateItem(PROPERTY_FONT_WEIGHT, CFID_WEIGHT, *_pSet, ::com::sun::star::awt::Fo… in translatePropertiesToItems()
282 …aPropExtractor.invalidateItem(PROPERTY_FONT_SLANT, CFID_POSTURE, *_pSet, ::com::sun::star::awt::Fo… in translatePropertiesToItems()
283 …aPropExtractor.invalidateItem(PROPERTY_FONT_UNDERLINE, CFID_UNDERLINE, *_pSet, ::com::sun::star::a… in translatePropertiesToItems()
284 …aPropExtractor.invalidateItem(PROPERTY_FONT_STRIKEOUT, CFID_STRIKEOUT, *_pSet, ::com::sun::star::a… 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()
288 aPropExtractor.invalidateItem(PROPERTY_FONT_EMPHASIS_MARK, CFID_EMPHASIS, *_pSet); in translatePropertiesToItems()
295 _pSet->DisableItem(SID_ATTR_CHAR_CJK_FONT); in translatePropertiesToItems()
296 _pSet->DisableItem(SID_ATTR_CHAR_CJK_FONTHEIGHT); in translatePropertiesToItems()
297 _pSet->DisableItem(SID_ATTR_CHAR_CJK_LANGUAGE); in translatePropertiesToItems()
298 _pSet->DisableItem(SID_ATTR_CHAR_CJK_POSTURE); in translatePropertiesToItems()
299 _pSet->DisableItem(SID_ATTR_CHAR_CJK_WEIGHT); in translatePropertiesToItems()
301 _pSet->DisableItem(SID_ATTR_CHAR_CASEMAP); in translatePropertiesToItems()
302 _pSet->DisableItem(SID_ATTR_CHAR_CONTOUR); in translatePropertiesToItems()
303 _pSet->DisableItem(SID_ATTR_CHAR_SHADOWED); in translatePropertiesToItems()