LibreOffice Module configmgr (master) 1
Namespaces | Functions
writemodfile.cxx File Reference
#include <sal/config.h>
#include <cassert>
#include <cstddef>
#include <limits>
#include <string_view>
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/RuntimeException.hpp>
#include <com/sun/star/uno/Sequence.hxx>
#include <o3tl/safeint.hxx>
#include <osl/file.h>
#include <osl/file.hxx>
#include <rtl/string.h>
#include <rtl/string.hxx>
#include <rtl/textcvt.h>
#include <rtl/textenc.h>
#include <rtl/ustring.hxx>
#include <rtl/strbuf.hxx>
#include <sal/log.hxx>
#include <sal/types.h>
#include <xmlreader/span.hxx>
#include "data.hxx"
#include "groupnode.hxx"
#include "localizedpropertynode.hxx"
#include "localizedvaluenode.hxx"
#include "modifications.hxx"
#include "node.hxx"
#include "nodemap.hxx"
#include "propertynode.hxx"
#include "type.hxx"
#include "writemodfile.hxx"
Include dependency graph for writemodfile.cxx:

Go to the source code of this file.

Namespaces

namespace  configmgr
 

Functions

void configmgr::writeAttributeValue (TempFile &handle, std::u16string_view value)
 
void configmgr::writeValueContent (TempFile &handle, std::u16string_view value)
 
void configmgr::writeModFile (Components &components, OUString const &url, Data const &data)