Home
last modified time | relevance | path

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

/aoo42x/main/dbaccess/source/core/inc/
H A Dveto.hxx49 class Veto : public Veto_Base class
56 Veto( const ::rtl::OUString& _rReason, const ::com::sun::star::uno::Any& _rDetails );
62 ~Veto();
65 Veto(); // never implemented
66 Veto( const Veto& ); // never implemented
67 Veto& operator=( const Veto& ); // never implemented
/aoo42x/main/dbaccess/source/core/misc/
H A Dveto.cxx48 Veto::Veto( const ::rtl::OUString& _rReason, const Any& _rDetails ) in Veto() function in dbaccess::Veto
55 Veto::~Veto() in ~Veto()
60 ::rtl::OUString SAL_CALL Veto::getReason() throw (RuntimeException) in getReason()
66 Any SAL_CALL Veto::getDetails() throw (RuntimeException) in getDetails()
/aoo42x/main/dbaccess/source/core/api/
H A Dquerycontainer.cxx345 xReturn = new Veto( ::rtl::OUString(), ::cppu::getCaughtException() ); in approveInsertElement()

Completed in 25 milliseconds