Searched refs:i_rObjectName (Results 1 – 2 of 2) sorted by relevance
457 …me_throw( const sal_Int32 _nObjectType, const ::boost::optional< ::rtl::OUString >& i_rObjectName ) in impl_validateObjectTypeAndName_throw() argument474 if ( !i_rObjectName ) in impl_validateObjectTypeAndName_throw()489 bExistentObject = xContainer->hasByName( *i_rObjectName ); in impl_validateObjectTypeAndName_throw()495 bExistentObject = xHierarchy->hasByHierarchicalName( *i_rObjectName ); in impl_validateObjectTypeAndName_throw()501 throw NoSuchElementException( *i_rObjectName, *this ); in impl_validateObjectTypeAndName_throw()
403 …e_throw( const sal_Int32 _nObjectType, const ::boost::optional< ::rtl::OUString >& i_rObjectName );
Completed in 18 milliseconds