LibreOffice Module sw (master) 1
|
#include <com/sun/star/ui/dialogs/TemplateDescription.hpp>
#include <svl/urihelper.hxx>
#include <view.hxx>
#include <sfx2/docfile.hxx>
#include <sfx2/filedlghelper.hxx>
#include <docsh.hxx>
#include <wrtsh.hxx>
#include <fldbas.hxx>
#include <fldmgr.hxx>
#include <docufld.hxx>
#include <javaedit.hxx>
#include <strings.hrc>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (SwJavaEditDialog, PrevHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (SwJavaEditDialog, NextHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (SwJavaEditDialog, OKHdl, weld::Button &, void) | |
IMPL_LINK (SwJavaEditDialog, RadioButtonHdl, weld::Toggleable &, rButton, void) | |
IMPL_LINK_NOARG (SwJavaEditDialog, InsertFileHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (SwJavaEditDialog, DlgClosedHdl, sfx2::FileDialogHelper *, void) | |
IMPL_LINK | ( | SwJavaEditDialog | , |
RadioButtonHdl | , | ||
weld::Toggleable & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 200 of file javaedit.cxx.
IMPL_LINK_NOARG | ( | SwJavaEditDialog | , |
DlgClosedHdl | , | ||
sfx2::FileDialogHelper * | , | ||
void | |||
) |
Definition at line 238 of file javaedit.cxx.
References ERRCODE_NONE, INetURLObject::GetProtocol(), and INetURLObject::PathToFileName().
IMPL_LINK_NOARG | ( | SwJavaEditDialog | , |
InsertFileHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 226 of file javaedit.cxx.
References LINK, m_xDialog, and sfx2::FileDialogHelper::WriterInsertScript.
IMPL_LINK_NOARG | ( | SwJavaEditDialog | , |
NextHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 92 of file javaedit.cxx.
IMPL_LINK_NOARG | ( | SwJavaEditDialog | , |
OKHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 103 of file javaedit.cxx.
IMPL_LINK_NOARG | ( | SwJavaEditDialog | , |
PrevHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 81 of file javaedit.cxx.