summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Collapse)AuthorFilesLines
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-02-04add missing README to animation, sc, sd, slideshow, starmath, swJosh Heidenreich1-0/+1
2012-01-31drop unnecessary includesCaolán McNamara2-20/+18
2012-01-30refactor ConvertLineEndCaolán McNamara2-6/+3
2012-01-30fprintf -> SAL_INFOLuboš Luňák2-10/+12
2012-01-30remove '#define UNOOUSTRING ::rtl::OUString'Ivan Timofeev1-10/+10
2012-01-25String->rtl::OUStringCaolán McNamara2-5/+5
2012-01-25reduce unnecessary includesCaolán McNamara1-12/+12
2012-01-23add the "Send Feedback..." help menu itemIvan Timofeev1-1/+2
2012-01-23make starmath ByteString freeCaolán McNamara1-2/+1
2012-01-11Fix for fdo43460 Part XXXIV getLength() to isEmpty()Olivier Hallot6-13/+13
Part XXXIV Modules shell, slideshow, sot, starmath
2012-01-06Removed unnecessary tools/link.hxx includes.Marcel Metz1-1/+0
2012-01-06Merge branch 'feature/gbuild_extensions'Michael Stahl1-0/+2
Conflicts: extensions/source/ole/servreg.cxx extensions/source/plugin/util/makefile.mk postprocess/packcomponents/makefile.mk postprocess/prj/build.lst tail_build/prj/build.lst
2012-01-06symbolic names instead of hex values for math symbols where possibleLuboš Luňák1-12/+12
2012-01-06write TBAR rather as an accent, use over/underline for m:barLuboš Luňák2-2/+5
seems to match the docx semantics better, despite the names
2012-01-06smath does not handle accents in MathMLJoshua Cogliati1-4/+32
2012-01-05Removed unnecessary tools includes.Marcel Metz2-2/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz2-2/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz1-2/+0
Hello lo-devs, this patch series removes a lot of unnecessary includes for the various tools header. The patches without suffix should be applied to the core repository, the .binfilter.patch suffix should be applied to the binfilter repository. I've tested the build with the configuration --enable-binfilter --enable-dbgutil --enable-debug, is this sufficient or did I miss another important configuration, that enables some conditional compiled code? I've only build this on linux-x86_64, but the patch also touches some of the mac specific code like fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good idea to test this patch. regards Marcel Metz
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara1-4/+4
suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test
2012-01-04fix dep to svx/globlmn.hrc inside of tail_buildNorbert Thiebaud1-1/+1
2011-12-29Some cppcheck cleaningJulien Nabet1-1/+1
2011-12-26catch exception by constant referenceTakeshi Abe2-4/+3
2011-12-24Merge remote-tracking branch 'origin/master' into feature/gbuild_extensionsPeter Foley8-42/+54
Conflicts: Module_tail_build.mk Repository.mk extensions/util/makefile.pmk postprocess/prj/build.lst svx/AllLangResTarget_svx.mk
2011-12-23SV_DECL_VARARR->std::vectorAugust Sodora1-12/+11
2011-12-22"*.*" is not "all files" (bnc#738021)Luboš Luňák1-1/+1
Not on any Unix, at least. I have no idea how deep entrenched is this mistake all over the code, so I'll play safe and just fix the KDE4 fpicker (GNOME/KDE3 seem to handle it fine), but at least in the UI show just "All files" instead of "All files (*.*)").
2011-12-20gbuild: these targets depend on svx/globlmn.hrcMatúš Kukan1-0/+2
2011-12-20remove obsolete commentLuboš Luňák1-2/+1
2011-12-20if a bracket pair has no left/right bracket, it needs to explicit (fdo#32636)Luboš Luňák1-0/+4
2011-12-20import m:eqArr (part of fdo#32636)Luboš Luňák2-1/+20
2011-12-20export vertical stack as m:eqArr, seems to fit much betterLuboš Luňák2-22/+12
2011-12-20skip unknown elements when reading multiple elements from docx mathmlLuboš Luňák1-3/+3
2011-12-20Link most libs and executables with gb_STDLIBS as presumably is intendedTor Lillqvist1-0/+1
2011-12-15Removed extra semicolonsJesse1-1/+1
2011-12-14configmgr.component is no longer an old one.Stephan Bergmann1-1/+1
2011-12-08add docx starmath testing documentsLuboš Luňák14-0/+0
It's simply a bunch of documents with various math features in them. It'd be nice to have an automated test built on top of them that checks the formula is the same (roughly, in the meaning, it can't be precise because import adds e.g. extra {}'s) after an export+import roundtrip.
2011-12-07old class Stack pop'ed 0 from empty stack, which std::stack doesn'tEike Rathke3-128/+92
Some places in the code assumed that if the stack is empty a null pointer is returned by top() (or old Pop()), this doesn't work anymore with ::std::stack that instead has undefined behavior in that case, so check !stack.empty() first before accessing top. (cherry picked from commit ac40f7d6503533954127e818f2bf009200c1e3f2)
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-12-07make the linear xml processing API more genericLuboš Luňák1-2/+2
I'm pretty sure I'll love to use it in writerfilter instead of the normal API whenever I get the chance.
2011-12-07disable error logs for now, until the new log macros get sorted outLuboš Luňák1-3/+3
2011-12-07merge two duplicates of a functionLuboš Luňák4-73/+45
2011-12-07properly xml-escape written text in docx formulaLuboš Luňák1-1/+1
2011-12-07Looks like the old stack implementation returned 0 on empty stack Pop().Stephan Bergmann1-3/+3
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara2-12/+13
2011-12-05Replace SmNodeStack with std::stack< SmNode* >Marcel Metz5-179/+282
2011-12-04visual formula editor: implement selection by mouseIvan Timofeev2-3/+18
2011-12-04visual formula editor: copy/cut/paste for any keyboard layoutIvan Timofeev1-16/+11
2011-12-04visual formula editor: place cursor on numerator when creating empty fractionIvan Timofeev1-1/+2
2011-12-04visual formula editor: optimize some buildings a bitIvan Timofeev1-10/+10
2011-12-03sfx2::DocumentInserter: remove nFlags ctor paramMichael Stahl1-2/+2