Lines Matching refs:rSet

184 void SwDrawTextShell::StateDisableItems( SfxItemSet &rSet )  in StateDisableItems()  argument
186 SfxWhichIter aIter(rSet); in StateDisableItems()
191 rSet.DisableItem( nWhich ); in StateDisableItems()
259 void SwDrawTextShell::StateFontWork(SfxItemSet& rSet) in StateFontWork() argument
262 rSet.Put(SfxBoolItem(SID_FONTWORK, GetView().GetViewFrame()->HasChildWindow(nId))); in StateFontWork()
282 const SfxItemSet& rSet = *rReq.GetArgs(); in ExecFormText() local
296 pDrView->SetAttributes(rSet); in ExecFormText()
309 void SwDrawTextShell::GetFormTextState(SfxItemSet& rSet) in GetFormTextState() argument
335 rSet.DisableItem(XATTR_FORMTXTSTYLE); in GetFormTextState()
336 rSet.DisableItem(XATTR_FORMTXTADJUST); in GetFormTextState()
337 rSet.DisableItem(XATTR_FORMTXTDISTANCE); in GetFormTextState()
338 rSet.DisableItem(XATTR_FORMTXTSTART); in GetFormTextState()
339 rSet.DisableItem(XATTR_FORMTXTMIRROR); in GetFormTextState()
340 rSet.DisableItem(XATTR_FORMTXTHIDEFORM); in GetFormTextState()
341 rSet.DisableItem(XATTR_FORMTXTOUTLINE); in GetFormTextState()
342 rSet.DisableItem(XATTR_FORMTXTSHADOW); in GetFormTextState()
343 rSet.DisableItem(XATTR_FORMTXTSHDWCOLOR); in GetFormTextState()
344 rSet.DisableItem(XATTR_FORMTXTSHDWXVAL); in GetFormTextState()
345 rSet.DisableItem(XATTR_FORMTXTSHDWYVAL); in GetFormTextState()
352 pDrView->GetAttributes( rSet ); in GetFormTextState()
651 void SwDrawTextShell::StateUndo(SfxItemSet &rSet) in StateUndo() argument
657 SfxWhichIter aIter(rSet); in StateUndo()
691 rSet.Put( aItem ); in StateUndo()
695 rSet.DisableItem( nWhich ); in StateUndo()
701 pSfxViewFrame->GetInterface(), &rSet ); in StateUndo()
906 void SwDrawTextShell::GetStatePropPanelAttr(SfxItemSet &rSet) in GetStatePropPanelAttr() argument
908 SfxWhichIter aIter( rSet ); in GetStatePropPanelAttr()
945 rSet.Put(SfxBoolItem(nSlotId, bSet)); in GetStatePropPanelAttr()
949 rSet.Put(SfxBoolItem(nSlotId, sal_False)); in GetStatePropPanelAttr()