Lines Matching refs:aTempAttr

420 			SfxItemSet aTempAttr( ((SdDrawDocument*) pModel)->GetPool() );  in CreatePresObj()  local
422 aTempAttr.Put( SdrTextMinFrameWidthItem( rRect.GetSize().Width() ) ); in CreatePresObj()
424 aTempAttr.Put( SdrTextMinFrameHeightItem( rRect.GetSize().Height() ) ); in CreatePresObj()
434 aTempAttr.Put(SdrTextAutoGrowWidthItem(sal_False)); in CreatePresObj()
436 aTempAttr.Put(SdrTextAutoGrowHeightItem(sal_False)); in CreatePresObj()
452 aTempAttr.Put(SdrTextVertAdjustItem(eV)); in CreatePresObj()
454 pSdrObj->SetMergedItemSet(aTempAttr); in CreatePresObj()
478 SfxItemSet aTempAttr( ((SdDrawDocument*) pModel)->GetPool() ); in CreatePresObj() local
479 aTempAttr.Put( SvxFontHeightItem( 493, 100, EE_CHAR_FONTHEIGHT ) ); in CreatePresObj()
480 aTempAttr.Put( SvxFontHeightItem( 493, 100, EE_CHAR_FONTHEIGHT_CTL ) ); in CreatePresObj()
481 aTempAttr.Put( SvxFontHeightItem( 493, 100, EE_CHAR_FONTHEIGHT_CJK ) ); in CreatePresObj()
499 aTempAttr.Put(SvxAdjustItem(eH, EE_PARA_JUST )); in CreatePresObj()
501 pSdrObj->SetMergedItemSet(aTempAttr); in CreatePresObj()
2304 SfxItemSet aTempAttr( ((SdDrawDocument*) pModel)->GetPool() ); in InsertAutoLayoutShape() local
2306 aTempAttr.Put( aMinHeight ); in InsertAutoLayoutShape()
2307 aTempAttr.Put( SdrTextAutoGrowHeightItem(sal_False) ); in InsertAutoLayoutShape()
2308 pTextObject->SetMergedItemSet(aTempAttr); in InsertAutoLayoutShape()
2321 SfxItemSet aTempAttr( ((SdDrawDocument*) pModel)->GetPool() ); in InsertAutoLayoutShape() local
2323 aTempAttr.Put( aMinWidth ); in InsertAutoLayoutShape()
2324 aTempAttr.Put( SdrTextAutoGrowWidthItem(sal_False) ); in InsertAutoLayoutShape()
2325 pTextObject->SetMergedItemSet(aTempAttr); in InsertAutoLayoutShape()