20#ifndef INCLUDED_DBACCESS_ICONTROLLER_HXX
21#define INCLUDED_DBACCESS_ICONTROLLER_HXX
23#include <com/sun/star/uno/Reference.hxx>
24#include <com/sun/star/uno/Sequence.hxx>
26#include <rtl/ustring.hxx>
52 virtual void executeUnChecked(
const css::util::URL& _rCommand,
const css::uno::Sequence< css::beans::PropertyValue>& aArgs) = 0;
58 virtual void executeChecked(
const css::util::URL& _rCommand,
const css::uno::Sequence< css::beans::PropertyValue>& aArgs) = 0;
64 virtual void executeUnChecked(sal_uInt16 _nCommandId,
const css::uno::Sequence< css::beans::PropertyValue>& aArgs) = 0;
70 virtual void executeChecked(sal_uInt16 _nCommandId,
const css::uno::Sequence< css::beans::PropertyValue>& aArgs) = 0;
104 virtual css::uno::Reference< css::frame::XController >
111 virtual void SAL_CALL
acquire( ) noexcept = 0;
112 virtual
void SAL_CALL release( ) noexcept = 0;
virtual void executeUnChecked(const css::util::URL &_rCommand, const css::uno::Sequence< css::beans::PropertyValue > &aArgs)=0
executes the given command without checking if it is allowed
virtual void executeChecked(sal_uInt16 _nCommandId, const css::uno::Sequence< css::beans::PropertyValue > &aArgs)=0
executes the given command only when it is allowed
virtual css::uno::Reference< css::frame::XController > getXController()=0
provides access to the model of the controller
virtual bool isCommandEnabled(sal_uInt16 _nCommandId) const =0
checks if the given Command is enabled
virtual void executeChecked(const css::util::URL &_rCommand, const css::uno::Sequence< css::beans::PropertyValue > &aArgs)=0
executes the given command only when it is allowed
virtual void executeUnChecked(sal_uInt16 _nCommandId, const css::uno::Sequence< css::beans::PropertyValue > &aArgs)=0
executes the given command without checking if it is allowed
virtual bool isCommandEnabled(const OUString &_rCompleteCommandURL) const =0
checks if the given Command is enabled
virtual void SAL_CALL acquire() noexcept=0
virtual bool interceptUserInput(const NotifyEvent &_rEvent)=0
allows interception of user input, aka mouse clicks and key events
virtual bool isDataSourceReadOnly() const =0
checks if the selected data source is read only
#define DBACCESS_DLLPUBLIC