Searched refs:rInitArgs (Results 1 – 2 of 2) sorted by relevance
316 PropertySetRegistry_Impl( const Sequence< Any > &rInitArgs ) in PropertySetRegistry_Impl()317 : m_aInitArgs( rInitArgs ), in PropertySetRegistry_Impl()336 const Sequence< Any > &rInitArgs ) in PropertySetRegistry()338 m_pImpl( new PropertySetRegistry_Impl( rInitArgs ) ) in PropertySetRegistry()1071 const Sequence< Any >& rInitArgs = m_pImpl->m_aInitArgs; in getConfigProvider() local1073 if ( rInitArgs.getLength() > 0 ) in getConfigProvider()1076 rInitArgs[ 0 ] >>= m_pImpl->m_xConfigProvider; in getConfigProvider()
129 ::com::sun::star::uno::Any >& rInitArgs);
Completed in 18 milliseconds