summaryrefslogtreecommitdiffstats
path: root/starmath/source/ooxmlimport.cxx
Commit message (Expand)AuthorAgeFilesLines
* starmath: Stop using unnecessary namespaceTakeshi Abe2016-01-271-1/+0
* stop including irrelevant header; include right ones insteadTakeshi Abe2015-03-301-0/+2
* fdo#66416 - Use appropriate unicode characters for math "Brackets"Frédéric Wang2013-07-021-4/+4
* fdo#66276 - MathML export: avoid using combining characters.Frédéric Wang2013-07-021-0/+7
* fdo#66024 - Formula Editor: make wide accents stretchy when exported to MathMLFrédéric Wang2013-06-281-0/+2
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-221-23/+4
* m:nor and m:lit math docx tags lead to quotingLuboš Luňák2013-03-261-5/+17
* fix iint/iiint import from docx mathLuboš Luňák2013-03-261-2/+2
* avoid infinite loop when parsing malformed ooxml math (fdo#57886)Luboš Luňák2012-12-181-4/+4
* deprecate oustringostreaminserter.hxxNorbert Thiebaud2012-09-181-1/+1
* actually use startsWith(), now that it really existsLuboš Luňák2012-09-061-1/+1
* SmOoxmlImport::handleR: escape brackets in math runsMiklos Vajna2012-07-271-1/+1
* rtl::O(U)String -> O(U)StringLuboš Luňák2012-07-161-2/+0
* removed unused temporary rtl::OUStringTakeshi Abe2012-05-231-1/+0
* string literals in ?: don't get automatically converted to OUStringLuboš Luňák2012-03-131-1/+3
* use string literal OUString overloadsLuboš Luňák2012-03-121-95/+92
* replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák2012-03-121-4/+2
* Various string function clean upStephan Bergmann2012-02-151-3/+4
* fprintf -> SAL_INFOLuboš Luňák2012-01-301-3/+4
* write TBAR rather as an accent, use over/underline for m:barLuboš Luňák2012-01-061-1/+4
* remove obsolete commentLuboš Luňák2011-12-201-2/+1
* if a bracket pair has no left/right bracket, it needs to explicit (fdo#32636)Luboš Luňák2011-12-201-0/+4
* import m:eqArr (part of fdo#32636)Luboš Luňák2011-12-201-0/+19
* skip unknown elements when reading multiple elements from docx mathmlLuboš Luňák2011-12-201-3/+3
* make the linear xml processing API more genericLuboš Luňák2011-12-071-2/+2
* disable error logs for now, until the new log macros get sorted outLuboš Luňák2011-12-071-3/+3
* create placeholders properly in docx mathml importLuboš Luňák2011-11-301-7/+14
* do not add unnecessary spaces in docx mathml importLuboš Luňák2011-11-301-10/+10
* try with at least somewhat more generic handling of docx m:groupChrLuboš Luňák2011-11-301-3/+20
* do not ignore docx m:box contents (but m:box itself is not implemented)Luboš Luňák2011-11-301-0/+14
* import docx m:limUpp/m:limLow properlyLuboš Luňák2011-11-301-3/+3
* import docx m:sPre, m:sSub, m:sSubSup and m:SupLuboš Luňák2011-11-301-0/+50
* helper for reading docx OMathArgLuboš Luňák2011-11-301-40/+26
* implement docx m:radLuboš Luňák2011-11-301-0/+27
* warn about unknown m:chr in m:accLuboš Luňák2011-11-301-3/+5
* implement sum properly in docx mathmlLuboš Luňák2011-11-301-0/+3
* implement docx m:naryLuboš Luňák2011-11-301-0/+75
* import docx m:mLuboš Luňák2011-11-291-0/+26
* finish reading in while() also when end of stream, just in caseLuboš Luňák2011-11-291-2/+2
* improve import of docx m:dLuboš Luňák2011-11-291-6/+31
* docx OMathArg can actually be more than one elementLuboš Luňák2011-11-291-11/+24
* docx m:r can contain multiple m:tLuboš Luňák2011-11-291-7/+20
* implement docx m:groupChrLuboš Luňák2011-11-291-1/+25
* implement m:func, m:limLow, m:limUppLuboš Luňák2011-11-291-0/+30
* fix reading when the next tag can be one of severalLuboš Luňák2011-11-291-26/+14
* merge processing of OMathArg and OMath, for nowLuboš Luňák2011-11-291-32/+24
* m:f docx import is reasonably doneLuboš Luňák2011-11-291-1/+0
* try to avoid unnecessary space in created formulaLuboš Luňák2011-11-291-8/+12
* implement import of docx mathml m:dLuboš Luňák2011-11-291-0/+47
* simplify attribute retrieval syntax a bitLuboš Luňák2011-11-291-8/+8