LibreOffice Module sfx2 (master) 1
Classes | Namespaces | Enumerations | Functions
lnkbase.hxx File Reference
#include <rtl/ustring.hxx>
#include <sal/config.h>
#include <sfx2/dllapi.h>
#include <sfx2/linksrc.hxx>
#include <sot/formats.hxx>
#include <tools/ref.hxx>
#include <tools/link.hxx>
#include <memory>
Include dependency graph for lnkbase.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sfx2::SvBaseLink
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::uno
 
namespace  com::sun::star::io
 
namespace  sfx2
 

Enumerations

enum class  SfxLinkUpdateMode {
  NONE = 0 ,
  ALWAYS = 1 ,
  ONCALL = 3
}
 
enum class  sfx2::SvBaseLinkObjectType {
  sfx2::Internal = 0x00 ,
  sfx2::DdeExternal = 0x02 ,
  sfx2::ClientSo = 0x80 ,
  sfx2::ClientDde = 0x81 ,
  sfx2::ClientFile = 0x90 ,
  sfx2::ClientGraphic = 0x91 ,
  sfx2::ClientOle = 0x92
}
 

Functions

constexpr bool sfx2::isClientType (SvBaseLinkObjectType t)
 
constexpr bool sfx2::isClientFileType (SvBaseLinkObjectType t)
 

Enumeration Type Documentation

◆ SfxLinkUpdateMode

enum class SfxLinkUpdateMode
strong
Enumerator
NONE 
ALWAYS 
ONCALL 

Definition at line 38 of file lnkbase.hxx.