LibreOffice Module cui (master) 1
|
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/embed/EmbedStates.hpp>
#include <com/sun/star/embed/XInsertObjectDialog.hpp>
#include <com/sun/star/embed/MSOLEObjectSystemCreator.hpp>
#include <com/sun/star/task/InteractionHandler.hpp>
#include <com/sun/star/ucb/CommandAbortedException.hpp>
#include <com/sun/star/ui/dialogs/TemplateDescription.hpp>
#include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp>
#include <com/sun/star/ui/dialogs/XFilePicker3.hpp>
#include <com/sun/star/task/XStatusIndicatorFactory.hpp>
#include <comphelper/processfactory.hxx>
#include <comphelper/propertyvalue.hxx>
#include <insdlg.hxx>
#include <dialmgr.hxx>
#include <osl/diagnose.h>
#include <svtools/imagemgr.hxx>
#include <svtools/strings.hrc>
#include <svtools/svtresid.hxx>
#include <tools/urlobj.hxx>
#include <tools/debug.hxx>
#include <tools/stream.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <utility>
#include <vcl/image.hxx>
#include <vcl/weld.hxx>
#include <vcl/svapp.hxx>
#include <comphelper/classids.hxx>
#include <sfx2/filedlghelper.hxx>
#include <sfx2/frmdescr.hxx>
#include <sfx2/viewsh.hxx>
#include <comphelper/seqstream.hxx>
#include <sfx2/viewfrm.hxx>
#include <strings.hrc>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (SvInsertOleDlg, DoubleClickHdl, weld::TreeView &, bool) | |
IMPL_LINK_NOARG (SvInsertOleDlg, BrowseHdl, weld::Button &, void) | |
IMPL_LINK (SvInsertOleDlg, RadioHdl, weld::Toggleable &, rButton, void) | |
IMPL_LINK (SfxInsertFloatingFrameDialog, CheckHdl, weld::Toggleable &, rButton, void) | |
IMPL_LINK_NOARG (SfxInsertFloatingFrameDialog, OpenHdl, weld::Button &, void) | |
IMPL_LINK | ( | SfxInsertFloatingFrameDialog | , |
CheckHdl | , | ||
weld::Toggleable & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 598 of file insdlg.cxx.
References DEFAULT_MARGIN_HEIGHT, DEFAULT_MARGIN_WIDTH, weld::Toggleable::get_active(), and weld::Widget::set_sensitive().
IMPL_LINK | ( | SvInsertOleDlg | , |
RadioHdl | , | ||
weld::Toggleable & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 113 of file insdlg.cxx.
IMPL_LINK_NOARG | ( | SfxInsertFloatingFrameDialog | , |
OpenHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 618 of file insdlg.cxx.
References CuiResId(), ERRCODE_NONE, sfx2::FileDialogHelper::Execute(), INetURLObject::GetMainURL(), sfx2::FileDialogHelper::GetPath(), m_xDialog, sfx2::FileDialogHelper::SetTitle(), and INetURLObject::WithCharset.
IMPL_LINK_NOARG | ( | SvInsertOleDlg | , |
BrowseHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 89 of file insdlg.cxx.
References aHelper, CuiResId(), sfx2::FileDialogHelper::InsertOLE, m_xDialog, INetURLObject::PathToFileName(), and TOOLS_WARN_EXCEPTION.
IMPL_LINK_NOARG | ( | SvInsertOleDlg | , |
DoubleClickHdl | , | ||
weld::TreeView & | , | ||
bool | |||
) |
Definition at line 83 of file insdlg.cxx.