LibreOffice Module sc (master) 1
|
#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>
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" |
#define SC_LINKTARGETTYPE_COUNT 3 |
Definition at line 39 of file targuno.hxx.
#define SC_LINKTARGETTYPE_DBAREA 2 |
Definition at line 37 of file targuno.hxx.
#define SC_LINKTARGETTYPE_RANGENAME 1 |
Definition at line 36 of file targuno.hxx.
#define SC_LINKTARGETTYPE_SHEET 0 |
Definition at line 35 of file targuno.hxx.
|
inlineconstexpr |
Definition at line 41 of file targuno.hxx.
Referenced by ScTableSheetObj::getSupportedServiceNames(), ScDatabaseRangeObj::getSupportedServiceNames(), and ScNamedRangeObj::getSupportedServiceNames().