Home
last modified time | relevance | path

Searched refs:aTempAttr (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/sd/source/core/
H A Dsdpage.cxx430 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()
495 aTempAttr.Put(SvxAdjustItem(eH, EE_PARA_JUST )); in CreatePresObj()
497 pSdrObj->SetMergedItemSet(aTempAttr); in CreatePresObj()
2268 aTempAttr.Put( aMinHeight ); in InsertAutoLayoutShape()
2270 pTextObject->SetMergedItemSet(aTempAttr); in InsertAutoLayoutShape()
2285 aTempAttr.Put( aMinWidth ); in InsertAutoLayoutShape()
2286 aTempAttr.Put( SdrTextAutoGrowWidthItem(sal_False) ); in InsertAutoLayoutShape()
[all …]
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx2373 SfxItemSet aTempAttr( mpDoc->GetPool() ); in ApplyTextObj() local
2375 aTempAttr.Put( aMinHeight ); in ApplyTextObj()
2377 aTempAttr.Put( aAutoGrowHeight ); in ApplyTextObj()
2378 pText->SetMergedItemSet(aTempAttr); in ApplyTextObj()
/trunk/main/svx/source/svdraw/
H A Dsvdxcgv.cxx227 SfxItemSet aTempAttr(pMod->GetItemPool()); // Keine Fuellung oder Linie in Paste() local
228 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() local
264 aTempAttr.Put(XLineStyleItem(XLINE_NONE)); in Paste()
265 aTempAttr.Put(XFillStyleItem(XFILL_NONE)); in Paste()
267 pObj->SetMergedItemSet(aTempAttr); in Paste()

Completed in 44 milliseconds