Searched refs:aImgItem (Results 1 – 1 of 1) sorted by relevance
189 … SfxImageItem aImgItem(nWhich, bWeb ? SwView::nWebInsertCtrlState : SwView::nInsertCtrlState); in GetState() local191 const SfxSlot* pSlot = rPool.GetSlot( aImgItem.GetValue() ); in GetState()195 aImgItem.SetRotation(2700); in GetState()197 aImgItem.SetMirrored(sal_True); in GetState()199 rSet.Put(aImgItem); in GetState()211 SfxImageItem aImgItem(nWhich, SwView::nInsertObjectCtrlState); in GetState() local213 const SfxSlot* pSlot = rPool.GetSlot( aImgItem.GetValue() ); in GetState()217 aImgItem.SetRotation(2700); in GetState()219 aImgItem.SetMirrored(sal_True); in GetState()221 rSet.Put(aImgItem); in GetState()
Completed in 18 milliseconds