LibreOffice Module sw (master) 1
Classes | Namespaces | Enumerations
swdtflvr.hxx File Reference
#include <sfx2/objsh.hxx>
#include <vcl/transfer.hxx>
#include <vcl/graph.hxx>
#include <vcl/vclptr.hxx>
#include <sfx2/lnkbase.hxx>
#include <com/sun/star/embed/XEmbeddedObject.hpp>
#include <o3tl/deleter.hxx>
#include <o3tl/typed_flags_set.hxx>
#include <svx/swframetypes.hxx>
#include <svl/urlbmk.hxx>
#include <memory>
#include <optional>
#include <swdllapi.h>
Include dependency graph for swdtflvr.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  o3tl::typed_flags< TransferBufferType >
 
class  SwTransferable
 

Namespaces

namespace  o3tl
 

Enumerations

enum class  TransferBufferType : sal_uInt16 {
  NONE = 0x0000 ,
  Document = 0x0001 ,
  DocumentWord = 0x0002 ,
  Graphic = 0x0004 ,
  Table = 0x0008 ,
  Ole = 0x0020 ,
  InetField = 0x0040 ,
  Drawing = 0x0081
}
 
enum class  PasteTableType {
  PASTE_DEFAULT ,
  PASTE_ROW ,
  PASTE_COLUMN ,
  PASTE_TABLE
}
 

Enumeration Type Documentation

◆ PasteTableType

enum class PasteTableType
strong
Enumerator
PASTE_DEFAULT 
PASTE_ROW 
PASTE_COLUMN 
PASTE_TABLE 

Definition at line 68 of file swdtflvr.hxx.

◆ TransferBufferType

enum class TransferBufferType : sal_uInt16
strong
Enumerator
NONE 
Document 
DocumentWord 
Graphic 
Table 
Ole 
InetField 
Drawing 

Definition at line 53 of file swdtflvr.hxx.