LibreOffice Module starmath (master) 1
ooxmlimport.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
10#pragma once
11
12#include <rtl/ustring.hxx>
13
14namespace oox::formulaimport { class XmlStream; }
20{
21public:
23 OUString ConvertToStarMath();
24private:
25 OUString handleStream();
26 OUString handleAcc();
27 OUString handleBar();
28 OUString handleBox();
29 OUString handleBorderBox();
30 OUString handleD();
31 OUString handleEqArr();
32 OUString handleF();
33 OUString handleFunc();
35 OUString handleLimLowUpp( LimLowUpp_t limlowupp );
36 OUString handleGroupChr();
37 OUString handleM();
38 OUString handleNary();
39 OUString handleR();
40 OUString handleRad();
41 OUString handleSpre();
42 OUString handleSsub();
43 OUString handleSsubsup();
44 OUString handleSsup();
45 OUString readOMathArg( int stoptoken );
46 OUString readOMathArgInElement( int token );
47
49};
50
51/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Class implementing reading of formulas from OOXML.
Definition: ooxmlimport.hxx:20
OUString ConvertToStarMath()
Definition: ooxmlimport.cxx:41
OUString handleRad()
OUString handleBar()
OUString handleD()
OUString readOMathArgInElement(int token)
OUString handleM()
OUString handleSsub()
OUString handleGroupChr()
OUString handleFunc()
SmOoxmlImport(oox::formulaimport::XmlStream &stream)
Definition: ooxmlimport.cxx:36
OUString handleSsup()
OUString handleSsubsup()
OUString handleSpre()
OUString readOMathArg(int stoptoken)
Definition: ooxmlimport.cxx:76
OUString handleF()
OUString handleR()
OUString handleStream()
Definition: ooxmlimport.cxx:50
oox::formulaimport::XmlStream & m_rStream
Definition: ooxmlimport.hxx:48
OUString handleEqArr()
OUString handleBox()
OUString handleNary()
OUString handleAcc()
OUString handleLimLowUpp(LimLowUpp_t limlowupp)
OUString handleBorderBox()
Reference< XOutputStream > stream