summaryrefslogtreecommitdiff
path: root/starmath/source/ooxmlimport.hxx
AgeCommit message (Collapse)Author
2017-08-03starmath: cleanup includes with iwyuJochen Nitschke
Change-Id: I6de145f8b59d3ebcbc0cb32df3f955c9ee738eeb Reviewed-on: https://gerrit.libreoffice.org/40666 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-04-12starmath: Prefix member of SmOoxmlImportTakeshi Abe
Change-Id: I63c87c462ab8ba23d5d1758be2eb1c76ecb6467b Reviewed-on: https://gerrit.libreoffice.org/36356 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
2015-04-07cppcheck: make ctor with 1 argument explicitTakeshi Abe
Change-Id: I4514ba75140f112d96c06167c2ed6ec0ca9aa87f Reviewed-on: https://gerrit.libreoffice.org/15179 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-03-30stop including irrelevant header; include right ones insteadTakeshi Abe
Change-Id: I461bbd4b9a39e449a66fcaf84fe1d82c969c3e26 Reviewed-on: https://gerrit.libreoffice.org/15061 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2013-10-23starmath: fix include guardsThomas Arnhold
Change-Id: I4f4bd88e8be1f2745ec8c96793a43d93e3f733b4 Reviewed-on: https://gerrit.libreoffice.org/6389 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2012-12-18avoid infinite loop when parsing malformed ooxml math (fdo#57886)Luboš Luňák
Change-Id: I2f66bc335795a9e84f532fb28d3585aed783ebd6
2012-07-16rtl::O(U)String -> O(U)StringLuboš Luňák
Change-Id: I45f5a8407b57c06a7cb0dad25c7ac5879711488d
2011-12-20import m:eqArr (part of fdo#32636)Luboš Luňák
2011-11-30do not ignore docx m:box contents (but m:box itself is not implemented)Luboš Luňák
2011-11-30import docx m:sPre, m:sSub, m:sSubSup and m:SupLuboš Luňák
2011-11-30helper for reading docx OMathArgLuboš Luňák
2011-11-30implement docx m:radLuboš Luňák
2011-11-30implement docx m:naryLuboš Luňák
2011-11-29import docx m:mLuboš Luňák
2011-11-29implement docx m:groupChrLuboš Luňák
2011-11-29implement m:func, m:limLow, m:limUppLuboš Luňák
2011-11-29fix reading when the next tag can be one of severalLuboš Luňák
2011-11-29implement import of docx mathml m:dLuboš Luňák
2011-11-24implement mathml docx import m:borderBoxLuboš Luňák
2011-11-24mathml docx read m:barLuboš Luňák
2011-11-24mathml docx import - handle m:fPrLuboš Luňák
2011-11-24at least partial implementation of reading mathml docx m:eLuboš Luňák
2011-11-24mathml docx import, implement m:acc (without the inner m:e)Luboš Luňák
2011-11-24more api improving in importing mathml docxLuboš Luňák
2011-11-24streamline and document the API for mathml xml stream readingLuboš Luňák
2011-11-24rename and move mathml oox support classes in oox to better placesLuboš Luňák
2011-11-24ooxml mathml import - first very basic implementationLuboš Luňák
still needs a number of cleanups (and handling more of course)