#include <sal/config.h>
#include <string_view>
#include "filglob.hxx"
#include "filerror.hxx"
#include "bc.hxx"
#include <osl/file.hxx>
#include <ucbhelper/cancelcommandexecution.hxx>
#include <com/sun/star/ucb/UnsupportedCommandException.hpp>
#include <com/sun/star/ucb/UnsupportedOpenModeException.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/ucb/IOErrorCode.hpp>
#include <com/sun/star/ucb/MissingPropertiesException.hpp>
#include <com/sun/star/ucb/MissingInputStreamException.hpp>
#include <com/sun/star/ucb/NameClashException.hpp>
#include <com/sun/star/ucb/InteractiveBadTransferURLException.hpp>
#include <com/sun/star/ucb/UnsupportedNameClashException.hpp>
#include <com/sun/star/beans/PropertyState.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/ucb/InteractiveAugmentedIOException.hpp>
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <o3tl/string_view.hxx>
#include <osl/diagnose.h>
#include <rtl/uri.hxx>
#include <rtl/ustring.hxx>
#include <sal/types.h>
Go to the source code of this file.
|
bool | fileaccess::isChild (std::u16string_view srcUnqPath, std::u16string_view dstUnqPath) |
|
OUString | fileaccess::newName (std::u16string_view aNewPrefix, std::u16string_view aOldPrefix, std::u16string_view old_Name) |
|
std::u16string_view | fileaccess::getTitle (std::u16string_view aPath) |
|
OUString | fileaccess::getParentName (std::u16string_view aFileName) |
|
osl::FileBase::RC | fileaccess::osl_File_copy (const OUString &strPath, const OUString &strDestPath, bool test) |
| special copy: On test = true, the implementation determines whether the destination exists and returns the appropriate errorcode E_EXIST. More...
|
|
osl::FileBase::RC | fileaccess::osl_File_move (const OUString &strPath, const OUString &strDestPath, bool test=false) |
| special move: On test = true, the implementation determines whether the destination exists and returns the appropriate errorcode E_EXIST. More...
|
|
void | fileaccess::throw_handler (sal_Int32 errorCode, sal_Int32 minorCode, const Reference< XCommandEnvironment > &xEnv, const OUString &aUncPath, BaseContent *pContent, bool isHandled) |
|