LibreOffice Module ucb (master)
1
|
#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"
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") |
#define THROW_WHERE SAL_WHERE |
Definition at line 73 of file filtask.cxx.
Referenced by fileaccess::TaskManager::associate(), fileaccess::TaskManager::deassociate(), and fileaccess::TaskManager::setv().
constexpr OUStringLiteral CasePreservingURL | ( | u"CasePreservingURL" | ) |
constexpr OUStringLiteral ContentType | ( | u"ContentType" | ) |
constexpr OUStringLiteral CreatableContentsInfo | ( | u"CreatableContentsInfo" | ) |
Referenced by fileaccess::TaskManager::commit().
constexpr OUStringLiteral DateModified | ( | u"DateModified" | ) |
Referenced by fileaccess::TaskManager::commit(), and fileaccess::TaskManager::getMaskFromProperties().
constexpr OUStringLiteral IsCompactDisc | ( | u"IsCompactDisc" | ) |
Referenced by fileaccess::TaskManager::commit(), and fileaccess::TaskManager::getMaskFromProperties().
constexpr OUStringLiteral IsDocument | ( | u"IsDocument" | ) |
constexpr OUStringLiteral IsFloppy | ( | u"IsFloppy" | ) |
Referenced by fileaccess::TaskManager::commit(), and fileaccess::TaskManager::getMaskFromProperties().
constexpr OUStringLiteral IsFolder | ( | u"IsFolder" | ) |
Referenced by fileaccess::TaskManager::commit(), and fileaccess::TaskManager::getMaskFromProperties().
constexpr OUStringLiteral IsHidden | ( | u"IsHidden" | ) |
constexpr OUStringLiteral IsReadOnly | ( | u"IsReadOnly" | ) |
constexpr OUStringLiteral IsRemote | ( | u"IsRemote" | ) |
Referenced by fileaccess::TaskManager::commit(), and fileaccess::TaskManager::getMaskFromProperties().
constexpr OUStringLiteral IsRemoveable | ( | u"IsRemoveable" | ) |
Referenced by fileaccess::TaskManager::commit(), and fileaccess::TaskManager::getMaskFromProperties().
constexpr OUStringLiteral IsVolume | ( | u"IsVolume" | ) |
Referenced by fileaccess::TaskManager::commit(), and fileaccess::TaskManager::getMaskFromProperties().
constexpr OUStringLiteral Title | ( | u"Title" | ) |