LibreOffice Module ucb (master) 1
Macros | Functions
filtask.cxx File Reference
#include <config_features.h>
#include <sal/config.h>
#include <sal/log.hxx>
#include <com/sun/star/beans/IllegalTypeException.hpp>
#include <com/sun/star/beans/NotRemoveableException.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/beans/PropertyExistException.hpp>
#include <com/sun/star/io/BufferSizeExceededException.hpp>
#include <com/sun/star/io/NotConnectedException.hpp>
#include <com/sun/star/io/IOException.hpp>
#include <com/sun/star/lang/IllegalAccessException.hpp>
#include <com/sun/star/task/InteractionClassification.hpp>
#include <com/sun/star/ucb/ContentInfoAttribute.hpp>
#include <com/sun/star/ucb/DuplicateCommandIdentifierException.hpp>
#include <com/sun/star/ucb/IOErrorCode.hpp>
#include <com/sun/star/ucb/InsertCommandArgument.hpp>
#include <com/sun/star/ucb/InteractiveAugmentedIOException.hpp>
#include <com/sun/star/ucb/NameClash.hpp>
#include <com/sun/star/ucb/OpenCommandArgument.hpp>
#include <com/sun/star/ucb/Store.hpp>
#include <com/sun/star/ucb/TransferInfo.hpp>
#include <comphelper/propertysequence.hxx>
#include <rtl/ref.hxx>
#include <rtl/uri.hxx>
#include "filtask.hxx"
#include "filcmd.hxx"
#include "filglob.hxx"
#include "filinpstr.hxx"
#include "filprp.hxx"
#include "filrset.hxx"
#include "filstr.hxx"
#include "prov.hxx"
#include "filinl.hxx"
Include dependency graph for filtask.cxx:

Go to the source code of this file.

Macros

#define THROW_WHERE   SAL_WHERE
 

Functions

constexpr OUStringLiteral Title (u"Title")
 
constexpr OUStringLiteral CasePreservingURL (u"CasePreservingURL")
 
constexpr OUStringLiteral IsDocument (u"IsDocument")
 
constexpr OUStringLiteral IsFolder (u"IsFolder")
 
constexpr OUStringLiteral DateModified (u"DateModified")
 
constexpr OUStringLiteral Size (u"Size")
 
constexpr OUStringLiteral IsVolume (u"IsVolume")
 
constexpr OUStringLiteral IsRemoveable (u"IsRemoveable")
 
constexpr OUStringLiteral IsRemote (u"IsRemote")
 
constexpr OUStringLiteral IsCompactDisc (u"IsCompactDisc")
 
constexpr OUStringLiteral IsFloppy (u"IsFloppy")
 
constexpr OUStringLiteral IsHidden (u"IsHidden")
 
constexpr OUStringLiteral ContentType (u"ContentType")
 
constexpr OUStringLiteral IsReadOnly (u"IsReadOnly")
 
constexpr OUStringLiteral CreatableContentsInfo (u"CreatableContentsInfo")
 

Macro Definition Documentation

◆ THROW_WHERE

#define THROW_WHERE   SAL_WHERE

Definition at line 73 of file filtask.cxx.

Function Documentation

◆ CasePreservingURL()

constexpr OUStringLiteral CasePreservingURL ( u"CasePreservingURL"  )
constexpr

◆ ContentType()

constexpr OUStringLiteral ContentType ( u"ContentType"  )
constexpr

◆ CreatableContentsInfo()

constexpr OUStringLiteral CreatableContentsInfo ( u"CreatableContentsInfo"  )
constexpr

◆ DateModified()

constexpr OUStringLiteral DateModified ( u"DateModified"  )
constexpr

◆ IsCompactDisc()

constexpr OUStringLiteral IsCompactDisc ( u"IsCompactDisc"  )
constexpr

◆ IsDocument()

constexpr OUStringLiteral IsDocument ( u"IsDocument"  )
constexpr

◆ IsFloppy()

constexpr OUStringLiteral IsFloppy ( u"IsFloppy"  )
constexpr

◆ IsFolder()

constexpr OUStringLiteral IsFolder ( u"IsFolder"  )
constexpr

◆ IsHidden()

constexpr OUStringLiteral IsHidden ( u"IsHidden"  )
constexpr

◆ IsReadOnly()

constexpr OUStringLiteral IsReadOnly ( u"IsReadOnly"  )
constexpr

◆ IsRemote()

constexpr OUStringLiteral IsRemote ( u"IsRemote"  )
constexpr

◆ IsRemoveable()

constexpr OUStringLiteral IsRemoveable ( u"IsRemoveable"  )
constexpr

◆ IsVolume()

constexpr OUStringLiteral IsVolume ( u"IsVolume"  )
constexpr

◆ Size()

constexpr OUStringLiteral Size ( u"Size"  )
constexpr

◆ Title()

constexpr OUStringLiteral Title ( u"Title"  )
constexpr

References Title.