Searched refs:aTempAttr (Results 1 – 3 of 3) sorted by relevance
416 SfxItemSet aTempAttr( ((SdDrawDocument*) pModel)->GetPool() ); in CreatePresObj() local418 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() local475 aTempAttr.Put( SvxFontHeightItem( 493, 100, EE_CHAR_FONTHEIGHT ) ); in CreatePresObj()476 aTempAttr.Put( SvxFontHeightItem( 493, 100, EE_CHAR_FONTHEIGHT_CTL ) ); in CreatePresObj()[all …]
225 SfxItemSet aTempAttr(pMod->GetItemPool()); // Keine Füllung oder Linie in Paste() local226 aTempAttr.Put(XLineStyleItem(XLINE_NONE)); in Paste()227 aTempAttr.Put(XFillStyleItem(XFILL_NONE)); in Paste()229 pObj->SetMergedItemSet(aTempAttr); in Paste()261 SfxItemSet aTempAttr(pMod->GetItemPool()); // Keine Füllung oder Linie in Paste() local262 aTempAttr.Put(XLineStyleItem(XLINE_NONE)); in Paste()263 aTempAttr.Put(XFillStyleItem(XFILL_NONE)); in Paste()265 pObj->SetMergedItemSet(aTempAttr); in Paste()
2371 SfxItemSet aTempAttr( mpDoc->GetPool() ); in ApplyTextObj() local2373 aTempAttr.Put( aMinHeight ); in ApplyTextObj()2375 aTempAttr.Put( aAutoGrowHeight ); in ApplyTextObj()2376 pText->SetMergedItemSet(aTempAttr); in ApplyTextObj()