LibreOffice Module sc (master) 1
Classes | Namespaces | Macros | Variables
targuno.hxx File Reference
#include <svl/lstner.hxx>
#include <com/sun/star/document/XLinkTargetSupplier.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
#include <cppuhelper/implbase.hxx>
Include dependency graph for targuno.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ScLinkTargetTypesObj
 Graphic / OleObject (need separate collections!) More...
 
class  ScLinkTargetTypeObj
 
class  ScLinkTargetsObj
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::beans
 

Macros

#define SC_LINKTARGETTYPE_SHEET   0
 
#define SC_LINKTARGETTYPE_RANGENAME   1
 
#define SC_LINKTARGETTYPE_DBAREA   2
 
#define SC_LINKTARGETTYPE_COUNT   3
 

Variables

constexpr OUStringLiteral SCLINKTARGET_SERVICE = u"com.sun.star.document.LinkTarget"
 

Macro Definition Documentation

◆ SC_LINKTARGETTYPE_COUNT

#define SC_LINKTARGETTYPE_COUNT   3

Definition at line 39 of file targuno.hxx.

◆ SC_LINKTARGETTYPE_DBAREA

#define SC_LINKTARGETTYPE_DBAREA   2

Definition at line 37 of file targuno.hxx.

◆ SC_LINKTARGETTYPE_RANGENAME

#define SC_LINKTARGETTYPE_RANGENAME   1

Definition at line 36 of file targuno.hxx.

◆ SC_LINKTARGETTYPE_SHEET

#define SC_LINKTARGETTYPE_SHEET   0

Definition at line 35 of file targuno.hxx.

Variable Documentation

◆ SCLINKTARGET_SERVICE

constexpr OUStringLiteral SCLINKTARGET_SERVICE = u"com.sun.star.document.LinkTarget"
inlineconstexpr