LibreOffice Module oox (master)
1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
include
oox
mathml
export.hxx
Go to the documentation of this file.
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
/*
3
* This file is part of the LibreOffice project.
4
*
5
* This Source Code Form is subject to the terms of the Mozilla Public
6
* License, v. 2.0. If a copy of the MPL was not distributed with this
7
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
*/
9
#ifndef INCLUDED_OOX_MATHML_EXPORT_HXX
10
#define INCLUDED_OOX_MATHML_EXPORT_HXX
11
12
#include <
oox/core/filterbase.hxx
>
13
#include <
oox/dllapi.h
>
14
#include <
oox/export/utils.hxx
>
15
#include <rtl/strbuf.hxx>
16
#include <rtl/textenc.h>
17
#include <
sax/fshelper.hxx
>
18
19
namespace
oox
20
{
21
26
class
OOX_DLLPUBLIC
FormulaExportBase
27
{
28
public
:
29
virtual
void
writeFormulaOoxml(::
sax_fastparser::FSHelperPtr
pSerializer,
30
oox::core::OoxmlVersion
version,
31
oox::drawingml::DocumentType
documentType,
sal_Int8
nAlign) = 0;
32
virtual
void
writeFormulaRtf( OStringBuffer& rBuffer, rtl_TextEncoding nEncoding ) = 0;
33
enum
eFormulaAlign
{ INLINE,
CENTER
, GROUPEDCENTER,
LEFT
,
RIGHT
};
34
35
protected
:
36
FormulaExportBase
();
37
38
~FormulaExportBase
() {}
39
};
40
41
}
// namespace
42
43
#endif
44
45
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
filterbase.hxx
sal_Int8
signed char sal_Int8
oox::drawingml::DocumentType
DocumentType
Definition:
utils.hxx:75
oox::core::OoxmlVersion
OoxmlVersion
Definition:
filterbase.hxx:74
fshelper.hxx
RIGHT
const sal_uInt32 RIGHT
oox::FormulaExportBase::eFormulaAlign
eFormulaAlign
Definition:
export.hxx:33
oox::FormulaExportBase
Interface class, StarMath will implement writeFormula*() to write out markup representing the formula...
Definition:
export.hxx:26
oox::FormulaExportBase::~FormulaExportBase
~FormulaExportBase()
Definition:
export.hxx:38
dllapi.h
sax_fastparser::FSHelperPtr
std::shared_ptr< FastSerializerHelper > FSHelperPtr
LEFT
const sal_uInt32 LEFT
OOX_DLLPUBLIC
#define OOX_DLLPUBLIC
Definition:
dllapi.h:28
utils.hxx
oox
LineAlign::CENTER
Generated on Tue May 10 2022 12:16:57 for LibreOffice Module oox (master) by
1.8.10