#include <com/sun/star/frame/XTerminateListener.hpp>
#include <com/sun/star/frame/XDesktop2.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/beans/XFastPropertySet.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <rtl/ustring.hxx>
#include <rtl/ref.hxx>
#include <comphelper/compbase.hxx>
#include <tools/link.hxx>
#include <memory>
Go to the source code of this file.
|
| constexpr OUStringLiteral | WRITER_URL = u"private:factory/swriter" |
| |
| constexpr OUStringLiteral | CALC_URL = u"private:factory/scalc" |
| |
| constexpr OUStringLiteral | IMPRESS_URL = u"private:factory/simpress" |
| |
| constexpr OUStringLiteral | IMPRESS_WIZARD_URL = u"private:factory/simpress?slot=6686" |
| |
| constexpr OUStringLiteral | DRAW_URL = u"private:factory/sdraw" |
| |
| constexpr OUStringLiteral | MATH_URL = u"private:factory/smath" |
| |
| constexpr OUStringLiteral | BASE_URL = u"private:factory/sdatabase?Interactive" |
| |
| constexpr OUStringLiteral | STARTMODULE_URL = u".uno:ShowStartModule" |
| |
◆ ShutdownIconServiceBase
◆ plugin_init_sys_tray()
| void SAL_DLLPUBLIC_EXPORT plugin_init_sys_tray |
( |
| ) |
|
◆ plugin_shutdown_sys_tray()
| void SAL_DLLPUBLIC_EXPORT plugin_shutdown_sys_tray |
( |
| ) |
|
◆ BASE_URL
| constexpr OUStringLiteral BASE_URL = u"private:factory/sdatabase?Interactive" |
|
inlineconstexpr |
◆ CALC_URL
| constexpr OUStringLiteral CALC_URL = u"private:factory/scalc" |
|
inlineconstexpr |
◆ DRAW_URL
| constexpr OUStringLiteral DRAW_URL = u"private:factory/sdraw" |
|
inlineconstexpr |
◆ IMPRESS_URL
| constexpr OUStringLiteral IMPRESS_URL = u"private:factory/simpress" |
|
inlineconstexpr |
◆ IMPRESS_WIZARD_URL
| constexpr OUStringLiteral IMPRESS_WIZARD_URL = u"private:factory/simpress?slot=6686" |
|
inlineconstexpr |
◆ MATH_URL
| constexpr OUStringLiteral MATH_URL = u"private:factory/smath" |
|
inlineconstexpr |
◆ STARTMODULE_URL
| constexpr OUStringLiteral STARTMODULE_URL = u".uno:ShowStartModule" |
|
inlineconstexpr |
◆ WRITER_URL
| constexpr OUStringLiteral WRITER_URL = u"private:factory/swriter" |
|
inlineconstexpr |