LibreOffice Module desktop (master) 1
Classes | Namespaces | Functions
dp_ucb.h File Reference
#include <vector>
#include <com/sun/star/sdbc/XResultSet.hpp>
#include <com/sun/star/ucb/XCommandEnvironment.hpp>
#include "dp_misc_api.hxx"
#include <ucbhelper/content.hxx>
Include dependency graph for dp_ucb.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  dp_misc::StrTitle
 

Namespaces

namespace  ucbhelper
 
namespace  dp_misc
 

Functions

DESKTOP_DEPLOYMENTMISC_DLLPUBLIC bool dp_misc::create_ucb_content (::ucbhelper::Content *ucb_content, OUString const &url, css::uno::Reference< css::ucb::XCommandEnvironment > const &xCmdEnv, bool throw_exc=true)
 
DESKTOP_DEPLOYMENTMISC_DLLPUBLIC bool dp_misc::create_folder (::ucbhelper::Content *ucb_content, OUString const &url, css::uno::Reference< css::ucb::XCommandEnvironment > const &xCmdEnv, bool throw_exc=true)
 
DESKTOP_DEPLOYMENTMISC_DLLPUBLIC bool dp_misc::erase_path (OUString const &url, css::uno::Reference< css::ucb::XCommandEnvironment > const &xCmdEnv, bool throw_exc=true)
 
DESKTOP_DEPLOYMENTMISC_DLLPUBLIC std::vector< sal_Int8dp_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)