LibreOffice Module vcl (master) 1
|
#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.
Classes | |
class | GtkYieldMutex |
struct | VclToGtkHelper |
class | GtkTransferable |
class | GtkInstDropTarget |
class | GtkInstDragSource |
class | GtkInstance |
class | SalGtkXWindow |
Enumerations | |
enum | SelectionType { NONE , Text , Graphic , Ole , Frame , NumberList , Table , TableCell , DrawObject , DrawObjectEditMode , Ornament , DbForm , FormControl , Media , ExtrudedCustomShape , FontWork , PostIt , TableRow , TableCol , All , SELECTION_CLIPBOARD = 0 , SELECTION_PRIMARY = 1 } |
Functions | |
vcl::Font | pango_to_vcl (const PangoFontDescription *font, const css::lang::Locale &rLocale) |
GtkInstance * | GetGtkInstance () |
GdkPixbuf * | load_icon_by_name (const OUString &rIconName) |
enum SelectionType |
Definition at line 246 of file gtkinst.hxx.
|
inline |
Definition at line 314 of file gtkinst.hxx.
References GetSalInstance().
GdkPixbuf * load_icon_by_name | ( | const OUString & | rIconName | ) |
vcl::Font pango_to_vcl | ( | const PangoFontDescription * | font, |
const css::lang::Locale & | rLocale | ||
) |