24#include <com/sun/star/lang/XComponent.hpp>
25#include <com/sun/star/ui/XUIFunctionListener.hpp>
26#include <com/sun/star/ui/XContextChangeEventListener.hpp>
27#include <com/sun/star/uno/XComponentContext.hpp>
41class ToolBarWrapper final :
public cppu::ImplInheritanceHelper<UIConfigElementWrapperBase,
42 css::ui::XUIFunctionListener,
43 css::ui::XContextChangeEventListener>
46 ToolBarWrapper(
const css::uno::Reference< css::uno::XComponentContext >& xContext );
50 virtual void SAL_CALL
dispose()
override;
53 virtual void SAL_CALL
initialize(
const css::uno::Sequence< css::uno::Any >&
aArguments )
override;
56 virtual css::uno::Reference< css::uno::XInterface > SAL_CALL
getRealInterface()
override;
59 virtual void SAL_CALL
update()
override;
72 virtual void SAL_CALL
disposing(
const css::lang::EventObject&
aEvent )
override;
79 css::uno::Reference< css::uno::XComponentContext >
m_xContext;
void SAL_CALL disposing()
Sequence< PropertyValue > aArguments