LibreOffice Module unotools (master) 1
Namespaces | Functions
ucbhelper.hxx File Reference
#include <sal/config.h>
#include <unotools/unotoolsdllapi.h>
#include <rtl/ustring.hxx>
#include <com/sun/star/uno/Reference.hxx>
Include dependency graph for ucbhelper.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::uno
 
namespace  com::sun::star::ucb
 
namespace  ucbhelper
 
namespace  utl
 
namespace  utl::UCBContentHelper
 

Functions

UNOTOOLS_DLLPUBLIC bool utl::UCBContentHelper::IsDocument (OUString const &url)
 
UNOTOOLS_DLLPUBLIC bool utl::UCBContentHelper::IsFolder (OUString const &url)
 
UNOTOOLS_DLLPUBLIC bool utl::UCBContentHelper::GetTitle (OUString const &url, OUString *title)
 
UNOTOOLS_DLLPUBLIC bool utl::UCBContentHelper::Kill (OUString const &url)
 
UNOTOOLS_DLLPUBLIC css::uno::Any utl::UCBContentHelper::GetProperty (OUString const &url, OUString const &property)
 
UNOTOOLS_DLLPUBLIC bool utl::UCBContentHelper::MakeFolder (ucbhelper::Content &parent, OUString const &title, ucbhelper::Content &result)
 
UNOTOOLS_DLLPUBLIC bool utl::UCBContentHelper::ensureFolder (const css::uno::Reference< css::uno::XComponentContext > &xCtx, const css::uno::Reference< css::ucb::XCommandEnvironment > &xEnv, std::u16string_view rFolder, ucbhelper::Content &result) noexcept
 like mkdir -p More...
 
UNOTOOLS_DLLPUBLIC bool utl::UCBContentHelper::IsYounger (OUString const &younger, OUString const &older)
 
UNOTOOLS_DLLPUBLIC bool utl::UCBContentHelper::Exists (OUString const &url)
 
UNOTOOLS_DLLPUBLIC bool utl::UCBContentHelper::IsSubPath (OUString const &parent, OUString const &child)
 
UNOTOOLS_DLLPUBLIC bool utl::UCBContentHelper::EqualURLs (OUString const &url1, OUString const &url2)
 
UNOTOOLS_DLLPUBLIC css::uno::Reference< css::ucb::XCommandEnvironment > utl::UCBContentHelper::getDefaultCommandEnvironment ()
 Returns a default XCommandEnvironment to be used when creating a ucbhelper::Content. More...