Home
last modified time | relevance | path

Searched refs:aTempAttr (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sd/source/core/
H A Dsdpage.cxx416 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()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdxcgv.cxx225 SfxItemSet aTempAttr(pMod->GetItemPool()); // Keine Füllung oder Linie in Paste() local
226 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() local
262 aTempAttr.Put(XLineStyleItem(XLINE_NONE)); in Paste()
263 aTempAttr.Put(XFillStyleItem(XFILL_NONE)); in Paste()
265 pObj->SetMergedItemSet(aTempAttr); in Paste()
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx2371 SfxItemSet aTempAttr( mpDoc->GetPool() ); in ApplyTextObj() local
2373 aTempAttr.Put( aMinHeight ); in ApplyTextObj()
2375 aTempAttr.Put( aAutoGrowHeight ); in ApplyTextObj()
2376 pText->SetMergedItemSet(aTempAttr); in ApplyTextObj()