LibreOffice Module framework (master) 1
Functions | Variables
pathsettings.cxx File Reference
#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>
Include dependency graph for pathsettings.cxx:

Go to the source code of this file.

Functions

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 &)
 

Variables

constexpr OUStringLiteral CFGPROP_USERPATHS = u"UserPaths"
 
constexpr OUStringLiteral CFGPROP_WRITEPATH = u"WritePath"
 
constexpr OUStringLiteral POSTFIX_INTERNAL_PATHS = u"_internal"
 
constexpr OUStringLiteral POSTFIX_USER_PATHS = u"_user"
 
constexpr OUStringLiteral POSTFIX_WRITE_PATH = u"_writable"
 

Function Documentation

◆ 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 &   
)

Definition at line 1411 of file pathsettings.cxx.

Variable Documentation

◆ CFGPROP_USERPATHS

constexpr OUStringLiteral CFGPROP_USERPATHS = u"UserPaths"
constexpr

Definition at line 57 of file pathsettings.cxx.

◆ CFGPROP_WRITEPATH

constexpr OUStringLiteral CFGPROP_WRITEPATH = u"WritePath"
constexpr

Definition at line 58 of file pathsettings.cxx.

◆ POSTFIX_INTERNAL_PATHS

constexpr OUStringLiteral POSTFIX_INTERNAL_PATHS = u"_internal"
constexpr

Definition at line 67 of file pathsettings.cxx.

◆ POSTFIX_USER_PATHS

constexpr OUStringLiteral POSTFIX_USER_PATHS = u"_user"
constexpr

Definition at line 68 of file pathsettings.cxx.

◆ POSTFIX_WRITE_PATH

constexpr OUStringLiteral POSTFIX_WRITE_PATH = u"_writable"
constexpr

Definition at line 69 of file pathsettings.cxx.