Home
last modified time | relevance | path

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

/aoo4110/main/sd/source/core/
H A Dsdpage.cxx434 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()
501 pSdrObj->SetMergedItemSet(aTempAttr); in CreatePresObj()
2306 aTempAttr.Put( aMinHeight ); in InsertAutoLayoutShape()
2307 aTempAttr.Put( SdrTextAutoGrowHeightItem(sal_False) ); in InsertAutoLayoutShape()
2308 pTextObject->SetMergedItemSet(aTempAttr); in InsertAutoLayoutShape()
2323 aTempAttr.Put( aMinWidth ); in InsertAutoLayoutShape()
2324 aTempAttr.Put( SdrTextAutoGrowWidthItem(sal_False) ); in InsertAutoLayoutShape()
[all …]
/aoo4110/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()
/aoo4110/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()

Completed in 42 milliseconds