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 <svl/urlbmk.hxx>
#include <memory>
#include <optional>
#include <swdllapi.h>
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 } |
|
strong |
Enumerator | |
---|---|
PASTE_DEFAULT | |
PASTE_ROW | |
PASTE_COLUMN | |
PASTE_TABLE |
Definition at line 68 of file swdtflvr.hxx.
|
strong |
Enumerator | |
---|---|
NONE | |
Document | |
DocumentWord | |
Graphic | |
Table | |
Ole | |
InetField | |
Drawing |
Definition at line 53 of file swdtflvr.hxx.