Searched refs:aTempAttr (Results 1 – 3 of 3) sorted by relevance
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()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 …]
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()
Completed in 41 milliseconds