#include <sal/config.h>
#include <string_view>
#include <rtl/ustring.hxx>
#include <osl/file.hxx>
#include <com/sun/star/ucb/XCommandEnvironment.hpp>
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 css::uno::Reference< css::ucb::XCommandEnvironment > &xEnv, const OUString &aUncPath, BaseContent *pContent, bool isHandled) |
|