summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLTextColumnsExport.hxx
blob: 9713ac33cda88460df168e77d28f857d69f4fa9e (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
32
33
34
35
36
37
38
39
40
41
42
/* -*- 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 .
 */
#ifndef INCLUDED_XMLOFF_INC_XMLTEXTCOLUMNSEXPORT_HXX
#define INCLUDED_XMLOFF_INC_XMLTEXTCOLUMNSEXPORT_HXX

namespace com { namespace sun { namespace star { namespace uno {
    class Any; } } } }
class SvXMLExport;

class XMLTextColumnsExport
{
    SvXMLExport&        rExport;

    SvXMLExport& GetExport() { return rExport; }

public:

    XMLTextColumnsExport( SvXMLExport& rExport );

    void exportXML( const css::uno::Any& rAny );
};


#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
EGRATION: CWS changefileheader (1.3.140); FILE MERGEDRüdiger Timm 2008-04-11INTEGRATION: CWS changefileheader (1.20.2); FILE MERGEDRüdiger Timm 2008-03-25INTEGRATION: CWS winordinals (1.18.94); FILE MERGEDOliver Bolte 2008-02-25INTEGRATION: CWS supdremove02 (1.18.82); FILE MERGEDOliver Bolte 2006-05-24INTEGRATION: CWS ause043 (1.16.18); FILE MERGEDVladimir Glazounov 2006-04-07INTEGRATION: CWS internatiodel (1.16.32); FILE MERGEDVladimir Glazounov 2005-09-09INTEGRATION: CWS ooo19126 (1.2.34); FILE MERGEDRüdiger Timm 2005-09-09INTEGRATION: CWS ooo19126 (1.15.34); FILE MERGEDRüdiger Timm 2005-07-29new version for SRX645Vladimir Glazounov 2005-04-13INTEGRATION: CWS visibility03 (1.1.2); FILE ADDEDOliver Bolte 2005-04-13INTEGRATION: CWS visibility03 (1.14.54); FILE MERGEDOliver Bolte 2004-04-21INTEGRATION: CWS loadenv01 (1.13.86); FILE MERGEDSander Vesik 2003-03-27MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien 2002-09-03new version for SRC665Kurt Zenker 2002-02-14#95584#; put accessibility stuff in a own libSascha Ballach 2001-08-23chg: SyntaxMartin Hollmichel 2001-08-21#87721# filter out some internal helper structs of the OConfigurationValueCon...Frank Schönheit 2001-03-04added propertyset helperChristian Lippka