LibreOffice Module ucb (master) 1
Classes | Typedefs | Functions | Variables
cmis Namespace Reference

Classes

class  AuthProvider
 
class  CertValidationHandler
 
class  ChildrenProvider
 
class  Content
 
class  ContentProvider
 
class  DataSupplier
 
class  DynamicResultSet
 
class  RepoContent
 
struct  ResultListEntry
 
class  StdInputStream
 Implements a seekable InputStream working on an std::istream. More...
 
class  StdOutputStream
 Implements a OutputStream working on an std::ostream. More...
 
class  URL
 

Typedefs

typedef std::vector< ResultListEntry * > ResultList
 

Functions

 XTYPEPROVIDER_COMMON_IMPL (Content)
 
 XTYPEPROVIDER_IMPL_3 (ContentProvider, lang::XTypeProvider, lang::XServiceInfo, css::ucb::XContentProvider)
 
 XTYPEPROVIDER_COMMON_IMPL (RepoContent)
 

Variables

const int TRANSFER_BUFFER_SIZE = 65536
 
constexpr OUStringLiteral CMIS_FILE_TYPE = u"application/vnd.libreoffice.cmis-file"
 
constexpr OUStringLiteral CMIS_FOLDER_TYPE = u"application/vnd.libreoffice.cmis-folder"
 
constexpr OUStringLiteral CMIS_REPO_TYPE = u"application/vnd.libreoffice.cmis-repository"
 

Typedef Documentation

◆ ResultList

typedef std::vector< ResultListEntry* > cmis::ResultList

Definition at line 20 of file cmis_datasupplier.cxx.

Function Documentation

◆ XTYPEPROVIDER_COMMON_IMPL() [1/2]

cmis::XTYPEPROVIDER_COMMON_IMPL ( Content  )

◆ XTYPEPROVIDER_COMMON_IMPL() [2/2]

cmis::XTYPEPROVIDER_COMMON_IMPL ( RepoContent  )

◆ XTYPEPROVIDER_IMPL_3()

cmis::XTYPEPROVIDER_IMPL_3 ( ContentProvider  ,
lang::XTypeProvider  ,
lang::XServiceInfo  ,
css::ucb::XContentProvider   
)

Variable Documentation

◆ CMIS_FILE_TYPE

constexpr OUStringLiteral cmis::CMIS_FILE_TYPE = u"application/vnd.libreoffice.cmis-file"
inlineconstexpr

Definition at line 58 of file cmis_content.hxx.

Referenced by cmis::Content::getContentType(), and cmis::DataSupplier::getData().

◆ CMIS_FOLDER_TYPE

constexpr OUStringLiteral cmis::CMIS_FOLDER_TYPE = u"application/vnd.libreoffice.cmis-folder"
inlineconstexpr

Definition at line 59 of file cmis_content.hxx.

Referenced by cmis::Content::getContentType().

◆ CMIS_REPO_TYPE

constexpr OUStringLiteral cmis::CMIS_REPO_TYPE = u"application/vnd.libreoffice.cmis-repository"
inlineconstexpr

Definition at line 44 of file cmis_repo_content.hxx.

Referenced by cmis::RepoContent::getContentType().

◆ TRANSFER_BUFFER_SIZE

const int cmis::TRANSFER_BUFFER_SIZE = 65536

Definition at line 1419 of file cmis_content.cxx.