Lines Matching refs:nSlot
175 sal_uInt16 nSlot = rReq.GetSlot(); in Execute() local
176 switch ( nSlot ) in Execute()
195 pReqArgs->GetItemState(nSlot, sal_True, &pItem) == SFX_ITEM_SET && in Execute()
592 sal_uInt16 nSlot = rReq.GetSlot(); in ExecuteToggle() local
603 switch (nSlot) in ExecuteToggle()
705 sal_uInt16 nSlot = rReq.GetSlot(); in ExecuteAttr() local
715 switch ( nSlot ) in ExecuteAttr()
743 bDone = ExecuteCharDlg( aEditAttr, aNewAttr , nSlot); in ExecuteAttr()
879 ( nSlot == SID_ATTR_CHAR_FONT || nSlot == SID_ATTR_CHAR_FONTHEIGHT || in ExecuteAttr()
880 nSlot == SID_ATTR_CHAR_WEIGHT || nSlot == SID_ATTR_CHAR_POSTURE ) ) in ExecuteAttr()
886 if (nSlot == SID_ATTR_CHAR_FONT) in ExecuteAttr()
890 SvxScriptSetItem aSetItem( nSlot, rPool ); in ExecuteAttr()
891 sal_uInt16 nWhich = rPool.GetWhich( nSlot ); in ExecuteAttr()
896 else if( nSlot == SID_ATTR_PARA_LRSPACE ) in ExecuteAttr()
913 else if( nSlot == SID_ATTR_PARA_LINESPACE ) in ExecuteAttr()
916 GetPool().GetWhich(nSlot)); in ExecuteAttr()
925 else if( nSlot == SID_ATTR_PARA_ULSPACE ) in ExecuteAttr()
928 GetPool().GetWhich(nSlot)); in ExecuteAttr()
938 else if(nSlot == SID_SET_SUPER_SCRIPT ) in ExecuteAttr()
955 else if( nSlot == SID_SET_SUB_SCRIPT ) in ExecuteAttr()
974 ( nSlot == SID_TABLE_VERT_NONE || nSlot == SID_TABLE_VERT_CENTER || in ExecuteAttr()
975 nSlot == SID_TABLE_VERT_BOTTOM ) ) in ExecuteAttr()
978 if (nSlot == SID_TABLE_VERT_CENTER) in ExecuteAttr()
980 else if (nSlot == SID_TABLE_VERT_BOTTOM) in ExecuteAttr()
989 …(nSlot == SID_ATTR_PARA_ADJUST_LEFT || nSlot == SID_ATTR_PARA_ADJUST_CENTER || nSlot == SID_ATTR_P… in ExecuteAttr()
993 switch ( nSlot ) in ExecuteAttr()