LibreOffice Module ucbhelper (master) 1
Classes | Namespaces | Enumerations
content.hxx File Reference
#include <rtl/ref.hxx>
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/uno/Sequence.h>
#include <ucbhelper/ucbhelperdllapi.h>
Include dependency graph for content.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ucbhelper::Content
 This class simplifies access to UCB contents by providing a more convenient API for frequently used functionality then the "raw" UCB-API does. More...
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::beans
 
namespace  com::sun::star::io
 
namespace  com::sun::star::sdbc
 
namespace  com::sun::star::ucb
 
namespace  com::sun::star::uno
 
namespace  ucbhelper
 

Enumerations

enum  ucbhelper::ResultSetInclude {
  ucbhelper::INCLUDE_FOLDERS_ONLY ,
  ucbhelper::INCLUDE_DOCUMENTS_ONLY ,
  ucbhelper::INCLUDE_FOLDERS_AND_DOCUMENTS
}
 These are the possible values for the parameter eMode of method ucbhelper::Content::createCursor. More...
 
enum class  ucbhelper::InsertOperation {
  ucbhelper::Copy ,
  ucbhelper::Move ,
  ucbhelper::Checkin
}
 These are the possible values for the parameter eOperation of method ucbhelper::Content::insertNewContent. More...