LibreOffice Module sfx2 (master) 1
Classes | Functions | Variables
backingwindow.cxx File Reference
#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>
Include dependency graph for backingwindow.cxx:

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
 

Function Documentation

◆ IMPL_LINK() [1/8]

IMPL_LINK ( BackingWindow  ,
ClickHdl  ,
weld::Button ,
rButton  ,
void   
)

Definition at line 617 of file backingwindow.cxx.

References comphelper::makePropertyValue(), and xFrame.

◆ IMPL_LINK() [2/8]

IMPL_LINK ( BackingWindow  ,
ClickHelpHdl  ,
weld::Button ,
rButton  ,
void   
)

Definition at line 210 of file backingwindow.cxx.

References Application::GetHelp(), and m_xContainer.

◆ IMPL_LINK() [3/8]

IMPL_LINK ( BackingWindow  ,
CreateContextMenuHdl  ,
ThumbnailViewItem ,
pItem  ,
void   
)

Definition at line 660 of file backingwindow.cxx.

◆ IMPL_LINK() [4/8]

IMPL_LINK ( BackingWindow  ,
EditTemplateHdl  ,
ThumbnailViewItem ,
pItem  ,
void   
)

◆ IMPL_LINK() [5/8]

IMPL_LINK ( BackingWindow  ,
ExtLinkClickHdl  ,
weld::Button ,
rButton  ,
void   
)

◆ IMPL_LINK() [6/8]

IMPL_LINK ( BackingWindow  ,
MenuSelectHdl  ,
const OUString &  ,
rId  ,
void   
)

Definition at line 646 of file backingwindow.cxx.

References SvtHistoryOptions::Clear().

◆ IMPL_LINK() [7/8]

IMPL_LINK ( BackingWindow  ,
OpenTemplateHdl  ,
ThumbnailViewItem ,
pItem  ,
void   
)

◆ IMPL_LINK() [8/8]

IMPL_LINK ( BackingWindow  ,
ToggleHdl  ,
weld::Toggleable ,
rButton  ,
void   
)

Definition at line 586 of file backingwindow.cxx.

◆ IMPL_LINK_NOARG()

IMPL_LINK_NOARG ( BackingWindow  ,
FilterHdl  ,
weld::ComboBox ,
void   
)

Definition at line 581 of file backingwindow.cxx.

◆ implDispatchDelayed()

static void implDispatchDelayed ( void *  ,
void *  pArg 
)
static

Definition at line 731 of file backingwindow.cxx.

References Exception.

Referenced by BackingWindow::dispatchURL().

Variable Documentation

◆ g_fMultiplier

float const g_fMultiplier = 1.2f

Definition at line 146 of file backingwindow.cxx.

Referenced by BackingWindow::setLargerFont().

◆ SERVICENAME_CFGREADACCESS

constexpr OUStringLiteral SERVICENAME_CFGREADACCESS = u"com.sun.star.configuration.ConfigurationAccess"
constexpr

Definition at line 62 of file backingwindow.cxx.

Referenced by IMPL_LINK().