LibreOffice Module framework (master) 1
|
#include <accelerators/storageholder.hxx>
#include <accelerators/acceleratorconfiguration.hxx>
#include <sal/log.hxx>
#include <com/sun/star/embed/ElementModes.hpp>
#include <com/sun/star/embed/XTransactedObject.hpp>
#include <rtl/ustrbuf.hxx>
#include <o3tl/string_view.hxx>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | framework |
Macros | |
#define | PATH_SEPARATOR_UNICODE u'/' |
Variables | |
constexpr OUStringLiteral | PATH_SEPARATOR = u"/" |
#define PATH_SEPARATOR_UNICODE u'/' |
Definition at line 34 of file storageholder.cxx.
|
constexpr |
Definition at line 33 of file storageholder.cxx.
Referenced by framework::StorageHolder::closePath(), framework::StorageHolder::getAllPathStorages(), framework::StorageHolder::getParentStorage(), framework::StorageHolder::impl_st_normPath(), and framework::StorageHolder::openPath().