|
LibreOffice Module sd (master) 1
|
#include <com/sun/star/beans/PropertyValue.hpp>#include <comphelper/sequence.hxx>#include <unotools/ucbstreamhelper.hxx>#include <vcl/FilterConfigItem.hxx>#include <vcl/image.hxx>#include <vcl/svapp.hxx>#include <vcl/weld.hxx>#include <sal/log.hxx>#include <svtools/valueset.hxx>#include <svtools/colrdlg.hxx>#include <tools/debug.hxx>#include <tools/urlobj.hxx>#include <tools/GenericTypeSerializer.hxx>#include <sdiocmpt.hxx>#include <sfx2/docfile.hxx>#include <pres.hxx>#include <unotools/useroptions.hxx>#include <unotools/pathoptions.hxx>#include <sdresid.hxx>#include <strings.hrc>#include <pubdlg.hxx>#include "htmlattr.hxx"#include "htmlex.hxx"#include "htmlpublishmode.hxx"#include <helpids.h>#include "buttonset.hxx"#include <strings.hxx>Go to the source code of this file.
Classes | |
| class | SdPublishingDesign |
Macros | |
| #define | NOOFPAGES 6 |
Variables | |
| const sal_uInt16 | nMagic = sal_uInt16(0x1977) |
| constexpr OUStringLiteral | KEY_QUALITY = u"JPG-EXPORT-QUALITY" |
| constexpr rtl::OUStringConstExpr | aPageHelpIds [NOOFPAGES] |
| #define NOOFPAGES 6 |
Definition at line 52 of file pubdlg.cxx.
| IMPL_LINK | ( | SdPublishingDlg | , |
| BaseHdl | , | ||
| weld::Toggleable & | , | ||
| rButton | , | ||
| void | |||
| ) |
Definition at line 930 of file pubdlg.cxx.
| IMPL_LINK | ( | SdPublishingDlg | , |
| ColorHdl | , | ||
| weld::Button & | , | ||
| rButton | , | ||
| void | |||
| ) |
Definition at line 978 of file pubdlg.cxx.
References SvColorDialog::Execute(), SvColorDialog::GetColor(), m_xDialog, RET_OK, and SvColorDialog::SetColor().
| IMPL_LINK | ( | SdPublishingDlg | , |
| DesignHdl | , | ||
| weld::Toggleable & | , | ||
| rButton | , | ||
| void | |||
| ) |
Definition at line 837 of file pubdlg.cxx.
References DBG_ASSERT, and nPos.
| IMPL_LINK | ( | SdPublishingDlg | , |
| GfxFormatHdl | , | ||
| weld::Toggleable & | , | ||
| rButton | , | ||
| void | |||
| ) |
Definition at line 918 of file pubdlg.cxx.
| IMPL_LINK | ( | SdPublishingDlg | , |
| ResolutionHdl | , | ||
| weld::Toggleable & | , | ||
| rButton | , | ||
| void | |||
| ) |
Definition at line 960 of file pubdlg.cxx.
| IMPL_LINK | ( | SdPublishingDlg | , |
| SlideChgHdl | , | ||
| weld::Toggleable & | , | ||
| rButton | , | ||
| void | |||
| ) |
Definition at line 1019 of file pubdlg.cxx.
| IMPL_LINK | ( | SdPublishingDlg | , |
| WebServerHdl | , | ||
| weld::Toggleable & | , | ||
| rButton | , | ||
| void | |||
| ) |
Definition at line 906 of file pubdlg.cxx.
| IMPL_LINK_NOARG | ( | SdDesignNameDlg | , |
| ModifyHdl | , | ||
| weld::Entry & | , | ||
| void | |||
| ) |
Definition at line 1534 of file pubdlg.cxx.
| IMPL_LINK_NOARG | ( | SdPublishingDlg | , |
| ButtonsHdl | , | ||
| ValueSet * | , | ||
| void | |||
| ) |
Definition at line 971 of file pubdlg.cxx.
| IMPL_LINK_NOARG | ( | SdPublishingDlg | , |
| ContentHdl | , | ||
| weld::Toggleable & | , | ||
| void | |||
| ) |
Definition at line 939 of file pubdlg.cxx.
| IMPL_LINK_NOARG | ( | SdPublishingDlg | , |
| DesignDeleteHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 885 of file pubdlg.cxx.
References DBG_ASSERT, and nPos.
| IMPL_LINK_NOARG | ( | SdPublishingDlg | , |
| DesignSelectHdl | , | ||
| weld::TreeView & | , | ||
| void | |||
| ) |
Definition at line 872 of file pubdlg.cxx.
References DBG_ASSERT, and nPos.
| IMPL_LINK_NOARG | ( | SdPublishingDlg | , |
| FinishHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 1027 of file pubdlg.cxx.
References aName, Application::CreateMessageDialog(), SdPublishingDesign::m_aDesignName, m_xDialog, RET_NO, RET_OK, and SdResId().
| IMPL_LINK_NOARG | ( | SdPublishingDlg | , |
| LastPageHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 1423 of file pubdlg.cxx.
| IMPL_LINK_NOARG | ( | SdPublishingDlg | , |
| NextPageHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 1271 of file pubdlg.cxx.
|
static |
Definition at line 230 of file pubdlg.cxx.
|
static |
Definition at line 285 of file pubdlg.cxx.
Referenced by SdPublishingDlg::Save().
|
constexpr |
Definition at line 61 of file pubdlg.cxx.
Referenced by SdPublishingDlg::ChangePage(), and SdPublishingDlg::SdPublishingDlg().
|
constexpr |
Definition at line 58 of file pubdlg.cxx.
Referenced by SdPublishingDesign::SdPublishingDesign().
| const sal_uInt16 nMagic = sal_uInt16(0x1977) |
Definition at line 55 of file pubdlg.cxx.
Referenced by SdPublishingDlg::Load(), and SdPublishingDlg::Save().