Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-06 | cppcheck: avoid possible null pointer dereferences | Ivan Timofeev | |
2011-11-05 | removed unused macro | Takeshi Abe | |
2011-10-26 | WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operation | Tor Lillqvist | |
2011-10-26 | WaE: unreferenced local variable | Tor Lillqvist | |
2011-10-26 | WaE: switch statement contains 'default' but no 'case' labels | Tor Lillqvist | |
2011-10-26 | WaE: unreferenced local variable | Tor Lillqvist | |
2011-10-26 | WaE: unreachable code | Tor Lillqvist | |
2011-10-11 | #i108468#: clean up xmluconv code duplication, measured approach: | Michael Stahl | |
modify sax::Converter::convertMeasure to use sal_Int64 instead of BigInt: should be sufficient, since the largest number is SAL_INT32_MAX * 10^7. remove duplicate methods from SvXMLUnitConverter: convertMeasurePx, convertMeasure (static variants) remove entirely duplicative class SvXMLExportHelper: GetConversionFactor, GetUnitFromString, AddLength change SvXMLUnitConverter interface from MapUnit to css::util::MeasureUnit. change SvXMLExport constructor params from MapUnit to css::util::MeasureUnit. rename some methods to turn compiler into merge conflict detector :) | |||
2011-10-11 | #i108468#: clean up xmluconv code duplication, part 1: | Michael Stahl | |
move convertNumber64 from SvXMLUnitConverter to sax::converter. remove duplicate methods from SvXMLUnitConverter: convertBool, convertPercent, convertColor, convertNumber, convertDouble, indexOfComma, encodeBase64, decodeBase64, decodeBase64SomeChars, clearUndefinedChars | |||
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-10-04 | adapt starmath unittests to separate RdbTarget makefile requirement | Bjoern Michaelsen | |
2011-09-29 | add modelines | Caolán McNamara | |
2011-09-26 | <= for extra safely I suppose | Caolán McNamara | |
2011-09-26 | consider empty <mmultiscripts> | Ivan Timofeev | |
2011-09-23 | Fix for fdo#39898: don't crash on some invalid MathML objects | Ivan Timofeev | |
2011-09-17 | reformat so that numbers are correct | Caolán McNamara | |
2011-09-17 | fdo #37007 Add Math symbol "There does not exist". | Julien Nabet | |
2011-09-16 | Simplified setting headless mode for smoke-/subsequenttetss. | Stephan Bergmann | |
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-12 | sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵ | Stephan Bergmann | |
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx. | |||
2011-09-08 | add chaff to encrypted documents | Caolán McNamara | |
2011-09-01 | Fix the build. | Thorsten Behrens | |
StarMath needs oox/export/ooxmlexport.hxx. This fixes f8d22519a415fbe427efa603ad2a7aad6a39e2a9 by exporting the moved file from oox and adapting starmath. | |||
2011-09-01 | disable debug output | Luboš Luňák | |
2011-09-01 | support TPROD, TCOPROD for .docx math export | Luboš Luňák | |
2011-09-01 | revert accessors for SmUnHorNode, factorial has it the other way around | Luboš Luňák | |
2011-09-01 | implement support for limits to .docx math export | Luboš Luňák | |
2011-09-01 | fix incorrect tag name: m:char -> m:chr | Luboš Luňák | |
2011-09-01 | more work on math accents export to .docx | Luboš Luňák | |
2011-09-01 | enable NSPECIAL handling for math .docx export | Luboš Luňák | |
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-31 | grabbag of unused code | Caolán McNamara | |
2011-08-30 | implement math vertical brace export to .docx | Luboš Luňák | |
2011-08-30 | I'm too lazy to count, add comments | Luboš Luňák | |
2011-08-30 | helper to simplify horrible string conversions | Luboš Luňák | |
2011-08-30 | implement math braces export for .docx | Luboš Luňák | |
2011-08-30 | improve comment about SmBrace (body can be expression for abs{x}) | Luboš Luňák | |
2011-08-30 | implement NBLANK export to .docx | Luboš Luňák | |
2011-08-30 | implement .docx matrix export | Luboš Luňák | |
2011-08-30 | more generic m:nary implementation | Luboš Luňák | |
2011-08-30 | implement math .docx support for integrals and limits | Luboš Luňák | |
2011-08-30 | fix comment about children of SmOperNode | Luboš Luňák | |
2011-08-19 | detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set | Norbert Thiebaud | |
2011-08-18 | no debug output | Luboš Luňák | |
2011-08-18 | implement sub/sup support for ooxml math export | Luboš Luňák | |
2011-08-18 | handle some attributes for ooxml math export | Luboš Luňák | |
2011-08-18 | add more accessors to Sm*Node classes | Luboš Luňák | |
2011-08-18 | const | Luboš Luňák | |
2011-08-18 | implement root support for ooxml math export | Luboš Luňák | |
2011-08-18 | certain SmNode children actually can be NULL | Luboš Luňák | |
but such (optional) sub-nodes should be handled explicitly when handling the node (e.g. optional subscript) | |||
2011-08-18 | explicitly do nothing about formula placeholders for ooxml export | Luboš Luňák | |
2011-08-18 | cleanups for ooxml math export | Luboš Luňák | |
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-18 | ooxml math export for vertical stack | Luboš Luňák | |