Home
last modified time | relevance | path

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

/trunk/main/ucb/source/core/
H A Ducbstore.cxx314 PropertySetRegistry_Impl( const Sequence< Any > &rInitArgs ) in PropertySetRegistry_Impl()
315 : m_aInitArgs( rInitArgs ), in PropertySetRegistry_Impl()
334 const Sequence< Any > &rInitArgs ) in PropertySetRegistry()
336 m_pImpl( new PropertySetRegistry_Impl( rInitArgs ) ) in PropertySetRegistry()
1069 const Sequence< Any >& rInitArgs = m_pImpl->m_aInitArgs; in getConfigProvider() local
1071 if ( rInitArgs.getLength() > 0 ) in getConfigProvider()
1074 rInitArgs[ 0 ] >>= m_pImpl->m_xConfigProvider; in getConfigProvider()
H A Ducbstore.hxx129 ::com::sun::star::uno::Any >& rInitArgs);