Lines Matching refs:rItemSet

1189 			SfxItemSet &rItemSet = pStyle->GetItemSet();  in LoadPatternCollection()  local
1204rItemSet.Put( SvxFontItem( eFam, SC10TOSTRING( pPattern->LogFont.lfFaceName ), EMPTY_STRING, in LoadPatternCollection()
1206rItemSet.Put( SvxFontHeightItem( Abs( pPattern->LogFont.lfHeight ), 100, ATTR_FONT_HEIGHT ) ); in LoadPatternCollection()
1209 rItemSet.Put( SvxColorItem( TextColor, ATTR_FONT_COLOR ) ); in LoadPatternCollection()
1212 rItemSet.Put( SvxWeightItem( WEIGHT_BOLD, ATTR_FONT_WEIGHT ) ); in LoadPatternCollection()
1214 rItemSet.Put( SvxPostureItem( ITALIC_NORMAL, ATTR_FONT_POSTURE ) ); in LoadPatternCollection()
1216 rItemSet.Put( SvxUnderlineItem( UNDERLINE_SINGLE, ATTR_FONT_UNDERLINE ) ); in LoadPatternCollection()
1218 rItemSet.Put( SvxCrossedOutItem( STRIKEOUT_SINGLE, ATTR_FONT_CROSSEDOUT ) ); in LoadPatternCollection()
1231rItemSet.Put( SvxHorJustifyItem( SVX_HOR_JUSTIFY_LEFT, ATTR_HOR_JUSTIFY ) ); in LoadPatternCollection()
1234rItemSet.Put( SvxHorJustifyItem( SVX_HOR_JUSTIFY_CENTER, ATTR_HOR_JUSTIFY ) ); in LoadPatternCollection()
1237rItemSet.Put( SvxHorJustifyItem( SVX_HOR_JUSTIFY_RIGHT, ATTR_HOR_JUSTIFY ) ); in LoadPatternCollection()
1244rItemSet.Put( SvxVerJustifyItem( SVX_VER_JUSTIFY_TOP, ATTR_VER_JUSTIFY ) ); in LoadPatternCollection()
1247rItemSet.Put( SvxVerJustifyItem( SVX_VER_JUSTIFY_CENTER, ATTR_VER_JUSTIFY ) ); in LoadPatternCollection()
1250rItemSet.Put( SvxVerJustifyItem( SVX_VER_JUSTIFY_BOTTOM, ATTR_VER_JUSTIFY ) ); in LoadPatternCollection()
1255 rItemSet.Put( SfxBoolItem( sal_True ) ); in LoadPatternCollection()
1257 rItemSet.Put( SfxInt32Item( ATTR_ROTATE_VALUE, 9000 ) ); in LoadPatternCollection()
1259 rItemSet.Put( SfxInt32Item( ATTR_ROTATE_VALUE, 27000 ) ); in LoadPatternCollection()
1263 rItemSet.Put( SvxMarginItem( 20, Margin, 20, Margin, ATTR_MARGIN ) ); in LoadPatternCollection()
1265 rItemSet.Put( SvxMarginItem( Margin, 20, Margin, 20, ATTR_MARGIN ) ); in LoadPatternCollection()
1332 rItemSet.Put( aBox ); in LoadPatternCollection()
1368rItemSet.Put( SvxBrushItem( GetMixedColor( aBColor, aRColor, nFact ), ATTR_BACKGROUND ) ); in LoadPatternCollection()
1370rItemSet.Put( SvxBrushItem( GetMixedColor( aRColor, aBColor, nFact ), ATTR_BACKGROUND ) ); in LoadPatternCollection()
1380 rItemSet.Put( SfxUInt32Item( ATTR_VALUE_FORMAT, ( sal_uInt32 ) nKey ) ); in LoadPatternCollection()
1391 rItemSet.Put( ScProtectionAttr( bProtect, bHFormula, bHCell, bHPrint ) ); in LoadPatternCollection()