LibreOffice Module sw (master)
1
|
#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 <memory>
#include <swdllapi.h>
Go to the source code of this file.
Classes | |
struct | o3tl::typed_flags< TransferBufferType > |
class | SwTransferable |
Namespaces | |
o3tl | |
Enumerations | |
enum | TransferBufferType : sal_uInt16 { TransferBufferType::NONE = 0x0000, TransferBufferType::Document = 0x0001, TransferBufferType::DocumentWord = 0x0002, TransferBufferType::Graphic = 0x0004, TransferBufferType::Table = 0x0008, TransferBufferType::Ole = 0x0020, TransferBufferType::InetField = 0x0040, TransferBufferType::Drawing = 0x0081 } |
enum | PasteTableType { PasteTableType::PASTE_DEFAULT, PasteTableType::PASTE_ROW, PasteTableType::PASTE_COLUMN, PasteTableType::PASTE_TABLE } |
|
strong |
Enumerator | |
---|---|
PASTE_DEFAULT | |
PASTE_ROW | |
PASTE_COLUMN | |
PASTE_TABLE |
Definition at line 67 of file swdtflvr.hxx.
|
strong |
Enumerator | |
---|---|
NONE | |
Document | |
DocumentWord | |
Graphic | |
Table | |
Ole | |
InetField | |
Drawing |
Definition at line 52 of file swdtflvr.hxx.