LibreOffice Module sd (master) 1
Macros | Functions
tpaction.cxx File Reference
#include <svx/svxids.hrc>
#include <com/sun/star/presentation/ClickAction.hpp>
#include <com/sun/star/embed/NeedsRunningStateException.hpp>
#include <com/sun/star/embed/VerbDescriptor.hpp>
#include <com/sun/star/embed/EmbedStates.hpp>
#include <com/sun/star/embed/XEmbeddedObject.hpp>
#include <comphelper/string.hxx>
#include <com/sun/star/embed/VerbAttributes.hpp>
#include <com/sun/star/ui/dialogs/TemplateDescription.hpp>
#include <sdattr.hrc>
#include <sfx2/sfxresid.hxx>
#include <sfx2/strings.hrc>
#include <o3tl/safeint.hxx>
#include <tools/debug.hxx>
#include <sfx2/app.hxx>
#include <svx/svdograf.hxx>
#include <svl/stritem.hxx>
#include <svx/svdoole2.hxx>
#include <sfx2/docfile.hxx>
#include <svx/xtable.hxx>
#include <vcl/mnemonic.hxx>
#include <svl/intitem.hxx>
#include <svl/urihelper.hxx>
#include <sfx2/filedlghelper.hxx>
#include <svx/drawitem.hxx>
#include <osl/diagnose.h>
#include <o3tl/string_view.hxx>
#include <View.hxx>
#include <sdresid.hxx>
#include <tpaction.hxx>
#include <ViewShell.hxx>
#include <drawdoc.hxx>
#include <DrawDocShell.hxx>
#include <strings.hrc>
#include <filedlg.hxx>
#include <algorithm>
Include dependency graph for tpaction.cxx:

Go to the source code of this file.

Macros

#define DOCUMENT_TOKEN   '#'
 

Functions

constexpr OUStringLiteral pStarDrawXMLContent (u"content.xml")
 
 IMPL_LINK_NOARG (SdTPAction, ClickSearchHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (SdTPAction, ClickActionHdl, weld::ComboBox &, void)
 
 IMPL_LINK_NOARG (SdTPAction, SelectTreeHdl, weld::TreeView &, void)
 
 IMPL_LINK_NOARG (SdTPAction, CheckFileHdl, weld::Widget &, void)
 

Macro Definition Documentation

◆ DOCUMENT_TOKEN

#define DOCUMENT_TOKEN   '#'

Definition at line 64 of file tpaction.cxx.

Function Documentation

◆ IMPL_LINK_NOARG() [1/4]

IMPL_LINK_NOARG ( SdTPAction  ,
CheckFileHdl  ,
weld::Widget ,
void   
)

◆ IMPL_LINK_NOARG() [2/4]

IMPL_LINK_NOARG ( SdTPAction  ,
ClickActionHdl  ,
weld::ComboBox ,
void   
)

Definition at line 430 of file tpaction.cxx.

References m_xFrame, and SdResId().

◆ IMPL_LINK_NOARG() [3/4]

IMPL_LINK_NOARG ( SdTPAction  ,
ClickSearchHdl  ,
weld::Button ,
void   
)

Definition at line 425 of file tpaction.cxx.

◆ IMPL_LINK_NOARG() [4/4]

IMPL_LINK_NOARG ( SdTPAction  ,
SelectTreeHdl  ,
weld::TreeView ,
void   
)

Definition at line 602 of file tpaction.cxx.

◆ pStarDrawXMLContent()

constexpr OUStringLiteral pStarDrawXMLContent ( u"content.xml"  )
constexpr

Referenced by IMPL_LINK_NOARG().