Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/ui/uiview/
H A Dviewstat.cxx182 … SfxImageItem aImgItem(nWhich, bWeb ? SwView::nWebInsertCtrlState : SwView::nInsertCtrlState); in GetState() local
184 const SfxSlot* pSlot = rPool.GetSlot( aImgItem.GetValue() ); in GetState()
188 aImgItem.SetRotation(2700); in GetState()
190 aImgItem.SetMirrored(sal_True); in GetState()
192 rSet.Put(aImgItem); in GetState()
204 SfxImageItem aImgItem(nWhich, SwView::nInsertObjectCtrlState); in GetState() local
206 const SfxSlot* pSlot = rPool.GetSlot( aImgItem.GetValue() ); in GetState()
210 aImgItem.SetRotation(2700); in GetState()
212 aImgItem.SetMirrored(sal_True); in GetState()
214 rSet.Put(aImgItem); in GetState()

Completed in 16 milliseconds