Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uiview/
H A Dviewstat.cxx189 … SfxImageItem aImgItem(nWhich, bWeb ? SwView::nWebInsertCtrlState : SwView::nInsertCtrlState); in GetState() local
191 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() local
213 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