LibreOffice Module sw (master) 1
|
#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"
Go to the source code of this file.
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) |
#define RET_LOAD_DOC 100 |
Definition at line 385 of file swabstdlg.hxx.
#define RET_REMOVE_TARGET 104 |
Definition at line 387 of file swabstdlg.hxx.
#define RET_TARGET_CREATED 103 |
Definition at line 386 of file swabstdlg.hxx.
typedef OUString(* GlossaryGetCurrGroup) () |
Definition at line 88 of file swabstdlg.hxx.
typedef void(* GlossarySetActGroup) (const OUString &rNewGroup) |
Definition at line 89 of file swabstdlg.hxx.
typedef void(* SwLabDlgMethod) (css::uno::Reference< css::frame::XModel > const &xModel, const SwLabItem &rItem) |
Definition at line 86 of file swabstdlg.hxx.