Lines Matching refs:rDescriptions

179         const FeatureDescriptions& rDescriptions( getFeatureDescriptions() );  in getControllerFeatureSlotIdForURL()  local
180 …FeatureDescriptions::const_iterator pos = ::std::find_if( rDescriptions.begin(), rDescriptions.end… in getControllerFeatureSlotIdForURL()
181 return ( pos != rDescriptions.end() ) ? pos->nSlotId : -1; in getControllerFeatureSlotIdForURL()
187 const FeatureDescriptions& rDescriptions( getFeatureDescriptions() ); in getControllerFeatureURLForSlotId() local
188 …FeatureDescriptions::const_iterator pos = ::std::find_if( rDescriptions.begin(), rDescriptions.end… in getControllerFeatureURLForSlotId()
189 …OSL_ENSURE( pos != rDescriptions.end(), "FeatureSlotTranslation::getControllerFeatureURLForSlotId:… in getControllerFeatureURLForSlotId()
190 return ( pos != rDescriptions.end() ) ? pos->sURL : ::rtl::OUString(); in getControllerFeatureURLForSlotId()
202 const FeatureDescriptions& rDescriptions( getFeatureDescriptions() ); in getFormFeatureForSlotId() local
203 …FeatureDescriptions::const_iterator pos = ::std::find_if( rDescriptions.begin(), rDescriptions.end… in getFormFeatureForSlotId()
204 …OSL_ENSURE( pos != rDescriptions.end(), "FeatureSlotTranslation::getFormFeatureForSlotId: not foun… in getFormFeatureForSlotId()
205 return ( pos != rDescriptions.end() ) ? pos->nFormFeature : -1; in getFormFeatureForSlotId()
211 const FeatureDescriptions& rDescriptions( getFeatureDescriptions() ); in getSlotIdForFormFeature() local
212 …FeatureDescriptions::const_iterator pos = ::std::find_if( rDescriptions.begin(), rDescriptions.end… in getSlotIdForFormFeature()
213 …OSL_ENSURE( pos != rDescriptions.end(), "FeatureSlotTranslation::getSlotIdForFormFeature: not foun… in getSlotIdForFormFeature()
214 return ( pos != rDescriptions.end() ) ? pos->nSlotId : -1; in getSlotIdForFormFeature()