Searched refs:Veto (Results 1 – 3 of 3) sorted by relevance
49 class Veto : public Veto_Base class56 Veto( const ::rtl::OUString& _rReason, const ::com::sun::star::uno::Any& _rDetails );62 ~Veto();65 Veto(); // never implemented66 Veto( const Veto& ); // never implemented67 Veto& operator=( const Veto& ); // never implemented
48 Veto::Veto( const ::rtl::OUString& _rReason, const Any& _rDetails ) in Veto() function in dbaccess::Veto55 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()
345 xReturn = new Veto( ::rtl::OUString(), ::cppu::getCaughtException() ); in approveInsertElement()
Completed in 30 milliseconds