summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Collapse)AuthorFilesLines
2011-09-17reformat so that numbers are correctCaolán McNamara1-17/+17
2011-09-17fdo #37007 Add Math symbol "There does not exist".Julien Nabet9-55/+28
2011-09-16Simplified setting headless mode for smoke-/subsequenttetss.Stephan Bergmann1-2/+0
Both C++ and Java OfficeConnection code now always pass --headless, so no need for SAL_USE_VCLPLUGIN=svp etc. any more. Only some C++ unit tests that link against vcl still need an explicit --headless.
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann2-2/+8
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-09-08add chaff to encrypted documentsCaolán McNamara1-0/+2
2011-09-01Fix the build.Thorsten Behrens1-1/+1
StarMath needs oox/export/ooxmlexport.hxx. This fixes f8d22519a415fbe427efa603ad2a7aad6a39e2a9 by exporting the moved file from oox and adapting starmath.
2011-09-01disable debug outputLuboš Luňák1-3/+3
2011-09-01support TPROD, TCOPROD for .docx math exportLuboš Luňák1-0/+2
2011-09-01revert accessors for SmUnHorNode, factorial has it the other way aroundLuboš Luňák2-26/+2
2011-09-01implement support for limits to .docx math exportLuboš Luňák1-30/+68
2011-09-01fix incorrect tag name: m:char -> m:chrLuboš Luňák1-1/+1
2011-09-01more work on math accents export to .docxLuboš Luňák1-1/+36
2011-09-01enable NSPECIAL handling for math .docx exportLuboš Luňák1-4/+2
I'm not quite sure what it does, but mathtype export has it this way and it doesn't look like it can hurt.
2011-08-31grabbag of unused codeCaolán McNamara2-17/+0
2011-08-30implement math vertical brace export to .docxLuboš Luňák3-3/+75
2011-08-30I'm too lazy to count, add commentsLuboš Luňák2-52/+52
2011-08-30helper to simplify horrible string conversionsLuboš Luňák1-19/+15
2011-08-30implement math braces export for .docxLuboš Luňák3-2/+89
2011-08-30improve comment about SmBrace (body can be expression for abs{x})Luboš Luňák1-3/+1
2011-08-30implement NBLANK export to .docxLuboš Luňák1-8/+7
2011-08-30implement .docx matrix exportLuboš Luňák2-3/+21
2011-08-30more generic m:nary implementationLuboš Luňák2-34/+5
2011-08-30implement math .docx support for integrals and limitsLuboš Luňák2-4/+73
2011-08-30fix comment about children of SmOperNodeLuboš Luňák1-3/+1
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud1-1/+1
2011-08-18no debug outputLuboš Luňák1-5/+8
2011-08-18implement sub/sup support for ooxml math exportLuboš Luňák3-3/+76
2011-08-18handle some attributes for ooxml math exportLuboš Luňák2-125/+70
2011-08-18add more accessors to Sm*Node classesLuboš Luňák1-1/+83
2011-08-18constLuboš Luňák2-27/+27
2011-08-18implement root support for ooxml math exportLuboš Luňák3-3/+63
2011-08-18certain SmNode children actually can be NULLLuboš Luňák1-0/+8
but such (optional) sub-nodes should be handled explicitly when handling the node (e.g. optional subscript)
2011-08-18explicitly do nothing about formula placeholders for ooxml exportLuboš Luňák1-0/+3
2011-08-18cleanups for ooxml math exportLuboš Luňák2-42/+26
HandleNodes() -> HandleNode(), as it just handle the one node (and children recursively) add HandleAllSubNodes() to handle all children of a node there seem to be no point in checking GetSubNode() for NULL, as it seems it can't be so
2011-08-18ooxml math export for vertical stackLuboš Luňák2-18/+33
2011-08-18implement x/y properly for ooxml mathLuboš Luňák2-2/+34
2011-08-18implement ooxml math (basic) fractionsLuboš Luňák2-0/+18
2011-08-18hack: make msoffice 2k7 be able to read ooxml formulasLuboš Luňák7-8/+22
It seems that it doesn't read characters unless the font is explicitly specified as "Cambria Math"
2011-08-18proper namespace for ooxml math stuffLuboš Luňák1-2/+1
2011-08-18starting work on OOXML export of formulasLuboš Luňák6-2/+471
2011-08-18hook for calling from .docx filter to starmath for writting formulasLuboš Luňák3-1/+13
2011-08-17convert i18npool to gbuildMatúš Kukan1-1/+1
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe8-8/+8
2011-08-08Replace SvUShorts with vector in editeng.hxx and cascade changes.Nigel Hawkins2-2/+2
LGPLv3+/MPL
2011-08-05definition and use inside same debug levelCaolán McNamara2-2/+2
2011-08-05Emacs modeline compatible with vim's oneTakeshi Abe1-0/+1
2011-08-04replace ByteString::ConvertToUnicodeCaolán McNamara1-6/+8
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist8-2/+14
2011-07-22postmerge fixes for gnumake4Bjoern Michaelsen1-2/+2
2011-07-21resyncing to masterBjoern Michaelsen16-29/+43