LibreOffice Module sfx2 (master) 1
|
#include "backingwindow.hxx"
#include <utility>
#include <vcl/event.hxx>
#include <vcl/help.hxx>
#include <vcl/ptrstyle.hxx>
#include <vcl/settings.hxx>
#include <vcl/svapp.hxx>
#include <vcl/syswin.hxx>
#include <unotools/historyoptions.hxx>
#include <unotools/moduleoptions.hxx>
#include <svtools/openfiledroptargetlistener.hxx>
#include <svtools/colorcfg.hxx>
#include <svtools/langhelp.hxx>
#include <templateviewitem.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/propertysequence.hxx>
#include <comphelper/propertyvalue.hxx>
#include <sfx2/app.hxx>
#include <officecfg/Office/Common.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <com/sun/star/configuration/theDefaultProvider.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/datatransfer/dnd/XDropTarget.hpp>
#include <com/sun/star/document/MacroExecMode.hpp>
#include <com/sun/star/document/UpdateDocMode.hpp>
#include <com/sun/star/frame/Desktop.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/system/SystemShellExecute.hpp>
#include <com/sun/star/system/SystemShellExecuteFlags.hpp>
#include <com/sun/star/util/URLTransformer.hpp>
#include <com/sun/star/task/InteractionHandler.hpp>
Go to the source code of this file.
Classes | |
class | BrandImage |
Functions | |
IMPL_LINK (BackingWindow, ClickHelpHdl, weld::Button &, rButton, void) | |
IMPL_LINK (BackingWindow, ExtLinkClickHdl, weld::Button &, rButton, void) | |
IMPL_LINK_NOARG (BackingWindow, FilterHdl, weld::ComboBox &, void) | |
IMPL_LINK (BackingWindow, ToggleHdl, weld::Toggleable &, rButton, void) | |
IMPL_LINK (BackingWindow, ClickHdl, weld::Button &, rButton, void) | |
IMPL_LINK (BackingWindow, MenuSelectHdl, const OUString &, rId, void) | |
IMPL_LINK (BackingWindow, CreateContextMenuHdl, ThumbnailViewItem *, pItem, void) | |
IMPL_LINK (BackingWindow, OpenTemplateHdl, ThumbnailViewItem *, pItem, void) | |
IMPL_LINK (BackingWindow, EditTemplateHdl, ThumbnailViewItem *, pItem, void) | |
static void | implDispatchDelayed (void *, void *pArg) |
Variables | |
constexpr OUStringLiteral | SERVICENAME_CFGREADACCESS = u"com.sun.star.configuration.ConfigurationAccess" |
float const | g_fMultiplier = 1.2f |
IMPL_LINK | ( | BackingWindow | , |
ClickHdl | , | ||
weld::Button & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 617 of file backingwindow.cxx.
References comphelper::makePropertyValue(), and xFrame.
IMPL_LINK | ( | BackingWindow | , |
ClickHelpHdl | , | ||
weld::Button & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 210 of file backingwindow.cxx.
References Application::GetHelp(), and m_xContainer.
IMPL_LINK | ( | BackingWindow | , |
CreateContextMenuHdl | , | ||
ThumbnailViewItem * | , | ||
pItem | , | ||
void | |||
) |
Definition at line 660 of file backingwindow.cxx.
IMPL_LINK | ( | BackingWindow | , |
EditTemplateHdl | , | ||
ThumbnailViewItem * | , | ||
pItem | , | ||
void | |||
) |
Definition at line 690 of file backingwindow.cxx.
References TemplateViewItem::getPath(), comphelper::makePropertyValue(), and xFrame.
IMPL_LINK | ( | BackingWindow | , |
ExtLinkClickHdl | , | ||
weld::Button & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 522 of file backingwindow.cxx.
References Any, args, Exception, comphelper::getProcessComponentContext(), comphelper::InitAnyPropertySequence(), localizeWebserviceURI(), SERVICENAME_CFGREADACCESS, and value.
IMPL_LINK | ( | BackingWindow | , |
MenuSelectHdl | , | ||
const OUString & | , | ||
rId | , | ||
void | |||
) |
Definition at line 646 of file backingwindow.cxx.
References SvtHistoryOptions::Clear().
IMPL_LINK | ( | BackingWindow | , |
OpenTemplateHdl | , | ||
ThumbnailViewItem * | , | ||
pItem | , | ||
void | |||
) |
Definition at line 668 of file backingwindow.cxx.
References TemplateViewItem::getPath(), comphelper::makePropertyValue(), and xFrame.
IMPL_LINK | ( | BackingWindow | , |
ToggleHdl | , | ||
weld::Toggleable & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 586 of file backingwindow.cxx.
IMPL_LINK_NOARG | ( | BackingWindow | , |
FilterHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 581 of file backingwindow.cxx.
|
static |
Definition at line 731 of file backingwindow.cxx.
References Exception.
Referenced by BackingWindow::dispatchURL().
float const g_fMultiplier = 1.2f |
Definition at line 146 of file backingwindow.cxx.
Referenced by BackingWindow::setLargerFont().
|
constexpr |
Definition at line 62 of file backingwindow.cxx.
Referenced by IMPL_LINK().