LibreOffice Module sw (master) 1
|
#include <utility>
#include <view.hxx>
#include <wrtsh.hxx>
#include <cption.hxx>
#include <fldmgr.hxx>
#include <expfld.hxx>
#include <numrule.hxx>
#include <poolfmt.hxx>
#include <docsh.hxx>
#include <calc.hxx>
#include <uitool.hxx>
#include <doc.hxx>
#include <modcfg.hxx>
#include <swmodule.hxx>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/text/XTextGraphicObjectsSupplier.hpp>
#include <com/sun/star/text/XTextTablesSupplier.hpp>
#include <com/sun/star/text/XTextEmbeddedObjectsSupplier.hpp>
#include <com/sun/star/text/XTextFramesSupplier.hpp>
#include <comphelper/string.hxx>
#include <vcl/weld.hxx>
#include <strings.hrc>
#include <SwStyleNameMapper.hxx>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (SwCaptionDialog, OKHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (SwCaptionDialog, OptionHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (SwCaptionDialog, SelectListBoxHdl, weld::ComboBox &, void) | |
IMPL_LINK_NOARG (SwCaptionDialog, ModifyEntryHdl, weld::Entry &, void) | |
IMPL_LINK_NOARG (SwCaptionDialog, ModifyComboHdl, weld::ComboBox &, void) | |
IMPL_LINK_NOARG (SwCaptionDialog, CaptionHdl, weld::Button &, void) | |
IMPL_LINK_NOARG | ( | SwCaptionDialog | , |
CaptionHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 373 of file cption.cxx.
References SwDoc::GetAttrPool(), SwDocShell::GetDoc(), SwView::GetDocShell(), and m_xDialog.
IMPL_LINK_NOARG | ( | SwCaptionDialog | , |
ModifyComboHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 361 of file cption.cxx.
IMPL_LINK_NOARG | ( | SwCaptionDialog | , |
ModifyEntryHdl | , | ||
weld::Entry & | , | ||
void | |||
) |
Definition at line 356 of file cption.cxx.
IMPL_LINK_NOARG | ( | SwCaptionDialog | , |
OKHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 262 of file cption.cxx.
IMPL_LINK_NOARG | ( | SwCaptionDialog | , |
OptionHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 302 of file cption.cxx.
IMPL_LINK_NOARG | ( | SwCaptionDialog | , |
SelectListBoxHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 329 of file cption.cxx.