#include <com/sun/star/task/XInteractionHandler.hpp>
#include <com/sun/star/task/PasswordContainer.hpp>
#include <com/sun/star/task/XPasswordContainer2.hpp>
#include <comphelper/processfactory.hxx>
#include <ucbhelper/simpleauthenticationrequest.hxx>
#include <ucbhelper/authenticationfallback.hxx>
#include "auth_provider.hxx"
Go to the source code of this file.
◆ OUSTR_TO_STDSTR
#define OUSTR_TO_STDSTR |
( |
|
s | ) |
std::string( OUStringToOString( s, RTL_TEXTENCODING_UTF8 ) ) |
◆ STD_TO_OUSTR
#define STD_TO_OUSTR |
( |
|
str | ) |
OUString( str.c_str(), str.length( ), RTL_TEXTENCODING_UTF8 ) |