Lines Matching refs:aTempAttr

416 			SfxItemSet aTempAttr( ((SdDrawDocument*) pModel)->GetPool() );  in CreatePresObj()  local
418 aTempAttr.Put( SdrTextMinFrameWidthItem( rRect.GetSize().Width() ) ); in CreatePresObj()
420 aTempAttr.Put( SdrTextMinFrameHeightItem( rRect.GetSize().Height() ) ); in CreatePresObj()
430 aTempAttr.Put(SdrTextAutoGrowWidthItem(sal_False)); in CreatePresObj()
432 aTempAttr.Put(SdrTextAutoGrowHeightItem(sal_False)); in CreatePresObj()
448 aTempAttr.Put(SdrTextVertAdjustItem(eV)); in CreatePresObj()
450 pSdrObj->SetMergedItemSet(aTempAttr); in CreatePresObj()
474 SfxItemSet aTempAttr( ((SdDrawDocument*) pModel)->GetPool() ); in CreatePresObj() local
475 aTempAttr.Put( SvxFontHeightItem( 493, 100, EE_CHAR_FONTHEIGHT ) ); in CreatePresObj()
476 aTempAttr.Put( SvxFontHeightItem( 493, 100, EE_CHAR_FONTHEIGHT_CTL ) ); in CreatePresObj()
477 aTempAttr.Put( SvxFontHeightItem( 493, 100, EE_CHAR_FONTHEIGHT_CJK ) ); in CreatePresObj()
495 aTempAttr.Put(SvxAdjustItem(eH, EE_PARA_JUST )); in CreatePresObj()
497 pSdrObj->SetMergedItemSet(aTempAttr); in CreatePresObj()
2266 SfxItemSet aTempAttr( ((SdDrawDocument*) pModel)->GetPool() ); in InsertAutoLayoutShape() local
2268 aTempAttr.Put( aMinHeight ); in InsertAutoLayoutShape()
2269 aTempAttr.Put( SdrTextAutoGrowHeightItem(sal_False) ); in InsertAutoLayoutShape()
2270 pTextObject->SetMergedItemSet(aTempAttr); in InsertAutoLayoutShape()
2283 SfxItemSet aTempAttr( ((SdDrawDocument*) pModel)->GetPool() ); in InsertAutoLayoutShape() local
2285 aTempAttr.Put( aMinWidth ); in InsertAutoLayoutShape()
2286 aTempAttr.Put( SdrTextAutoGrowWidthItem(sal_False) ); in InsertAutoLayoutShape()
2287 pTextObject->SetMergedItemSet(aTempAttr); in InsertAutoLayoutShape()