LibreOffice Module comphelper (master) 1
|
#include <config_folders.h>
#include <cppuhelper/supportsservice.hxx>
#include <osl/file.hxx>
#include <com/sun/star/util/theMacroExpander.hpp>
#include <comphelper/fileurl.hxx>
#include <utility>
#include "officeinstallationdirectories.hxx"
Go to the source code of this file.
Namespaces | |
namespace | comphelper |
Functions | |
static bool | makeCanonicalFileURL (OUString &rURL) |
constexpr OUStringLiteral | comphelper::g_aOfficeBrandDirMacro (u"$(brandbaseurl)") |
constexpr OUStringLiteral | comphelper::g_aUserDirMacro (u"$(userdataurl)") |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | com_sun_star_comp_util_OfficeInstallationDirectories (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_util_OfficeInstallationDirectories | ( | css::uno::XComponentContext * | context, |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Definition at line 241 of file officeinstallationdirectories.cxx.
|
static |
Definition at line 39 of file officeinstallationdirectories.cxx.
References comphelper::isFileUrl().
Referenced by comphelper::OfficeInstallationDirectories::initDirs(), and comphelper::OfficeInstallationDirectories::makeRelocatableURL().