LibreOffice Module sw (master) 1
|
#include <config_features.h>
#include <config_fuzzers.h>
#include <sfx2/basedlgs.hxx>
#include <sfx2/viewfrm.hxx>
#include <svx/optgenrl.hxx>
#include <docufld.hxx>
#include <expfld.hxx>
#include <view.hxx>
#include <wrtsh.hxx>
#include "flddb.hxx"
#include "flddinf.hxx"
#include "fldvar.hxx"
#include "flddok.hxx"
#include "fldfunc.hxx"
#include "fldref.hxx"
#include <fldedt.hxx>
#include <cmdid.h>
#include <swabstdlg.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/document/XDocumentProperties.hpp>
#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <memory>
#include <swuiexp.hxx>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (SwFieldEditDlg, OKHdl, weld::Button &, void) | |
IMPL_LINK (SwFieldEditDlg, NextPrevHdl, weld::Button &, rButton, void) | |
IMPL_LINK_NOARG (SwFieldEditDlg, AddressHdl, weld::Button &, void) | |
IMPL_LINK | ( | SwFieldEditDlg | , |
NextPrevHdl | , | ||
weld::Button & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 262 of file fldedt.cxx.
References Database, SwFieldPage::EditNewField(), SfxTabPage::FillItemSet(), SwFieldMgr::GetCurField(), SwFieldPage::GetFieldMgr(), SwFieldPage::GetGroup(), SwFieldMgr::GetGroup(), SwField::GetSubType(), SwField::GetTyp(), SwField::GetTypeId(), SwFieldMgr::GoNextPrev(), and Init().
IMPL_LINK_NOARG | ( | SwFieldEditDlg | , |
AddressHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 295 of file fldedt.cxx.
References SwAbstractDialogFactory::CreateSwAddressAbstractDlg(), EU_CITY, EU_COMPANY, EU_COUNTRY, EU_EMAIL, EU_FAX, EU_FIRSTNAME, EU_NAME, EU_PHONE_COMPANY, EU_PHONE_PRIVATE, EU_POSITION, EU_SHORTCUT, EU_STATE, EU_STREET, EU_TITLE, EU_ZIP, SwFieldMgr::GetCurField(), swui::GetFactory(), SwFieldPage::GetFieldMgr(), SwField::GetSubType(), m_xDialog, SfxItemSet::Put(), and RET_OK.
IMPL_LINK_NOARG | ( | SwFieldEditDlg | , |
OKHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 244 of file fldedt.cxx.
References SfxTabPage::FillItemSet(), m_xDialog, and RET_OK.