LibreOffice Module framework (master) 1
|
#include <generictoolbarcontroller.hxx>
Public Attributes | |
css::uno::Reference< css::frame::XDispatch > | xDispatch |
css::util::URL | aTargetURL |
css::uno::Sequence< css::beans::PropertyValue > | aArgs |
Definition at line 54 of file generictoolbarcontroller.hxx.
css::uno::Sequence< css::beans::PropertyValue > framework::GenericToolbarController::ExecuteInfo::aArgs |
Definition at line 58 of file generictoolbarcontroller.hxx.
Referenced by framework::GenericToolbarController::execute().
css::util::URL framework::GenericToolbarController::ExecuteInfo::aTargetURL |
Definition at line 57 of file generictoolbarcontroller.hxx.
Referenced by framework::GenericToolbarController::execute().
css::uno::Reference< css::frame::XDispatch > framework::GenericToolbarController::ExecuteInfo::xDispatch |
Definition at line 56 of file generictoolbarcontroller.hxx.
Referenced by framework::GenericToolbarController::execute().