Lines Matching refs:nSlot
148 const sal_uInt16 nSlot = rReq.GetSlot(); in Execute() local
150 const sal_uInt16 nWhich = GetPool().GetWhich(nSlot); in Execute()
157 switch (nSlot) in Execute()
191 SvxScriptSetItem aSetItem( nSlot, *pPool2 ); in Execute()
195 if (nSlot == SID_ATTR_CHAR_FONT) in Execute()
209 …= static_cast< const SvxTextLineItem& >( pNewAttrs->Get( pNewAttrs->GetPool()->GetWhich(nSlot) ) ); in Execute()
252 GetArgs()->Get(nSlot)); in Execute()
261 GetPool().GetWhich(nSlot)); in Execute()
270 GetPool().GetWhich(nSlot)); in Execute()
335 if (nSlot == SID_CHAR_DLG_FOR_PARAGRAPH) in Execute()
358 if (nSlot == SID_CHAR_DLG_EFFECT) in Execute()
492 nSlot)).GetValue(); in Execute()
506 pNewAttrs->GetItemState(nSlot, sal_False, &pItem); in Execute()
543 nSlot == SID_TEXTDIRECTION_LEFT_TO_RIGHT ? in Execute()
561 sal_Bool bLeftToRight = nSlot == SID_ATTR_PARA_LEFT_TO_RIGHT; in Execute()
564 … if( pNewAttrs && SFX_ITEM_SET == pNewAttrs->GetItemState( nSlot, sal_True, &pPoolItem ) ) in Execute()