LibreOffice Module configmgr (master) 1
|
#include <sal/config.h>
#include <cassert>
#include <chrono>
#include <utility>
#include <vector>
#include <set>
#include <com/sun/star/beans/Optional.hpp>
#include <com/sun/star/beans/UnknownPropertyException.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/container/NoSuchElementException.hpp>
#include <com/sun/star/lang/WrappedTargetException.hpp>
#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Exception.hpp>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/RuntimeException.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/uno/XInterface.hpp>
#include <cppuhelper/exc_hlp.hxx>
#include <config_dconf.h>
#include <config_folders.h>
#include <osl/conditn.hxx>
#include <osl/file.hxx>
#include <osl/mutex.hxx>
#include <rtl/bootstrap.hxx>
#include <rtl/ref.hxx>
#include <rtl/ustrbuf.hxx>
#include <rtl/ustring.hxx>
#include <sal/log.hxx>
#include <sal/types.h>
#include <salhelper/thread.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <comphelper/backupfilehelper.hxx>
#include <o3tl/string_view.hxx>
#include "additions.hxx"
#include "components.hxx"
#include "data.hxx"
#include "lock.hxx"
#include "modifications.hxx"
#include "node.hxx"
#include "nodemap.hxx"
#include "parsemanager.hxx"
#include "partial.hxx"
#include "rootaccess.hxx"
#include "writemodfile.hxx"
#include "xcdparser.hxx"
#include "xcuparser.hxx"
#include "xcsparser.hxx"
Go to the source code of this file.
Classes | |
class | configmgr::Components::WriteThread |
Namespaces | |
namespace | configmgr |
rtl::Reference< ParseManager > manager |
Definition at line 86 of file components.cxx.
Referenced by configmgr::Components::parseXcdFiles().
OUString name |
Definition at line 85 of file components.cxx.
Referenced by configmgr::ChildAccess::bind(), configmgr::Data::createSegment(), configmgr::Access::createUnmodifiedChild(), configmgr::XcuParser::endElement(), configmgr::NodeMap::findNode(), configmgr::Data::fullTemplateName(), configmgr::Access::getByNameFast(), configmgr::Access::getChild(), configmgr::getDynamicType(), configmgr::Components::getExternalValue(), configmgr::Node::getMember(), configmgr::Access::getSubChild(), configmgr::Access::getUnmodifiedChild(), configmgr::XcsParser::handleGroup(), configmgr::XcuParser::handleGroupNode(), configmgr::XcuParser::handleGroupProp(), configmgr::XcuParser::handleLocalizedGroupProp(), configmgr::XcuParser::handleLocpropValue(), configmgr::XcsParser::handleNodeRef(), configmgr::XcuParser::handlePlainGroupProp(), configmgr::XcsParser::handleProp(), configmgr::XcsParser::handleSet(), configmgr::XcuParser::handleSetNode(), configmgr::XcuParser::handleUnknownGroupProp(), configmgr::Access::insertLocalizedValueChild(), configmgr::Data::parseSegment(), configmgr::Components::parseXcdFiles(), configmgr::Access::releaseChild(), configmgr::Access::setChildProperty(), configmgr::ValueParser::startElement(), configmgr::XcdParser::startElement(), configmgr::XcsParser::startElement(), and configmgr::XcuParser::startElement().