Searched refs:aTempAttr (Results 1 – 3 of 3) sorted by relevance
420 SfxItemSet aTempAttr( ((SdDrawDocument*) pModel)->GetPool() ); in CreatePresObj() local422 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() local479 aTempAttr.Put( SvxFontHeightItem( 493, 100, EE_CHAR_FONTHEIGHT ) ); in CreatePresObj()480 aTempAttr.Put( SvxFontHeightItem( 493, 100, EE_CHAR_FONTHEIGHT_CTL ) ); in CreatePresObj()[all …]
227 SfxItemSet aTempAttr(pMod->GetItemPool()); // Keine Fuellung oder Linie in Paste() local228 aTempAttr.Put(XLineStyleItem(XLINE_NONE)); in Paste()229 aTempAttr.Put(XFillStyleItem(XFILL_NONE)); in Paste()231 pObj->SetMergedItemSet(aTempAttr); in Paste()263 SfxItemSet aTempAttr(pMod->GetItemPool()); // Keine Fuellung oder Linie in Paste() local264 aTempAttr.Put(XLineStyleItem(XLINE_NONE)); in Paste()265 aTempAttr.Put(XFillStyleItem(XFILL_NONE)); in Paste()267 pObj->SetMergedItemSet(aTempAttr); in Paste()
2373 SfxItemSet aTempAttr( mpDoc->GetPool() ); in ApplyTextObj() local2375 aTempAttr.Put( aMinHeight ); in ApplyTextObj()2377 aTempAttr.Put( aAutoGrowHeight ); in ApplyTextObj()2378 pText->SetMergedItemSet(aTempAttr); in ApplyTextObj()