Lines Matching refs:Put

242 		_rItemSet.Put(aFontItem);  in lcl_setFont()
244 …_rItemSet.Put(SvxFontHeightItem(OutputDevice::LogicToLogic(Size(0, (sal_Int32)aFont.GetHeight()), … in lcl_setFont()
259 … _rItemSet.Put(SvxLanguageItem(MsLangId::convertLocaleToLanguageWithFallback(aLocale),_nLanguage)); in lcl_setFont()
261 _rItemSet.Put(SvxPostureItem(aFont.GetItalic(),_nPosture)); in lcl_setFont()
262 _rItemSet.Put(SvxWeightItem(aFont.GetWeight(),_nWeight)); in lcl_setFont()
282 _rItemSet.Put(*pClone, aIt->nWID); in lcl_fillShapeToItems()
333 _rItemSet.Put(SvxShadowedItem(_rxReportControlFormat->getCharShadowed(),ITEMID_SHADOWED)); in lcl_CharPropertiesToItems()
334 _rItemSet.Put(SvxWordLineModeItem(aFont.IsWordLineMode(),ITEMID_WORDLINEMODE)); in lcl_CharPropertiesToItems()
335 _rItemSet.Put(SvxContourItem(_rxReportControlFormat->getCharContoured(),ITEMID_CONTOUR)); in lcl_CharPropertiesToItems()
336 … _rItemSet.Put(SvxAutoKernItem(_rxReportControlFormat->getCharAutoKerning(),ITEMID_AUTOKERN)); in lcl_CharPropertiesToItems()
337 _rItemSet.Put(SvxCrossedOutItem(aFont.GetStrikeout(),ITEMID_CROSSEDOUT)); in lcl_CharPropertiesToItems()
338 …_rItemSet.Put(SvxCaseMapItem(static_cast<SvxCaseMap>(_rxReportControlFormat->getCharCaseMap()),ITE… in lcl_CharPropertiesToItems()
340 …_rItemSet.Put(SvxEscapementItem(_rxReportControlFormat->getCharEscapement(),_rxReportControlFormat… in lcl_CharPropertiesToItems()
341 _rItemSet.Put(SvxBlinkItem(_rxReportControlFormat->getCharFlash(),ITEMID_BLINK)); in lcl_CharPropertiesToItems()
342 _rItemSet.Put(SvxCharHiddenItem(_rxReportControlFormat->getCharHidden(),ITEMID_CHARHIDDEN)); in lcl_CharPropertiesToItems()
343 …_rItemSet.Put(SvxTwoLinesItem(_rxReportControlFormat->getCharCombineIsOn(),_rxReportControlFormat-… in lcl_CharPropertiesToItems()
346 _rItemSet.Put(aUnderLineItem); in lcl_CharPropertiesToItems()
347 _rItemSet.Put(SvxKerningItem(_rxReportControlFormat->getCharKerning(),ITEMID_KERNING)); in lcl_CharPropertiesToItems()
348 …_rItemSet.Put(SvxEmphasisMarkItem(static_cast<FontEmphasisMark>(_rxReportControlFormat->getCharEmp… in lcl_CharPropertiesToItems()
350 …_rItemSet.Put(SvxCharReliefItem(static_cast<FontRelief>(_rxReportControlFormat->getCharRelief()),I… in lcl_CharPropertiesToItems()
351 _rItemSet.Put(SvxColorItem(::Color(_rxReportControlFormat->getCharColor()),ITEMID_COLOR)); in lcl_CharPropertiesToItems()
352 …_rItemSet.Put(SvxCharRotateItem(_rxReportControlFormat->getCharRotation(),sal_False,ITEMID_CHARROT… in lcl_CharPropertiesToItems()
353 …_rItemSet.Put(SvxCharScaleWidthItem(_rxReportControlFormat->getCharScaleWidth(),ITEMID_CHARSCALE_W… in lcl_CharPropertiesToItems()
357 _rItemSet.Put(aHorJustifyItem); in lcl_CharPropertiesToItems()
361 _rItemSet.Put(aVerJustifyItem); in lcl_CharPropertiesToItems()
366 … _rItemSet.Put(SvxBrushItem(::Color(_rxReportControlFormat->getControlBackground()),ITEMID_BRUSH)); in lcl_CharPropertiesToItems()