summaryrefslogtreecommitdiff
path: root/xmloff/inc/DomExport.hxx
blob: ebf3779b0bff26a6500aa42f564e1221d3c627da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */
#pragma once

#include <sal/types.h>

class SvXMLExport;
namespace com::sun::star {
    namespace uno { template<typename T> class Reference; }
    namespace xml::dom { class XDocument; }
}

void exportDom( SvXMLExport&, const css::uno::Reference<css::xml::dom::XDocument>& );

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
onlineupdate into external/onlineupdateStephan Bergmann 2023-01-12introduce docmodel comp., model::ThemeColor, use it in SvxColorItemTomaž Vajngerl 2022-10-14WASM add Calc as optional build result, make it build & runBalazs Varga 2022-09-11[COVER] add first set of ODF feature test filesThorsten Behrens 2022-06-10[API CHANGE] Remove deprecated idlc and regmerge from the SDKStephan Bergmann 2022-04-21serialize linking of large libraries only if USE_LD is not setLuboš Luňák 2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia) 2022-01-12gbuild: build static LO / link static executablesJan-Marek Glogowski 2021-12-31gbuild: introduce gb_%_linktarget_targetJan-Marek Glogowski 2021-12-23remove drawinglayercore from RepositoryModule_hostTomaž Vajngerl 2021-12-23add drawinglayercore to RepositoryModule_{build,host}Tomaž Vajngerl 2021-12-01Fix --disable-avmedia for DESKTOP buildJan-Marek Glogowski 2021-06-22configure: Improve help-options handlingJan-Marek Glogowski 2021-01-19add --disable-librelogo to disable LibreLogo at build timeMichael Stahl 2020-09-22Move MimeContentTypeFactory into vclJan-Marek Glogowski 2020-03-27remove one more usage of the all make targetLuboš Luňák 2019-12-31tdf#129375: Avoid crash when inserting bibliography entry on iOSTor Lillqvist 2019-12-16Revert "Make font-based unit test depend on instdir fonts"Jan-Marek Glogowski 2019-10-04add "system" PCH that contains often used system headers such as STLLuboš Luňák 2019-07-05Make font-based unit test depend on instdir fontsJan-Marek Glogowski 2018-08-24Moving mysqlc into connectivity as a libraryTamas Bunth