summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Collapse)Author
2011-03-07Remove reference to unavailable bugtrackersMartin Kepplinger
This removes references to some internel bugtrackers that are (according to http://wiki.documentfoundation.org/Development/FAQ ) not available to the community in writer/starmath. This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple license.
2011-03-02Remove "using namespace ::rtl"Julien Nabet
2011-03-02Removed - /* ### ACHTUNG: Neuer Text in Resource? - lines from ./writerChristina Rossmanith
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold
2011-02-23this can be constCaolán McNamara
2011-02-18Remove some #include <tools/list.hxx>Joseph Powers
2011-02-18Translated several German comments in Math.Tobias Kranz
2011-02-17German comments translated (writer-startmath-inc)Tobias Kranz
2011-02-16Make Undo & Redo work with the visual formula editorLuke Dixon
and update todo list.
2011-02-13Remove unused SM_RECT_DEBUGThomas Arnhold
2011-02-13Remove NEVERThomas Arnhold
2011-02-13Remove whitespaces from includesThomas Arnhold
2011-02-12Remove #include "bootstrp/sstring.hxx"Joseph Powers
This file is no longer needed outside of tools.
2011-02-10Some cppcheck cleaningJulien Nabet
2011-02-09Trying to remove the stlport mention from the codeFridrich Štrba
2011-02-09Removing the ext_std masterpieceFridrich Štrba
2011-02-09prewin.h already includes <windows.h>Tor Lillqvist
2011-02-08Clean-up bogus comments in writer.Guillaume Poussel
2011-02-08Adapt to move of prewin.h and postwin.hTor Lillqvist
2011-02-06Remove DEBUG_TLThomas Arnhold
2011-02-06Remove dead codeThomas Arnhold
2011-02-01Clean up makefilesThomas Arnhold
2011-01-31WaE: /* inside //Caolán McNamara
2011-01-30Enable line deletion in starmathJonas Finnemann Jensen
* Implemented SmCursor::DeletePrev, for deletion of lines * Fixed nasty bug in SmCursor::InsertRow * Code cleanup in cursor.cxx
2011-01-29WaE: various new gcc 4.6.0 warningsCaolán McNamara
2011-01-29Add some brackets back to SmNodeToTextVisitorLuke Dixon
For SmOperNodes, I shouldn't have removed these brackets. Add brackets around SmBinVerNodes and SmBinDiagonalNodes, removing the ones from SmBinHorNodes and SmUnHorNodes made these ones necessary. Add brackets when an SmExpressionNode has an SmBinHorNode child.
2011-01-27WaE: gcc 4.6.0 various warningsCaolán McNamara
2011-01-24Remove TL_NOT_YET_USED directive.Thomas Arnhold
2011-01-24Remove some more dead code.Thomas Arnhold
2011-01-18Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/writerThomas Arnhold
Conflicts: sw/source/core/layout/ssfrm.cxx
2011-01-18Remove duplicated includes and defines. Identified with "cat $i | grep ↵Thomas Arnhold
'^#include' | sort | uniq -d".
2011-01-18we can pass this by reference insteadCaolán McNamara
2011-01-14WaE: C4244 conversion from int to USHORTCaolán McNamara
2011-01-11fix warningCaolán McNamara
2010-12-29use ext_std inside CppUnit::assertion_traits structMiklos Vajna
2010-12-24relocate this header inside guardsCaolán McNamara
2010-12-23fix typoCaolán McNamara
2010-12-23add mode-lines in hereCaolán McNamara
2010-12-23cppcheck: prefer prefix variantCaolán McNamara
2010-12-23cppcheck: the scope of this variable can be reducedCaolán McNamara
2010-12-23cppcheck: the scope of this variable can be reducedCaolán McNamara
2010-12-21disable the tests that may vary, depending on the systems printerCaolán McNamara
2010-12-20set licence textCaolán McNamara
2010-12-20cppcheck: always build these tests nowCaolán McNamara
2010-12-20cppunit: make sure to regenerate .rdb if makefile changesCaolán McNamara
2010-12-20make buildable under windowsCaolán McNamara
2010-12-20The change from List to vector changes order of error messagesCaolán McNamara
Which IMO is probably a good thing as the first error is now at the start, and the last at the end. Which is way more sane, so change test rather than change code.
2010-12-20Merge commit 'libreoffice-3.3.0.2'Jan Holesovsky
Conflicts: starmath/source/parse.cxx sw/source/core/text/makefile.mk sw/source/filter/rtf/swparrtf.cxx sw/source/filter/ww8/rtfattributeoutput.cxx
2010-12-19Put brackets around binoms in SmNodeToTextVisitor, with testLuke Dixon
2010-12-15#i115956# token translation fixedos