LibreOffice Module svtools (master) 1
Classes | Namespaces | Macros | Typedefs | Variables
genericunodialog.hxx File Reference
#include <svtools/svtdllapi.h>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/ui/dialogs/XExecutableDialog.hpp>
#include <cppuhelper/implbase.hxx>
#include <comphelper/uno3.hxx>
#include <comphelper/propertycontainer.hxx>
#include <comphelper/broadcasthelper.hxx>
#include <vcl/weld.hxx>
Include dependency graph for genericunodialog.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  svt::OGenericUnoDialog
 abstract base class for implementing UNO objects representing dialogs (com.sun.star.awt::XDialog) More...
 
class  svt::UnoDialogEntryGuard
 helper class for guarding access to methods of an OGenericUnoDialog More...
 

Namespaces

namespace  com
 
namespace  com ::sun
 
namespace  com ::sun ::star
 
namespace  com ::sun ::star ::awt
 
namespace  com ::sun ::star ::uno
 
namespace  svt
 

Macros

#define UNODIALOG_PROPERTY_ID_TITLE   1
 
#define UNODIALOG_PROPERTY_ID_PARENT   2
 

Typedefs

typedef cppu::WeakImplHelper< css::ui::dialogs::XExecutableDialog, css::lang::XServiceInfo, css::lang::XInitialization > svt::OGenericUnoDialogBase
 

Variables

constexpr OUStringLiteral svt::UNODIALOG_PROPERTY_TITLE = u"Title"
 
constexpr OUStringLiteral svt::UNODIALOG_PROPERTY_PARENT = u"ParentWindow"
 

Macro Definition Documentation

◆ UNODIALOG_PROPERTY_ID_PARENT

#define UNODIALOG_PROPERTY_ID_PARENT   2

Definition at line 45 of file genericunodialog.hxx.

◆ UNODIALOG_PROPERTY_ID_TITLE

#define UNODIALOG_PROPERTY_ID_TITLE   1

Definition at line 44 of file genericunodialog.hxx.