Searched refs:rDescriptions (Results 1 – 5 of 5) sorted by relevance
179 const FeatureDescriptions& rDescriptions( getFeatureDescriptions() ); in getControllerFeatureSlotIdForURL() local180 …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() local188 …FeatureDescriptions::const_iterator pos = ::std::find_if( rDescriptions.begin(), rDescriptions.end… in getControllerFeatureURLForSlotId()202 const FeatureDescriptions& rDescriptions( getFeatureDescriptions() ); in getFormFeatureForSlotId() local203 …FeatureDescriptions::const_iterator pos = ::std::find_if( rDescriptions.begin(), rDescriptions.end… in getFormFeatureForSlotId()205 return ( pos != rDescriptions.end() ) ? pos->nFormFeature : -1; in getFormFeatureForSlotId()211 const FeatureDescriptions& rDescriptions( getFeatureDescriptions() ); in getSlotIdForFormFeature() local212 …FeatureDescriptions::const_iterator pos = ::std::find_if( rDescriptions.begin(), rDescriptions.end… in getSlotIdForFormFeature()[all …]
83 uno::Sequence<rtl::OUString>& rDescriptions ) in GetImplementations() argument86 rDescriptions.realloc(0); in GetImplementations()130 rDescriptions.realloc( nCount+1 ); in GetImplementations()131 rDescriptions[nCount] = sDescription; in GetImplementations()
141 const uno::Sequence<rtl::OUString>& rDescriptions, in ScSolverOptionsDialog() argument156 maDescriptions( rDescriptions ), in ScSolverOptionsDialog()
40 com::sun::star::uno::Sequence<rtl::OUString>& rDescriptions );
74 const com::sun::star::uno::Sequence<rtl::OUString>& rDescriptions,
Completed in 30 milliseconds