LibreOffice Module ucb (master) 1
Namespaces | Macros
auth_provider.cxx File Reference
#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"
Include dependency graph for auth_provider.cxx:

Go to the source code of this file.

Namespaces

namespace  cmis
 

Macros

#define OUSTR_TO_STDSTR(s)   std::string( OUStringToOString( s, RTL_TEXTENCODING_UTF8 ) )
 
#define STD_TO_OUSTR(str)   OUString( str.c_str(), str.length( ), RTL_TEXTENCODING_UTF8 )
 

Macro Definition Documentation

◆ OUSTR_TO_STDSTR

#define OUSTR_TO_STDSTR (   s)    std::string( OUStringToOString( s, RTL_TEXTENCODING_UTF8 ) )

Definition at line 10 of file auth_provider.cxx.

◆ STD_TO_OUSTR

#define STD_TO_OUSTR (   str)    OUString( str.c_str(), str.length( ), RTL_TEXTENCODING_UTF8 )

Definition at line 11 of file auth_provider.cxx.