summaryrefslogtreecommitdiff
path: root/starmath/source
AgeCommit message (Expand)AuthorFilesLines
2012-04-08Revert "fdo#41739: Math: do not skip "newline" on error"Ivan Timofeev1-3/+1
2012-04-08starmath: fix DEBUG_ENABLE_DUMPASDOT buildIvan Timofeev1-2/+2
2012-04-05UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara2-14/+8
2012-04-05Remove macro RTL_CONSTASCII_USTRINGPARAMOlivier Hallot1-7/+7
2012-04-03Some String <-> OUString replacements in starmathOlivier Hallot1-2/+2
2012-04-02Added Help Buttons to dialog buttons in starmathKaran Desai2-5/+148
2012-03-29Remove unnecessary tools/table.hxx #includesNoel Grandin1-1/+0
2012-03-22fdo#41739: Math: do not skip "newline" on errorIvan Timofeev1-1/+3
2012-03-20remove ToDouble/ToFloatCaolán McNamara1-2/+2
2012-03-20make ResId->OUString the primary routeCaolán McNamara1-3/+3
2012-03-20split macros to elide unneeded methodsCaolán McNamara2-3/+1
2012-03-13string literals in ?: don't get automatically converted to OUStringLuboš Luňák1-1/+3
2012-03-12use string literal OUString overloadsLuboš Luňák13-244/+225
2012-03-12replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák1-4/+2
2012-03-05Drop an unused variableTor Lillqvist1-3/+1
2012-03-05Replace String by OUStringOlivier Hallot1-2/+2
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2-2/+2
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