LibreOffice Module cui (master) 1
Functions
insdlg.cxx File Reference
#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>
Include dependency graph for insdlg.cxx:

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)
 

Function Documentation

◆ IMPL_LINK() [1/2]

IMPL_LINK ( SfxInsertFloatingFrameDialog  ,
CheckHdl  ,
weld::Toggleable ,
rButton  ,
void   
)

◆ IMPL_LINK() [2/2]

IMPL_LINK ( SvInsertOleDlg  ,
RadioHdl  ,
weld::Toggleable ,
rButton  ,
void   
)

Definition at line 113 of file insdlg.cxx.

◆ IMPL_LINK_NOARG() [1/3]

IMPL_LINK_NOARG ( SfxInsertFloatingFrameDialog  ,
OpenHdl  ,
weld::Button ,
void   
)

◆ IMPL_LINK_NOARG() [2/3]

IMPL_LINK_NOARG ( SvInsertOleDlg  ,
BrowseHdl  ,
weld::Button ,
void   
)

◆ IMPL_LINK_NOARG() [3/3]

IMPL_LINK_NOARG ( SvInsertOleDlg  ,
DoubleClickHdl  ,
weld::TreeView ,
bool   
)

Definition at line 83 of file insdlg.cxx.

References m_xDialog, and RET_OK.