|
LibreOffice Module ucb (master) 1
|
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 std::vector< ResultListEntry* > cmis::ResultList |
Definition at line 20 of file cmis_datasupplier.cxx.
| cmis::XTYPEPROVIDER_COMMON_IMPL | ( | Content | ) |
| cmis::XTYPEPROVIDER_COMMON_IMPL | ( | RepoContent | ) |
| cmis::XTYPEPROVIDER_IMPL_3 | ( | ContentProvider | , |
| lang::XTypeProvider | , | ||
| lang::XServiceInfo | , | ||
| css::ucb::XContentProvider | |||
| ) |
|
inlineconstexpr |
Definition at line 58 of file cmis_content.hxx.
Referenced by cmis::Content::getContentType(), and cmis::DataSupplier::getData().
|
inlineconstexpr |
Definition at line 59 of file cmis_content.hxx.
Referenced by cmis::Content::getContentType().
|
inlineconstexpr |
Definition at line 44 of file cmis_repo_content.hxx.
Referenced by cmis::RepoContent::getContentType().
| const int cmis::TRANSFER_BUFFER_SIZE = 65536 |
Definition at line 1419 of file cmis_content.cxx.