#include <sal/config.h>
#include <dp_misc.h>
#include <dp_ucb.h>
#include <rtl/uri.hxx>
#include <rtl/ustrbuf.hxx>
#include <ucbhelper/content.hxx>
#include <xmlscript/xml_helper.hxx>
#include <com/sun/star/io/XOutputStream.hpp>
#include <com/sun/star/ucb/CommandFailedException.hpp>
#include <com/sun/star/ucb/ContentInfo.hpp>
#include <com/sun/star/ucb/ContentInfoAttribute.hpp>
#include <com/sun/star/ucb/ContentCreationException.hpp>
#include <comphelper/processfactory.hxx>
Go to the source code of this file.
|
bool | dp_misc::create_ucb_content (::ucbhelper::Content *ret_ucbContent, OUString const &url, Reference< XCommandEnvironment > const &xCmdEnv, bool throw_exc) |
|
bool | dp_misc::create_folder (::ucbhelper::Content *ret_ucb_content, OUString const &url_, Reference< XCommandEnvironment > const &xCmdEnv, bool throw_exc) |
|
bool | dp_misc::erase_path (OUString const &url, Reference< XCommandEnvironment > const &xCmdEnv, bool throw_exc) |
|
DESKTOP_DEPLOYMENTMISC_DLLPUBLIC std::vector< sal_Int8 > | dp_misc::readFile (::ucbhelper::Content &ucb_content) |
|
DESKTOP_DEPLOYMENTMISC_DLLPUBLIC bool | dp_misc::readLine (OUString *res, std::u16string_view startingWith, ::ucbhelper::Content &ucb_content, rtl_TextEncoding textenc) |
|
DESKTOP_DEPLOYMENTMISC_DLLPUBLIC bool | dp_misc::readProperties (std::vector< std::pair< OUString, OUString > > &out_result, ::ucbhelper::Content &ucb_content) |
|