LibreOffice Module sw (master) 1
Classes | Namespaces | Macros | Typedefs
swabstdlg.hxx File Reference
#include <editeng/svxenum.hxx>
#include <rtl/ustring.hxx>
#include <sfx2/sfxdlg.hxx>
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/uno/Sequence.h>
#include <optional>
#include "dbmgr.hxx"
#include <cnttab.hxx>
#include "tblenum.hxx"
Include dependency graph for swabstdlg.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AbstractGlossaryDlg
 
class  AbstractFieldInputDlg
 
class  AbstractInsFootNoteDlg
 
class  AbstractInsTableDlg
 
class  AbstractJavaEditDialog
 
class  AbstractMailMergeDlg
 
class  AbstractMailMergeCreateFromDlg
 
class  AbstractMailMergeFieldConnectionsDlg
 
class  AbstractMultiTOXTabDialog
 
class  AbstractEditRegionDlg
 
class  AbstractInsertSectionTabDialog
 
class  AbstractSwWordCountFloatDlg
 
class  AbstractSwInsertAbstractDlg
 
class  AbstractSwAsciiFilterDlg
 
class  AbstractSwPageNumberDlg
 Interface for the insert -> fields -> page number wizard dialog. More...
 
class  AbstractSwBreakDlg
 Interface for the insert -> more breaks -> manual break dialog. More...
 
class  AbstractSplitTableDialog
 
class  AbstractSwConvertTableDlg
 
class  AbstractSwInsertDBColAutoPilot
 
class  AbstractDropDownFieldDialog
 
class  AbstractSwLabDlg
 
class  AbstractSwSelGlossaryDlg
 
class  AbstractSwAutoFormatDlg
 
class  AbstractSwFieldDlg
 
class  AbstractSwRenameXNamedDlg
 Interface for e.g. More...
 
class  AbstractSwContentControlListItemDlg
 Interface for e.g. More...
 
class  AbstractSwModalRedlineAcceptDlg
 
class  AbstractMarkFloatDlg
 
class  AbstractMailMergeWizard
 
class  AbstractSwTranslateLangSelectDlg
 
class  SwAbstractDialogFactory
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::frame
 
namespace  com::sun::star::sdbcx
 
namespace  com::sun::star::sdbc
 
namespace  com::sun::star::container
 
namespace  sw
 Dialog to specify the properties of date form field.
 
namespace  sw::mark
 

Macros

#define RET_LOAD_DOC   100
 
#define RET_TARGET_CREATED   103
 
#define RET_REMOVE_TARGET   104
 

Typedefs

typedef void(* SwLabDlgMethod) (css::uno::Reference< css::frame::XModel > const &xModel, const SwLabItem &rItem)
 
typedef OUString(* GlossaryGetCurrGroup) ()
 
typedef void(* GlossarySetActGroup) (const OUString &rNewGroup)
 

Macro Definition Documentation

◆ RET_LOAD_DOC

#define RET_LOAD_DOC   100

Definition at line 385 of file swabstdlg.hxx.

◆ RET_REMOVE_TARGET

#define RET_REMOVE_TARGET   104

Definition at line 387 of file swabstdlg.hxx.

◆ RET_TARGET_CREATED

#define RET_TARGET_CREATED   103

Definition at line 386 of file swabstdlg.hxx.

Typedef Documentation

◆ GlossaryGetCurrGroup

typedef OUString(* GlossaryGetCurrGroup) ()

Definition at line 88 of file swabstdlg.hxx.

◆ GlossarySetActGroup

typedef void(* GlossarySetActGroup) (const OUString &rNewGroup)

Definition at line 89 of file swabstdlg.hxx.

◆ SwLabDlgMethod

typedef void(* SwLabDlgMethod) (css::uno::Reference< css::frame::XModel > const &xModel, const SwLabItem &rItem)

Definition at line 86 of file swabstdlg.hxx.