Home
last modified time | relevance | path

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

/aoo4110/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()
202 const FeatureDescriptions& rDescriptions( getFeatureDescriptions() ); in getFormFeatureForSlotId() local
203 …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() local
212 …FeatureDescriptions::const_iterator pos = ::std::find_if( rDescriptions.begin(), rDescriptions.end… in getSlotIdForFormFeature()
[all …]
/aoo4110/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()
/aoo4110/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,

Completed in 28 milliseconds