Lines Matching refs:aSet
543 SfxItemSet aSet( ((SdDrawDocument*) pModel)->GetPool() ); in CreatePresObj() local
544 aSet.Put( SdrTextContourFrameItem( sal_True ) ); in CreatePresObj()
545 aSet.Put( SvxAdjustItem( SVX_ADJUST_CENTER, EE_PARA_JUST ) ); in CreatePresObj()
547 pSdrObj->SetMergedItemSet(aSet); in CreatePresObj()
2164 SfxItemSet aSet(pModel->GetPool(), EE_PARA_LRSPACE, EE_PARA_LRSPACE ); in convertPresentationObjectImpl() local
2166 aSet.Put(pNewObj->GetMergedItemSet()); in convertPresentationObjectImpl()
2168 aSet.ClearItem(EE_PARA_LRSPACE); in convertPresentationObjectImpl()
2170 pNewObj->SetMergedItemSet(aSet); in convertPresentationObjectImpl()
2202 SfxItemSet aSet(pModel->GetPool(), EE_PARA_LRSPACE, EE_PARA_LRSPACE ); in convertPresentationObjectImpl() local
2204 aSet.Put(pNewObj->GetMergedItemSet()); in convertPresentationObjectImpl()
2206 const SvxLRSpaceItem& rLRItem = (const SvxLRSpaceItem&) aSet.Get(EE_PARA_LRSPACE); in convertPresentationObjectImpl()
2209 aSet.Put(aNewLRItem); in convertPresentationObjectImpl()
2211 pNewObj->SetMergedItemSet(aSet); in convertPresentationObjectImpl()