Lines Matching refs:nSlot

93 	sal_uInt16 nSlot = rReq.GetSlot();  in Execute()  local
108 switch (nSlot) in Execute()
168 if( nSlot == SID_PARASPACE_INCREASE ) in Execute()
178 if( nSlot == SID_PARASPACE_INCREASE ) in Execute()
209 if( nSlot == SID_PARASPACE_INCREASE ) in Execute()
219 if( nSlot == SID_PARASPACE_INCREASE ) in Execute()
275 sal_uInt16 nSlot = SID_ATTR_PARA_LRSPACE; in Execute() local
277 GetPool().GetWhich(nSlot)); in Execute()
321 nSlot == SID_TEXTDIRECTION_LEFT_TO_RIGHT ? in Execute()
343 FuText::ChangeFontSize( nSlot == SID_GROW_FONT_SIZE, pOLV, pFontList, mpView ); in Execute()
371 switch ( nSlot ) in Execute()
560 else if ( nSlot == SID_ATTR_PARA_LEFT_TO_RIGHT || in Execute()
561 nSlot == SID_ATTR_PARA_RIGHT_TO_LEFT ) in Execute()
563 sal_Bool bLeftToRight = nSlot == SID_ATTR_PARA_LEFT_TO_RIGHT; in Execute()
587 else if ( nSlot == SID_ATTR_CHAR_FONT || in Execute()
588 nSlot == SID_ATTR_CHAR_FONTHEIGHT || in Execute()
589 nSlot == SID_ATTR_CHAR_POSTURE || in Execute()
590 nSlot == SID_ATTR_CHAR_WEIGHT ) in Execute()
594 if (nSlot == SID_ATTR_CHAR_FONT) in Execute()
598 SvxScriptSetItem aSvxScriptSetItem( nSlot, rPool ); in Execute()
599 … aSvxScriptSetItem.PutItemForScriptType( nScriptType, pArgs->Get( rPool.GetWhich( nSlot ) ) ); in Execute()
604 else if (nSlot == SID_ATTR_PARA_ADJUST_LEFT || in Execute()
605 nSlot == SID_ATTR_PARA_ADJUST_CENTER || in Execute()
606 nSlot == SID_ATTR_PARA_ADJUST_RIGHT || in Execute()
607 nSlot == SID_ATTR_PARA_ADJUST_BLOCK) in Execute()
609 switch( nSlot ) in Execute()
635 else if(nSlot == SID_ATTR_CHAR_KERNING) in Execute()
637 aNewAttr.Put(pArgs->Get(pArgs->GetPool()->GetWhich(nSlot))); in Execute()
641 else if(nSlot == SID_SET_SUPER_SCRIPT ) in Execute()
655 else if( nSlot == SID_SET_SUB_SCRIPT ) in Execute()