Searched refs:rInitArgs (Results 1 – 2 of 2) sorted by relevance
314 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() local1071 if ( rInitArgs.getLength() > 0 ) in getConfigProvider()1074 rInitArgs[ 0 ] >>= m_pImpl->m_xConfigProvider; in getConfigProvider()
129 ::com::sun::star::uno::Any >& rInitArgs);