Lines Matching refs:nSlot

199     sal_uInt16 nSlot = rReq.GetSlot();  in ExecCharAttrArgs()  local
214 sal_uInt16 nWhich = rPool.GetWhich( nSlot ); in ExecCharAttrArgs()
215 switch (nSlot) in ExecCharAttrArgs()
374 sal_uInt16 nSlot = rReq.GetSlot(); in ExecParaAttr() local
375 switch (nSlot) in ExecParaAttr()
400 rReq.AppendItem( SfxBoolItem( GetPool().GetWhich(nSlot), sal_True ) ); in ExecParaAttr()
405 if(pArgs && SFX_ITEM_SET == pArgs->GetItemState( GetPool().GetWhich(nSlot) )) in ExecParaAttr()
408 GetPool().GetWhich(nSlot)); in ExecParaAttr()
433 int eState = pArgs ? pArgs->GetItemState(nSlot) : SFX_ITEM_DISABLED; in ExecParaAttr()
435 bSet = ((const SfxBoolItem&)pArgs->Get(nSlot)).GetValue(); in ExecParaAttr()
454 … bChgAdjust = (SVX_ADJUST_LEFT == eAdjust && SID_ATTR_PARA_RIGHT_TO_LEFT == nSlot) || in ExecParaAttr()
455 … (SVX_ADJUST_RIGHT == eAdjust && SID_ATTR_PARA_LEFT_TO_RIGHT == nSlot); in ExecParaAttr()
461 (SID_ATTR_PARA_LEFT_TO_RIGHT == nSlot) ? in ExecParaAttr()
467 SvxAdjust eAdjust = (SID_ATTR_PARA_LEFT_TO_RIGHT == nSlot) ? in ExecParaAttr()
530 sal_uInt16 nSlot = rReq.GetSlot(); in ExecParaAttrArgs() local
532 pArgs->GetItemState(GetPool().GetWhich(nSlot), sal_False, &pItem); in ExecParaAttrArgs()
533 switch ( nSlot ) in ExecParaAttrArgs()
624 sal_uInt16 nSlot = aIter.FirstWhich(); in GetAttrState() local
657 while (nSlot) in GetAttrState()
659 switch(nSlot) in GetAttrState()
670 rSet.InvalidateItem( nSlot ); in GetAttrState()
671 nSlot = 0; in GetAttrState()
679 rSet.InvalidateItem( nSlot ); in GetAttrState()
680 nSlot = 0; in GetAttrState()
688 rSet.InvalidateItem( nSlot ); in GetAttrState()
689 nSlot = 0; in GetAttrState()
698 rSet.InvalidateItem( nSlot ); in GetAttrState()
699 nSlot = 0; in GetAttrState()
707 rSet.DisableItem( nSlot ); in GetAttrState()
708 nSlot = 0; in GetAttrState()
729 rSet.DisableItem( nSlot ); in GetAttrState()
730 nSlot = 0; in GetAttrState()
740 rSet.Put(SfxBoolItem(nSlot, eUnderline == UNDERLINE_DOUBLE)); in GetAttrState()
743 rSet.InvalidateItem(nSlot); in GetAttrState()
744 nSlot = 0; in GetAttrState()
749 rSet.InvalidateItem( nSlot ); in GetAttrState()
752 nSlot = 0; in GetAttrState()
764 rSet.InvalidateItem(nSlot); in GetAttrState()
765 nSlot = 0; in GetAttrState()
773 rSet.DisableItem( nSlot ); in GetAttrState()
774 nSlot = 0; in GetAttrState()
790 bFlag = (SID_ATTR_PARA_LEFT_TO_RIGHT == nSlot && in GetAttrState()
792 (SID_ATTR_PARA_RIGHT_TO_LEFT == nSlot && in GetAttrState()
797 rSet.InvalidateItem(nSlot); in GetAttrState()
798 nSlot = 0; in GetAttrState()
809 const SfxPoolItem& rItem = aCoreSet.Get(GetPool().GetWhich(nSlot), sal_True); in GetAttrState()
812 rSet.Put(aCoreSet.Get( GetPool().GetWhich(nSlot), sal_True)); in GetAttrState()
814 nSlot = 0; in GetAttrState()
826 nSlot = 0; in GetAttrState()
839 nSlot = 0; in GetAttrState()
845 nSlot = 0; in GetAttrState()
849 if( nSlot ) in GetAttrState()
851 aFlagItem.SetWhich( nSlot ); in GetAttrState()
855 nSlot = aIter.NextWhich(); in GetAttrState()