summaryrefslogtreecommitdiff
path: root/starmath/source
AgeCommit message (Expand)AuthorFilesLines
2012-02-28Avoid temporary rtl::OUStringTakeshi Abe1-1/+1
2012-02-27drop UniString::CreateFromInt64Caolán McNamara1-1/+1
2012-02-26Avoid temporary rtl::OUStringJulien Nabet1-11/+11
2012-02-19Get rid of size() == 0Elton Chung3-5/+5
2012-02-15Various string function clean upStephan Bergmann1-3/+4
2012-02-13Fix typos in commentsElton Chung1-1/+1
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe1-1/+1
2012-01-31drop unnecessary includesCaolán McNamara1-15/+12
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 McNamara1-1/+1
2012-01-25reduce unnecessary includesCaolán McNamara1-12/+12
2012-01-11Fix for fdo43460 Part XXXIV getLength() to isEmpty()Olivier Hallot6-13/+13
2012-01-06Removed unnecessary tools/link.hxx includes.Marcel Metz1-1/+0
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
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
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara1-4/+4
2011-12-29Some cppcheck cleaningJulien Nabet1-1/+1
2011-12-26catch exception by constant referenceTakeshi Abe2-4/+3
2011-12-23SV_DECL_VARARR->std::vectorAugust Sodora1-12/+11
2011-12-22"*.*" is not "all files" (bnc#738021)Luboš Luňák1-1/+1
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-15Removed extra semicolonsJesse1-1/+1
2011-12-07old class Stack pop'ed 0 from empty stack, which std::stack doesn'tEike Rathke3-128/+92
2011-12-07make the linear xml processing API more genericLuboš Luňák1-2/+2
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ňák3-73/+40
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-05Replace SmNodeStack with std::stack< SmNode* >Marcel Metz4-177/+281
2011-12-04visual formula editor: implement selection by mouseIvan Timofeev1-3/+17
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
2011-12-02visual formula editor: fix insertion of symbols from catalogIvan Timofeev1-2/+1
2011-12-02visual formula editor: fix insertion of "-"Ivan Timofeev1-1/+1
2011-11-30create placeholders properly in docx mathml importLuboš Luňák1-7/+14
2011-11-30do not add unnecessary spaces in docx mathml importLuboš Luňák1-10/+10
2011-11-30try with at least somewhat more generic handling of docx m:groupChrLuboš Luňák1-3/+20
2011-11-30do not ignore docx m:box contents (but m:box itself is not implemented)Luboš Luňák2-0/+15