Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-08 | add chaff to encrypted documents | Caolán McNamara | |
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 | helper to simplify horrible string conversions | Luboš Luňák | |
2011-08-30 | implement math braces export for .docx | 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-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 | 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 | |
2011-08-18 | implement x/y properly for ooxml math | Luboš Luňák | |
2011-08-18 | implement ooxml math (basic) fractions | Luboš Luňák | |
2011-08-18 | hack: make msoffice 2k7 be able to read ooxml formulas | Luboš Luňák | |
It seems that it doesn't read characters unless the font is explicitly specified as "Cambria Math" | |||
2011-08-18 | proper namespace for ooxml math stuff | Luboš Luňák | |
2011-08-18 | starting work on OOXML export of formulas | Luboš Luňák | |
2011-08-18 | hook for calling from .docx filter to starmath for writting formulas | Luboš Luňák | |
2011-08-08 | Replace SvUShorts with vector in editeng.hxx and cascade changes. | Nigel Hawkins | |
LGPLv3+/MPL | |||
2011-08-05 | definition and use inside same debug level | Caolán McNamara | |
2011-08-04 | replace ByteString::ConvertToUnicode | Caolán McNamara | |
2011-07-21 | resyncing to master | Bjoern Michaelsen | |
2011-07-21 | Add missing-files to starmath libraries | Matúš Kukan | |
2011-07-15 | starmath: check for edit window when inline editing is enabled | Miklos Vajna | |
2011-07-15 | starmath: check for existing edit window | Miklos Vajna | |
2011-07-15 | Add prefixes for component_getFactory methods | Matúš Kukan | |
2011-07-12 | Remove component_getImplementationEnvironment | Matus Kukan | |
2011-07-04 | valgrind: init nTypeFace | Caolán McNamara | |
2011-06-29 | fix nutty pseudo-deference of NULL | Caolán McNamara | |
2011-06-20 | ByteString -> rtl::OStringBuffer | Caolán McNamara | |
2011-06-20 | Merge branch 'master' into feature/gnumake4 | Bjoern Michaelsen | |
Conflicts: starmath/JunitTest_sm_unoapi.mk starmath/Library_sm.mk starmath/Library_smd.mk starmath/Makefile starmath/prj/build.lst starmath/prj/makefile.mk starmath/qa/unoapi/Test.java starmath/source/detreg.cxx starmath/source/register.cxx starmath/source/smdetect.cxx sw/Library_sw.mk sw/Library_swd.mk sw/Library_swui.mk sw/Library_vbaswobj.mk sw/inc/iodetect.hxx sw/inc/swddllapi.h sw/source/filter/basflt/iodetect.cxx | |||
2011-06-17 | Function can be const | Julien Nabet | |
2011-06-17 | Merge remote-tracking branch 'origin/libreoffice-3-4' | Jan Holesovsky | |
2011-06-16 | CWS gnumake4: convert starmath to new build system | Mathias Bauer | |
2011-06-10 | createFromAscii -> RTL_CONSTASCII_USTRINGPARAM | Caolán McNamara | |
2011-06-08 | Replace DBG_ stuff with OSL_ equivalents in writer | Jacek Wolszczak | |
2011-06-07 | fdo#37869 re-add missing elements to Elements dialog in Math | Andras Timar | |
Signed-off-by: Jan Holesovsky <kendy@suse.cz> |