Home
last modified time | relevance | path

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

/aoo42x/main/cppu/inc/typelib/
H A Dtypedescription.hxx114 inline TypeDescription & SAL_CALL operator =( const TypeDescription & rTypeDescr ) SAL_THROW( () ) in operator =() argument
115 { return this->operator =( rTypeDescr.get() ); } in operator =()
128 inline sal_Bool SAL_CALL equals( const TypeDescription & rTypeDescr ) const SAL_THROW( () ) in equals()
129 { return equals( rTypeDescr._pTypeDescr ); } in equals()
170 inline TypeDescription::TypeDescription( const TypeDescription & rTypeDescr ) SAL_THROW( () ) in TypeDescription() argument
171 : _pTypeDescr( rTypeDescr._pTypeDescr ) in TypeDescription()

Completed in 67 milliseconds