summaryrefslogtreecommitdiffstats
path: root/starmath
Commit message (Expand)AuthorAgeFilesLines
* Make .component files directly usable within UNO_SERVICES.Stephan Bergmann2011-11-113-54/+18
* cppcheck: avoid possible null pointer dereferencesIvan Timofeev2011-11-061-2/+2
* removed unused macroTakeshi Abe2011-11-051-5/+0
* WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operationTor Lillqvist2011-10-261-1/+1
* WaE: unreferenced local variableTor Lillqvist2011-10-261-1/+1
* WaE: switch statement contains 'default' but no 'case' labelsTor Lillqvist2011-10-261-5/+7
* WaE: unreferenced local variableTor Lillqvist2011-10-261-1/+1
* WaE: unreachable codeTor Lillqvist2011-10-261-1/+0
* #i108468#: clean up xmluconv code duplication, measured approach:Michael Stahl2011-10-112-6/+8
* #i108468#: clean up xmluconv code duplication, part 1:Michael Stahl2011-10-112-6/+7
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
* adapt starmath unittests to separate RdbTarget makefile requirementBjoern Michaelsen2011-10-043-22/+57
* 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
* sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ...Stephan Bergmann2011-09-122-2/+8
* add chaff to encrypted documentsCaolán McNamara2011-09-081-0/+2
* Fix the build.Thorsten Behrens2011-09-011-1/+1
* 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
* 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
* 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