Home
last modified time | relevance | path

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

/aoo4110/main/dbaccess/source/ui/app/
H A DAppControllerGen.cxx457 …me_throw( const sal_Int32 _nObjectType, const ::boost::optional< ::rtl::OUString >& i_rObjectName ) in impl_validateObjectTypeAndName_throw() argument
474 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()
H A DAppController.hxx403 …e_throw( const sal_Int32 _nObjectType, const ::boost::optional< ::rtl::OUString >& i_rObjectName );

Completed in 14 milliseconds