LibreOffice Module sfx2 (master) 1
|
#include <inettbc.hxx>
#include <com/sun/star/awt/XTopWindow.hpp>
#include <com/sun/star/frame/Desktop.hpp>
#include <com/sun/star/task/XInteractionHandler.hpp>
#include <com/sun/star/util/XURLTransformer.hpp>
#include <comphelper/propertyvalue.hxx>
#include <svl/stritem.hxx>
#include <unotools/historyoptions.hxx>
#include <vcl/toolbox.hxx>
#include <vcl/svapp.hxx>
#include <osl/file.hxx>
#include <rtl/ustring.hxx>
#include <svtools/inettbc.hxx>
#include <vcl/InterimItemWindow.hxx>
#include <sfx2/sfxsids.hrc>
Go to the source code of this file.
Classes | |
class | URLBoxItemWindow |
Functions | |
IMPL_LINK (URLBoxItemWindow, KeyInputHdl, const KeyEvent &, rKEvt, bool) | |
IMPL_STATIC_LINK (SfxURLToolBoxControl_Impl, ExecuteHdl_Impl, void *, p, void) | |
IMPL_LINK (SfxURLToolBoxControl_Impl, SelectHdl, weld::ComboBox &, rComboBox, void) | |
IMPL_LINK_NOARG (SfxURLToolBoxControl_Impl, OpenHdl, weld::ComboBox &, bool) | |
IMPL_LINK | ( | SfxURLToolBoxControl_Impl | , |
SelectHdl | , | ||
weld::ComboBox & | , | ||
rComboBox | , | ||
void | |||
) |
Definition at line 188 of file inettbc.cxx.
References aName, and SvtURLBox::GetURL().
IMPL_LINK | ( | URLBoxItemWindow | , |
KeyInputHdl | , | ||
const KeyEvent & | , | ||
rKEvt | , | ||
bool | |||
) |
Definition at line 106 of file inettbc.cxx.
IMPL_LINK_NOARG | ( | SfxURLToolBoxControl_Impl | , |
OpenHdl | , | ||
weld::ComboBox & | , | ||
bool | |||
) |
Definition at line 199 of file inettbc.cxx.
References SvtURLBox::GetURL(), m_xContext, and xFrame.
IMPL_STATIC_LINK | ( | SfxURLToolBoxControl_Impl | , |
ExecuteHdl_Impl | , | ||
void * | , | ||
p | , | ||
void | |||
) |
Definition at line 161 of file inettbc.cxx.