#include <cppuhelper/implbase.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/document/XDocumentEventListener.hpp>
#include <com/sun/star/document/XDocumentEventBroadcaster.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/frame/theGlobalEventBroadcaster.hpp>
#include <com/sun/star/graphic/GraphicProvider.hpp>
#include <com/sun/star/graphic/XGraphicProvider.hpp>
#include <com/sun/star/task/XJob.hpp>
#include <comphelper/processfactory.hxx>
#include <comphelper/propertyvalue.hxx>
#include <unotools/resmgr.hxx>
#include <vcl/image.hxx>
#include <vcl/menubarupdateicon.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <sfx2/strings.hrc>
#include <bitmaps.hlst>
Go to the source code of this file.
◆ extensions_update_UpdateCheckUI_get_implementation()
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * extensions_update_UpdateCheckUI_get_implementation |
( |
css::uno::XComponentContext * |
context, |
|
|
css::uno::Sequence< css::uno::Any > const & |
|
|
) |
| |
◆ PROPERTY_CLICK_HDL
constexpr OUStringLiteral PROPERTY_CLICK_HDL = u"MenuClickHDL" |
|
constexpr |
◆ PROPERTY_IMAGE
constexpr OUStringLiteral PROPERTY_IMAGE = u"BubbleImageURL" |
|
constexpr |
◆ PROPERTY_SHOW_BUBBLE
constexpr OUStringLiteral PROPERTY_SHOW_BUBBLE = u"BubbleVisible" |
|
constexpr |
◆ PROPERTY_SHOW_MENUICON
constexpr OUStringLiteral PROPERTY_SHOW_MENUICON = u"MenuIconVisible" |
|
constexpr |
◆ PROPERTY_TEXT
constexpr OUStringLiteral PROPERTY_TEXT = u"BubbleText" |
|
constexpr |
◆ PROPERTY_TITLE
constexpr OUStringLiteral PROPERTY_TITLE = u"BubbleHeading" |
|
constexpr |