|
LibreOffice Module svtools (master) 1
|
#include <com/sun/star/task/InteractionHandler.hpp>#include <com/sun/star/task/PasswordContainer.hpp>#include <com/sun/star/task/XPasswordContainer2.hpp>#include <com/sun/star/ucb/XContentAccess.hpp>#include <com/sun/star/sdbc/XResultSet.hpp>#include <com/sun/star/sdbc/XRow.hpp>#include <comphelper/processfactory.hxx>#include <o3tl/safeint.hxx>#include <rtl/uri.hxx>#include <ucbhelper/content.hxx>#include <ucbhelper/commandenvironment.hxx>#include <comphelper/diagnose_ex.hxx>#include <svtools/PlaceEditDialog.hxx>#include <utility>#include <config_oauth2.h>#include "ServerDetailsControls.hxx"Go to the source code of this file.
Functions | |
| IMPL_STATIC_LINK (DetailsContainer, FormatPortHdl, weld::SpinButton &, rSpinButton, void) | |
| IMPL_LINK_NOARG (DetailsContainer, ValueChangeHdl, weld::Entry &, void) | |
| IMPL_LINK (DavDetailsContainer, ToggledDavsHdl, weld::Toggleable &, rCheckBox, void) | |
| IMPL_LINK_NOARG (CmisDetailsContainer, RefreshReposHdl, weld::Button &, void) | |
| IMPL_LINK_NOARG (CmisDetailsContainer, SelectRepoHdl, weld::ComboBox &, void) | |
| IMPL_LINK | ( | DavDetailsContainer | , |
| ToggledDavsHdl | , | ||
| weld::Toggleable & | , | ||
| rCheckBox | , | ||
| void | |||
| ) |
Definition at line 187 of file ServerDetailsControls.cxx.
| IMPL_LINK_NOARG | ( | CmisDetailsContainer | , |
| RefreshReposHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 395 of file ServerDetailsControls.cxx.
References aURL, ucbhelper::Content::createCursor(), Exception, comphelper::getProcessComponentContext(), sId, sName, TOOLS_WARN_EXCEPTION, and INetURLObject::WithCharset.
| IMPL_LINK_NOARG | ( | CmisDetailsContainer | , |
| SelectRepoHdl | , | ||
| weld::ComboBox & | , | ||
| void | |||
| ) |
Definition at line 488 of file ServerDetailsControls.cxx.
| IMPL_LINK_NOARG | ( | DetailsContainer | , |
| ValueChangeHdl | , | ||
| weld::Entry & | , | ||
| void | |||
| ) |
Definition at line 78 of file ServerDetailsControls.cxx.
| IMPL_STATIC_LINK | ( | DetailsContainer | , |
| FormatPortHdl | , | ||
| weld::SpinButton & | , | ||
| rSpinButton | , | ||
| void | |||
| ) |
Definition at line 42 of file ServerDetailsControls.cxx.