Searched refs:aParameterSet (Results 1 – 1 of 1) sorted by relevance
109 SfxAllItemSet aParameterSet( getEditView()->GetEmptyItemSet() ); in convertDispatchArgsToItem() local110 TransformParameters( nSlotId, _rArguments, aParameterSet ); in convertDispatchArgsToItem()113 if ( aParameterSet.Count() ) in convertDispatchArgsToItem()115 …OSL_ENSURE( aParameterSet.Count() == 1, "OParametrizedAttributeDispatcher::convertDispatchArgsToIt… in convertDispatchArgsToItem()116 WhichId nAttributeWhich = aParameterSet.GetPool()->GetWhich( nSlotId ); in convertDispatchArgsToItem()117 pArgument = aParameterSet.GetItem( nAttributeWhich ); in convertDispatchArgsToItem()