Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/form/
H A Dformcontrolling.cxx179 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()
[all …]
/AOO41X/main/sc/source/ui/miscdlgs/
H A Dsolverutil.cxx83 uno::Sequence<rtl::OUString>& rDescriptions ) in GetImplementations() argument
86 rDescriptions.realloc(0); in GetImplementations()
130 rDescriptions.realloc( nCount+1 ); in GetImplementations()
131 rDescriptions[nCount] = sDescription; in GetImplementations()
H A Dsolveroptions.cxx141 const uno::Sequence<rtl::OUString>& rDescriptions, in ScSolverOptionsDialog() argument
156 maDescriptions( rDescriptions ), in ScSolverOptionsDialog()
/AOO41X/main/sc/source/ui/inc/
H A Dsolverutil.hxx40 com::sun::star::uno::Sequence<rtl::OUString>& rDescriptions );
H A Dsolveroptions.hxx74 const com::sun::star::uno::Sequence<rtl::OUString>& rDescriptions,