summaryrefslogtreecommitdiff
path: root/starmath/source/visitors.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-08-20loplugin: defaultparamsNoel Grandin1-4/+4
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-04-22use std::unique_ptr<> to clarify ownershipTakeshi Abe1-161/+161
2015-04-02Replace FNTSIZ_* with a scoped enumeration FontSizeTypeTakeshi Abe1-5/+5
2015-03-02V813: Decreased performanceCaolán McNamara1-3/+3
2014-12-23fdo#39440 reduce scope of local variablesMichael Weghorn1-1/+1
2014-12-03loplugin: cstylecastNoel Grandin1-2/+2
2014-11-28recycle SmVisitorTest for unit testTakeshi Abe1-183/+0
2014-11-26fdo#70185: Correct and reenable SmNodeToTextVisitor's test caseTakeshi Abe1-12/+12
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-1/+1
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-4/+4
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-1/+1
2014-04-15starmath: remove duplicate SmTmpDeviceThomas Arnhold1-76/+8
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann1-8/+2
2014-03-15fdo#53472 Created Dynamic Integral Node classes. Integrals size made dependen...matteocam1-0/+109
2014-02-26Remove visual noise from starmathAlexander Wilms1-11/+11
2014-01-28bool improvementsStephan Bergmann1-1/+1
2013-10-03CID#735395 potential memory leakCaolán McNamara1-0/+5
2013-09-09OSL_ENSURE -> SAL_WARN_IFThomas Arnhold1-41/+41
2013-09-09Math: OSL_FAIL -> SAL_WARNThomas Arnhold1-1/+1
2013-06-28 fdo#66088 Export some math symbols as <mi> elements.Frédéric Wang1-1/+1
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2012-11-23try to fix and reenable starmath unit testsCaolán McNamara1-5/+9
2012-10-01String -> OUStringIvan Timofeev1-8/+8
2012-10-01String -> OUStringIvan Timofeev1-0/+6
2012-07-21fdo#38887: SmNodeToTextVisitor: use braces for nested scriptsIvan Timofeev1-0/+6
2012-07-17fdo#38887: SmNodeToTextVisitor: use from and to instead of csub and csupIvan Timofeev1-8/+20
2012-07-17fdo#38887: SmNodeToTextVisitor: use ^ and _ instead of rsup and rsubIvan Timofeev1-4/+4
2011-06-17Function can be constJulien Nabet1-1/+1
2011-06-08Replace DBG_ stuff with OSL_ equivalents in writerJacek Wolszczak1-1/+1
2011-04-12fixed typos in commentsTakeshi Abe1-21/+21
2011-03-19REPLACE j_assert with OSL_Jacek Wolszczak1-39/+39
2011-03-14Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks1-7/+7
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-1/+1
2011-02-18Translated several German comments in Math.Tobias Kranz1-1/+1
2011-02-13Remove unused SM_RECT_DEBUGThomas Arnhold1-40/+0
2011-02-06Remove dead codeThomas Arnhold1-4/+0
2011-01-29Add some brackets back to SmNodeToTextVisitorLuke Dixon1-7/+17
2010-12-23add mode-lines in hereCaolán McNamara1-0/+3
2010-12-19Put brackets around binoms in SmNodeToTextVisitor, with testLuke Dixon1-1/+2
2010-12-08Remove as many brackets as possible.Luke Dixon1-22/+10
2010-11-24Fix Greek characters, stacks and subs/sups for operators.Luke Dixon1-10/+20
2010-11-24Fix matrices with blank elements.Luke Dixon1-0/+2
2010-11-17Draw a visible line under the current line in the visual formula editor.Luke Dixon1-9/+29
2010-11-06Removes a fair amount of BOOL variables in starmathAlexandre Fournier1-11/+11
2010-11-06Fixed bug when deleting multiple linesJonas Finnemann Jensen1-33/+56
2010-10-23Use the right license headerJonas Finnemann Jensen1-0/+26
2010-10-03Fixed issue with moving in/out of binom and stack.Jonas Finnemann Jensen1-24/+53