LibreOffice Module ucb (master) 1
Namespaces | Macros | Functions
cmis_repo_content.cxx File Reference
#include <sal/config.h>
#include <boost/make_shared.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/beans/XPropertySetInfo.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/ucb/XCommandInfo.hpp>
#include <com/sun/star/ucb/XDynamicResultSet.hpp>
#include <com/sun/star/xml/crypto/XDigestContext.hpp>
#include <com/sun/star/xml/crypto/DigestID.hpp>
#include <com/sun/star/xml/crypto/NSSInitializer.hpp>
#include <config_oauth2.h>
#include <rtl/uri.hxx>
#include <sal/log.hxx>
#include <tools/urlobj.hxx>
#include <ucbhelper/cancelcommandexecution.hxx>
#include <ucbhelper/contentidentifier.hxx>
#include <ucbhelper/propertyvalueset.hxx>
#include <ucbhelper/proxydecider.hxx>
#include <ucbhelper/macros.hxx>
#include "auth_provider.hxx"
#include "certvalidation_handler.hxx"
#include "cmis_content.hxx"
#include "cmis_provider.hxx"
#include "cmis_repo_content.hxx"
#include "cmis_resultset.hxx"
#include <memory>
Include dependency graph for cmis_repo_content.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 )
 

Functions

 cmis::XTYPEPROVIDER_COMMON_IMPL (RepoContent)
 

Macro Definition Documentation

◆ OUSTR_TO_STDSTR

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

Definition at line 44 of file cmis_repo_content.cxx.

◆ STD_TO_OUSTR

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

Definition at line 45 of file cmis_repo_content.cxx.