summaryrefslogtreecommitdiffstats
path: root/starmath
Commit message (Collapse)AuthorAgeFilesLines
* add modelinesCaolán McNamara2011-09-292-0/+5
|
* <= for extra safely I supposeCaolán McNamara2011-09-261-1/+1
|
* consider empty <mmultiscripts>Ivan Timofeev2011-09-261-0/+3
|
* Fix for fdo#39898: don't crash on some invalid MathML objectsIvan Timofeev2011-09-231-66/+28
|
* reformat so that numbers are correctCaolán McNamara2011-09-171-17/+17
|
* fdo #37007 Add Math symbol "There does not exist".Julien Nabet2011-09-179-55/+28
|
* Simplified setting headless mode for smoke-/subsequenttetss.Stephan Bergmann2011-09-161-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.
* sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann2011-09-122-2/+8
| | | | | | out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
* add chaff to encrypted documentsCaolán McNamara2011-09-081-0/+2
|
* Fix the build.Thorsten Behrens2011-09-011-1/+1
| | | | | | StarMath needs oox/export/ooxmlexport.hxx. This fixes f8d22519a415fbe427efa603ad2a7aad6a39e2a9 by exporting the moved file from oox and adapting starmath.
* disable debug outputLuboš Luňák2011-09-011-3/+3
|
* support TPROD, TCOPROD for .docx math exportLuboš Luňák2011-09-011-0/+2
|
* revert accessors for SmUnHorNode, factorial has it the other way aroundLuboš Luňák2011-09-012-26/+2
|
* implement support for limits to .docx math exportLuboš Luňák2011-09-011-30/+68
|
* fix incorrect tag name: m:char -> m:chrLuboš Luňák2011-09-011-1/+1
|
* more work on math accents export to .docxLuboš Luňák2011-09-011-1/+36
|
* enable NSPECIAL handling for math .docx exportLuboš Luňák2011-09-011-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.
* grabbag of unused codeCaolán McNamara2011-08-312-17/+0
|
* implement math vertical brace export to .docxLuboš Luňák2011-08-303-3/+75
|
* I'm too lazy to count, add commentsLuboš Luňák2011-08-302-52/+52
|
* helper to simplify horrible string conversionsLuboš Luňák2011-08-301-19/+15
|
* implement math braces export for .docxLuboš Luňák2011-08-303-2/+89
|
* improve comment about SmBrace (body can be expression for abs{x})Luboš Luňák2011-08-301-3/+1
|
* implement NBLANK export to .docxLuboš Luňák2011-08-301-8/+7
|
* implement .docx matrix exportLuboš Luňák2011-08-302-3/+21
|
* more generic m:nary implementationLuboš Luňák2011-08-302-34/+5
|
* implement math .docx support for integrals and limitsLuboš Luňák2011-08-302-4/+73
|
* fix comment about children of SmOperNodeLuboš Luňák2011-08-301-3/+1
|
* detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud2011-08-191-1/+1
|
* no debug outputLuboš Luňák2011-08-181-5/+8
|
* implement sub/sup support for ooxml math exportLuboš Luňák2011-08-183-3/+76
|
* handle some attributes for ooxml math exportLuboš Luňák2011-08-182-125/+70
|
* add more accessors to Sm*Node classesLuboš Luňák2011-08-181-1/+83
|
* constLuboš Luňák2011-08-182-27/+27
|
* implement root support for ooxml math exportLuboš Luňák2011-08-183-3/+63
|
* certain SmNode children actually can be NULLLuboš Luňák2011-08-181-0/+8
| | | | | but such (optional) sub-nodes should be handled explicitly when handling the node (e.g. optional subscript)
* explicitly do nothing about formula placeholders for ooxml exportLuboš Luňák2011-08-181-0/+3
|
* cleanups for ooxml math exportLuboš Luňák2011-08-182-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
* ooxml math export for vertical stackLuboš Luňák2011-08-182-18/+33
|
* implement x/y properly for ooxml mathLuboš Luňák2011-08-182-2/+34
|
* implement ooxml math (basic) fractionsLuboš Luňák2011-08-182-0/+18
|
* hack: make msoffice 2k7 be able to read ooxml formulasLuboš Luňák2011-08-187-8/+22
| | | | | It seems that it doesn't read characters unless the font is explicitly specified as "Cambria Math"
* proper namespace for ooxml math stuffLuboš Luňák2011-08-181-2/+1
|
* starting work on OOXML export of formulasLuboš Luňák2011-08-186-2/+471
|
* hook for calling from .docx filter to starmath for writting formulasLuboš Luňák2011-08-183-1/+13
|
* convert i18npool to gbuildMatúš Kukan2011-08-171-1/+1
|
* prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-108-8/+8
|
* Replace SvUShorts with vector in editeng.hxx and cascade changes.Nigel Hawkins2011-08-082-2/+2
| | | | LGPLv3+/MPL
* definition and use inside same debug levelCaolán McNamara2011-08-052-2/+2
|
* Emacs modeline compatible with vim's oneTakeshi Abe2011-08-051-0/+1
|