Lines Matching refs:nSlot

841 	    SfxSlotId nSlot = _rReq.GetSlot();  in ExecuteTextAttribute()  local
843 ControlFeatures::const_iterator aFeaturePos = m_aControlFeatures.find( nSlot ); in ExecuteTextAttribute()
847 switch ( nSlot ) in ExecuteTextAttribute()
864 executeClipboardSlot( nSlot ); in ExecuteTextAttribute()
876 switch ( nSlot ) in ExecuteTextAttribute()
884 … lcl_translateUnoStateToItem( nSlot, aFeaturePos->second->getFeatureState(), aToggled ); in ExecuteTextAttribute()
885 WhichId nWhich = aToggled.GetPool()->GetWhich( nSlot ); in ExecuteTextAttribute()
887 if ( ( SID_ATTR_CHAR_UNDERLINE == nSlot ) || ( SID_ATTR_CHAR_OVERLINE == nSlot ) ) in ExecuteTextAttribute()
894 if ( SID_ATTR_CHAR_UNDERLINE == nSlot ) { in ExecuteTextAttribute()
913 TransformItems( nSlot, aToggled, aArguments ); in ExecuteTextAttribute()
930 TransformItems( nSlot, *pArgs, aArgs ); in ExecuteTextAttribute()
948 sal_uInt16 nSlot = aIter.FirstWhich(); in GetTextAttributeState() local
949 while ( nSlot ) in GetTextAttributeState()
951 if ( ( nSlot == SID_ATTR_PARA_LEFT_TO_RIGHT ) in GetTextAttributeState()
952 || ( nSlot == SID_ATTR_PARA_RIGHT_TO_LEFT ) in GetTextAttributeState()
957 _rSet.DisableItem( nSlot ); in GetTextAttributeState()
958 nSlot = aIter.NextWhich(); in GetTextAttributeState()
963 ControlFeatures::const_iterator aFeaturePos = m_aControlFeatures.find( nSlot ); in GetTextAttributeState()
967 … lcl_translateUnoStateToItem( nSlot, aFeaturePos->second->getFeatureState(), _rSet ); in GetTextAttributeState()
969 _rSet.DisableItem( nSlot ); in GetTextAttributeState()
979 switch ( nSlot ) in GetTextAttributeState()
1040 _rSet.DisableItem( nSlot ); in GetTextAttributeState()
1043 nSlot = aIter.NextWhich(); in GetTextAttributeState()