#include <sal/config.h>
#include <string_view>
#include <utility>
#include <unordered_map>
#include <properties.h>
#include <helper/mischelper.hxx>
#include <com/sun/star/beans/Property.hpp>
#include <com/sun/star/beans/XProperty.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/util/XChangesNotifier.hpp>
#include <com/sun/star/util/PathSubstitution.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/util/XStringSubstitution.hpp>
#include <com/sun/star/util/XChangesListener.hpp>
#include <com/sun/star/util/XPathSettings.hpp>
#include <tools/urlobj.hxx>
#include <rtl/ustrbuf.hxx>
#include <rtl/ref.hxx>
#include <sal/log.hxx>
#include <cppuhelper/basemutex.hxx>
#include <cppuhelper/propshlp.hxx>
#include <cppuhelper/compbase.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <comphelper/sequence.hxx>
#include <comphelper/configurationhelper.hxx>
#include <unotools/configpaths.hxx>
#include <o3tl/string_view.hxx>
Go to the source code of this file.
◆ com_sun_star_comp_framework_PathSettings_get_implementation()
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_framework_PathSettings_get_implementation |
( |
css::uno::XComponentContext * |
context, |
|
|
css::uno::Sequence< css::uno::Any > const & |
|
|
) |
| |
◆ CFGPROP_USERPATHS
constexpr OUStringLiteral CFGPROP_USERPATHS = u"UserPaths" |
|
constexpr |
◆ CFGPROP_WRITEPATH
constexpr OUStringLiteral CFGPROP_WRITEPATH = u"WritePath" |
|
constexpr |
◆ POSTFIX_INTERNAL_PATHS
constexpr OUStringLiteral POSTFIX_INTERNAL_PATHS = u"_internal" |
|
constexpr |
◆ POSTFIX_USER_PATHS
constexpr OUStringLiteral POSTFIX_USER_PATHS = u"_user" |
|
constexpr |
◆ POSTFIX_WRITE_PATH
constexpr OUStringLiteral POSTFIX_WRITE_PATH = u"_writable" |
|
constexpr |