summaryrefslogtreecommitdiff
path: root/starmath/source/ooxmlimport.cxx
AgeCommit message (Expand)AuthorFilesLines
2012-05-23removed unused temporary rtl::OUStringTakeshi Abe1-1/+0
2012-03-13string literals in ?: don't get automatically converted to OUStringLuboš Luňák1-1/+3
2012-03-12use string literal OUString overloadsLuboš Luňák1-95/+92
2012-03-12replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák1-4/+2
2012-02-15Various string function clean upStephan Bergmann1-3/+4
2012-01-30fprintf -> SAL_INFOLuboš Luňák1-3/+4
2012-01-06write TBAR rather as an accent, use over/underline for m:barLuboš Luňák1-1/+4
2011-12-20remove obsolete commentLuboš Luňák1-2/+1
2011-12-20if a bracket pair has no left/right bracket, it needs to explicit (fdo#32636)Luboš Luňák1-0/+4
2011-12-20import m:eqArr (part of fdo#32636)Luboš Luňák1-0/+19
2011-12-20skip unknown elements when reading multiple elements from docx mathmlLuboš Luňák1-3/+3
2011-12-07make the linear xml processing API more genericLuboš Luňák1-2/+2
2011-12-07disable error logs for now, until the new log macros get sorted outLuboš Luňák1-3/+3
2011-11-30create placeholders properly in docx mathml importLuboš Luňák1-7/+14
2011-11-30do not add unnecessary spaces in docx mathml importLuboš Luňák1-10/+10
2011-11-30try with at least somewhat more generic handling of docx m:groupChrLuboš Luňák1-3/+20
2011-11-30do not ignore docx m:box contents (but m:box itself is not implemented)Luboš Luňák1-0/+14
2011-11-30import docx m:limUpp/m:limLow properlyLuboš Luňák1-3/+3
2011-11-30import docx m:sPre, m:sSub, m:sSubSup and m:SupLuboš Luňák1-0/+50
2011-11-30helper for reading docx OMathArgLuboš Luňák1-40/+26
2011-11-30implement docx m:radLuboš Luňák1-0/+27
2011-11-30warn about unknown m:chr in m:accLuboš Luňák1-3/+5
2011-11-30implement sum properly in docx mathmlLuboš Luňák1-0/+3
2011-11-30implement docx m:naryLuboš Luňák1-0/+75
2011-11-29import docx m:mLuboš Luňák1-0/+26
2011-11-29finish reading in while() also when end of stream, just in caseLuboš Luňák1-2/+2
2011-11-29improve import of docx m:dLuboš Luňák1-6/+31
2011-11-29docx OMathArg can actually be more than one elementLuboš Luňák1-11/+24
2011-11-29docx m:r can contain multiple m:tLuboš Luňák1-7/+20
2011-11-29implement docx m:groupChrLuboš Luňák1-1/+25
2011-11-29implement m:func, m:limLow, m:limUppLuboš Luňák1-0/+30
2011-11-29fix reading when the next tag can be one of severalLuboš Luňák1-26/+14
2011-11-29merge processing of OMathArg and OMath, for nowLuboš Luňák1-32/+24
2011-11-29m:f docx import is reasonably doneLuboš Luňák1-1/+0
2011-11-29try to avoid unnecessary space in created formulaLuboš Luňák1-8/+12
2011-11-29implement import of docx mathml m:dLuboš Luňák1-0/+47
2011-11-29simplify attribute retrieval syntax a bitLuboš Luňák1-8/+8
2011-11-27remove include o pch header from starmathNorbert Thiebaud1-2/+0
2011-11-24implement mathml docx import m:borderBoxLuboš Luňák1-0/+25
2011-11-24prefer widevec, widetilde and widehat for mathml docx importLuboš Luňák1-13/+6
2011-11-24mathml docx read m:barLuboš Luňák1-0/+27
2011-11-24mathml docx import - handle m:fPrLuboš Luňák1-8/+34
2011-11-24at least partial implementation of reading mathml docx m:eLuboš Luňák1-4/+28
2011-11-24oox::AttributeList is actually not that usable outsideLuboš Luňák1-2/+2
2011-11-24mathml docx import, implement m:acc (without the inner m:e)Luboš Luňák1-0/+76
2011-11-24more api improving in importing mathml docxLuboš Luňák1-109/+20
2011-11-24streamline and document the API for mathml xml stream readingLuboš Luňák1-52/+39
2011-11-24rename and move mathml oox support classes in oox to better placesLuboš Luňák1-2/+2
2011-11-24ooxml mathml import - first very basic implementationLuboš Luňák1-0/+233