Home
last modified time | relevance | path

Searched refs:aParameterSet (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/forms/source/richtext/
H A Dparametrizedattributedispatcher.cxx109 SfxAllItemSet aParameterSet( getEditView()->GetEmptyItemSet() ); in convertDispatchArgsToItem() local
110 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()