|
LibreOffice Module svtools (master) 1
|
#include <pwd.h>#include <svtools/inettbc.hxx>#include <comphelper/diagnose_ex.hxx>#include <com/sun/star/uno/Any.hxx>#include <com/sun/star/uno/Reference.hxx>#include <com/sun/star/beans/Property.hpp>#include <com/sun/star/sdbc/XResultSet.hpp>#include <com/sun/star/sdbc/XRow.hpp>#include <com/sun/star/task/XInteractionHandler.hpp>#include <com/sun/star/ucb/NumberedSortingInfo.hpp>#include <com/sun/star/ucb/UniversalContentBroker.hpp>#include <com/sun/star/ucb/XAnyCompareFactory.hpp>#include <com/sun/star/ucb/XCommandProcessor2.hpp>#include <com/sun/star/ucb/XProgressHandler.hpp>#include <com/sun/star/ucb/XContentAccess.hpp>#include <com/sun/star/ucb/SortedDynamicResultSetFactory.hpp>#include <comphelper/processfactory.hxx>#include <comphelper/string.hxx>#include <salhelper/thread.hxx>#include <tools/debug.hxx>#include <o3tl/string_view.hxx>#include <osl/file.hxx>#include <osl/mutex.hxx>#include <unotools/historyoptions.hxx>#include <unotools/pathoptions.hxx>#include <ucbhelper/commandenvironment.hxx>#include <ucbhelper/content.hxx>#include <unotools/ucbhelper.hxx>#include <svtools/asynclink.hxx>#include <svtools/urlfilter.hxx>#include <mutex>#include <utility>#include <vector>#include <algorithm>Go to the source code of this file.
Classes | |
| class | SvtURLBox_Impl |
| class | SvtMatchContext_Impl |
Functions | |
| IMPL_LINK_NOARG (SvtMatchContext_Impl, Select_Impl, void *, void) | |
| IMPL_LINK_NOARG (SvtURLBox, TryAutoComplete, Timer *, void) | |
| IMPL_LINK_NOARG (SvtURLBox, ChangedHdl, weld::ComboBox &, void) | |
| IMPL_LINK_NOARG (SvtURLBox, FocusInHdl, weld::Widget &, void) | |
| IMPL_LINK_NOARG (SvtURLBox, FocusOutHdl, weld::Widget &, void) | |
| IMPL_LINK_NOARG | ( | SvtMatchContext_Impl | , |
| Select_Impl | , | ||
| void * | , | ||
| void | |||
| ) |
Definition at line 187 of file inettbc.cxx.
References mutex_.
| IMPL_LINK_NOARG | ( | SvtURLBox | , |
| ChangedHdl | , | ||
| weld::ComboBox & | , | ||
| void | |||
| ) |
Definition at line 952 of file inettbc.cxx.
References m_xWidget.
| IMPL_LINK_NOARG | ( | SvtURLBox | , |
| FocusInHdl | , | ||
| weld::Widget & | , | ||
| void | |||
| ) |
Definition at line 958 of file inettbc.cxx.
References m_xWidget.
| IMPL_LINK_NOARG | ( | SvtURLBox | , |
| FocusOutHdl | , | ||
| weld::Widget & | , | ||
| void | |||
| ) |
Definition at line 967 of file inettbc.cxx.
References m_xWidget.
Definition at line 831 of file inettbc.cxx.
References m_xWidget.