LibreOffice Module sw (master)
1
|
#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"
Go to the source code of this file.
Namespaces | |
com::sun::star | |
com::sun::star::frame | |
com::sun::star::sdbcx | |
com::sun::star::sdbc | |
com::sun::star::container | |
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) |
#define RET_LOAD_DOC 100 |
Definition at line 372 of file swabstdlg.hxx.
Referenced by SwMailMergeDocSelectPage::commitPage().
#define RET_REMOVE_TARGET 104 |
Definition at line 374 of file swabstdlg.hxx.
Referenced by SwMailMergeWizard::enterState().
#define RET_TARGET_CREATED 103 |
Definition at line 373 of file swabstdlg.hxx.
typedef OUString(* GlossaryGetCurrGroup) () |
Definition at line 87 of file swabstdlg.hxx.
typedef void(* GlossarySetActGroup) (const OUString &rNewGroup) |
Definition at line 88 of file swabstdlg.hxx.
typedef void(* SwLabDlgMethod) (css::uno::Reference< css::frame::XModel > const &xModel, const SwLabItem &rItem) |
Definition at line 85 of file swabstdlg.hxx.