#include <optional>
#include <unordered_map>
#include <sal/log.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <rtl/ustrbuf.hxx>
#include <rtl/ref.hxx>
#include <comphelper/interfacecontainer2.hxx>
#include <comphelper/propertysequence.hxx>
#include <com/sun/star/beans/IllegalTypeException.hpp>
#include <com/sun/star/beans/NotRemoveableException.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/beans/PropertyExistException.hpp>
#include <com/sun/star/beans/PropertySetInfoChange.hpp>
#include <com/sun/star/configuration/theDefaultProvider.hpp>
#include <com/sun/star/container/XHierarchicalNameAccess.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/container/XNameReplace.hpp>
#include <com/sun/star/util/XChangesBatch.hpp>
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
#include <cppuhelper/supportsservice.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/weak.hxx>
#include <utility>
#include "ucbstore.hxx"
Go to the source code of this file.
◆ makeHierarchalNameSegment()
static OUString makeHierarchalNameSegment |
( |
std::u16string_view |
rIn | ) |
|
|
static |
Definition at line 62 of file ucbstore.cxx.
References aBuffer, n, and nCount.
Referenced by PersistentPropertySet::addProperty(), PersistentPropertySet::getFullKeyImpl(), PropertySetInfo_Impl::getProperties(), PropertySetInfo_Impl::getPropertyByName(), PersistentPropertySet::getPropertyValue(), PersistentPropertySet::getPropertyValues(), PropertySetInfo_Impl::hasPropertyByName(), PersistentPropertySet::removeProperty(), PropertySetRegistry::renamePropertySet(), PersistentPropertySet::setPropertyValue(), and PersistentPropertySet::setPropertyValues().
◆ ucb_UcbStore_get_implementation()
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * ucb_UcbStore_get_implementation |
( |
css::uno::XComponentContext * |
context, |
|
|
css::uno::Sequence< css::uno::Any > const & |
|
|
) |
| |
◆ CFGPROPERTY_NODEPATH
constexpr OUStringLiteral CFGPROPERTY_NODEPATH = u"nodepath" |
|
constexpr |
◆ STORE_CONTENTPROPERTIES_KEY
constexpr OUStringLiteral STORE_CONTENTPROPERTIES_KEY = u"/org.openoffice.ucb.Store/ContentProperties" |
|
constexpr |