LibreOffice Module sfx2 (master) 1
Classes | Namespaces | Macros | Typedefs
linksrc.hxx File Reference
#include <sal/config.h>
#include <sfx2/dllapi.h>
#include <tools/ref.hxx>
#include <com/sun/star/uno/Reference.hxx>
#include <memory>
#include <utility>
Include dependency graph for linksrc.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sfx2::SvLinkSource
 
struct  sfx2::SvLinkSource::StreamToLoadFrom
 

Namespaces

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

Macros

#define ADVISEMODE_NODATA   0x01
 
#define ADVISEMODE_PRIMEFIRST   0x02
 
#define ADVISEMODE_ONLYONCE   0x04
 
#define ADVISEMODE_DATAONSTOP   0x40
 

Typedefs

typedef tools::SvRef< SvLinkSource > sfx2::SvLinkSourceRef
 

Macro Definition Documentation

◆ ADVISEMODE_DATAONSTOP

#define ADVISEMODE_DATAONSTOP   0x40

Definition at line 44 of file linksrc.hxx.

◆ ADVISEMODE_NODATA

#define ADVISEMODE_NODATA   0x01

Definition at line 41 of file linksrc.hxx.

◆ ADVISEMODE_ONLYONCE

#define ADVISEMODE_ONLYONCE   0x04

Definition at line 43 of file linksrc.hxx.

◆ ADVISEMODE_PRIMEFIRST

#define ADVISEMODE_PRIMEFIRST   0x02

Definition at line 42 of file linksrc.hxx.