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

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)
 

Function Documentation

◆ IMPL_LINK()

IMPL_LINK ( DavDetailsContainer  ,
ToggledDavsHdl  ,
weld::Toggleable ,
rCheckBox  ,
void   
)

Definition at line 187 of file ServerDetailsControls.cxx.

◆ IMPL_LINK_NOARG() [1/3]

IMPL_LINK_NOARG ( CmisDetailsContainer  ,
RefreshReposHdl  ,
weld::Button ,
void   
)

◆ IMPL_LINK_NOARG() [2/3]

IMPL_LINK_NOARG ( CmisDetailsContainer  ,
SelectRepoHdl  ,
weld::ComboBox ,
void   
)

Definition at line 488 of file ServerDetailsControls.cxx.

◆ IMPL_LINK_NOARG() [3/3]

IMPL_LINK_NOARG ( DetailsContainer  ,
ValueChangeHdl  ,
weld::Entry ,
void   
)

Definition at line 78 of file ServerDetailsControls.cxx.

◆ IMPL_STATIC_LINK()

IMPL_STATIC_LINK ( DetailsContainer  ,
FormatPortHdl  ,
weld::SpinButton ,
rSpinButton  ,
void   
)

Definition at line 42 of file ServerDetailsControls.cxx.