Searched refs:rBackgroundObjectsSet (Results 1 – 1 of 1) sorted by relevance
515 SfxItemSet& rBackgroundObjectsSet = pSheet->GetItemSet(); in CreateLayoutStyleSheets() local516 rBackgroundObjectsSet.Put(SdrShadowItem(sal_False)); in CreateLayoutStyleSheets()517 rBackgroundObjectsSet.Put(SdrShadowColorItem(String(), Color(COL_GRAY))); in CreateLayoutStyleSheets()518 rBackgroundObjectsSet.Put(SdrShadowXDistItem(200)); // 3 mm Schattendistanz in CreateLayoutStyleSheets()519 rBackgroundObjectsSet.Put(SdrShadowYDistItem(200)); in CreateLayoutStyleSheets()521 rBackgroundObjectsSet.Put( SvxAutoKernItem( sal_True, EE_CHAR_PAIRKERNING ) ); in CreateLayoutStyleSheets()522 rBackgroundObjectsSet.Put(SdrTextHorzAdjustItem(SDRTEXTHORZADJUST_BLOCK)); in CreateLayoutStyleSheets()
Completed in 18 milliseconds