#include <sal/config.h>
#include <stack>
#include <unx/salinst.h>
#include <unx/gensys.h>
#include <headless/svpinst.hxx>
#include <com/sun/star/datatransfer/DataFlavor.hpp>
#include <com/sun/star/datatransfer/dnd/XDragSource.hpp>
#include <com/sun/star/datatransfer/dnd/XDropTarget.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/awt/XWindow.hpp>
#include <cppuhelper/compbase.hxx>
#include <vcl/weld.hxx>
#include <vcl/weldutils.hxx>
#include <gtk/gtk.h>
Go to the source code of this file.
|
enum | SelectionType {
SelectionType::NONE,
SelectionType::Text,
SelectionType::Graphic,
SelectionType::Ole,
SelectionType::Frame,
SelectionType::NumberList,
SelectionType::Table,
SelectionType::TableCell,
SelectionType::DrawObject,
SelectionType::DrawObjectEditMode,
SelectionType::Ornament,
SelectionType::DbForm,
SelectionType::FormControl,
SelectionType::Media,
SelectionType::ExtrudedCustomShape,
SelectionType::FontWork,
SelectionType::PostIt,
SelectionType::TableRow,
SelectionType::TableCol,
SelectionType::All,
SELECTION_CLIPBOARD = 0,
SELECTION_PRIMARY = 1
} |
|
Enumerator |
---|
NONE |
|
Text |
|
Graphic |
|
Ole |
|
Frame |
|
NumberList |
|
Table |
|
TableCell |
|
DrawObject |
|
DrawObjectEditMode |
|
Ornament |
|
DbForm |
|
FormControl |
|
Media |
|
ExtrudedCustomShape |
|
FontWork |
|
PostIt |
|
TableRow |
|
TableCol |
|
All |
|
SELECTION_CLIPBOARD |
|
SELECTION_PRIMARY |
|
Definition at line 246 of file gtkinst.hxx.
GdkPixbuf* load_icon_by_name |
( |
const OUString & |
rIconName | ) |
|