summaryrefslogtreecommitdiff
path: root/starmath/source/mathmlimport.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-12-02ofz: fix leakCaolán McNamara1-0/+7
2017-12-02ofz: mem leakCaolán McNamara1-5/+5
2017-11-30xmloff: turn SvXMLImportContext into a no-op base classMichael Stahl1-1/+1
2017-11-30add mml support to fftesterCaolán McNamara1-1/+29
2017-11-16Fix typosAndrea Gelmini1-1/+1
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara1-36/+34
2017-08-22tdf#108706 Unify loading document progress bar labelTakeshi Abe1-2/+3
2017-08-03loplugin:constparams in starmathNoel Grandin1-4/+4
2017-08-03loplugin:checkunusedparams in variousNoel Grandin1-128/+68
2017-08-03starmath: cleanup includes with iwyuJochen Nitschke1-11/+3
2017-07-21migrate to boost::gettextCaolán McNamara1-0/+1
2017-07-14 use more OUString::operator== in sfx2..svtoolsNoel Grandin1-4/+3
2017-07-05new loplugin unnecessaryparenNoel Grandin1-2/+2
2017-06-27loplugin:oncevar in starmath..svlNoel Grandin1-2/+1
2017-06-21convert ErrCode to strong typedefNoel Grandin1-5/+5
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin1-1/+1
2017-06-14starmath: Use sal_uInt32 for ERRCODE instead of sal_uLongTakeshi Abe1-6/+6
2017-05-19make string translation loading more uniformCaolán McNamara1-1/+1
2017-05-18Revert "Fix typos"Stephan Bergmann1-1/+1
2017-05-18Fix typosAndrea Gelmini1-1/+1
2017-04-27starmath: Convert SmScaleMode to scoped enumTakeshi Abe1-9/+9
2017-04-18starmath: Convert SmNodeType to scoped enumTakeshi Abe1-5/+5
2017-04-07starmath: Move SmNodeStack to mathmlimport.hxxTakeshi Abe1-0/+12
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-1/+1
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-5/+0
2016-12-02loplugin:unnecessaryoverride (dtors) in starmathStephan Bergmann1-6/+0
2016-11-29tdf#103430 Apply mathvariant attribute to <mi> and <mo>Takeshi Abe1-28/+173
2016-11-15tdf#76296 Import MathML's <mspace>Takeshi Abe1-5/+82
2016-10-27loplugin:expandablemethods in sot..starmathNoel Grandin1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-09loplugin:refcountingNoel Grandin1-3/+3
2016-08-15starmath: Avoid temporary arraysTakeshi Abe1-4/+2
2016-08-07starmath: complete SmAttributNode has just 2 subnodesTakeshi Abe1-13/+8
2016-06-08starmath: The formula tree must be of type SmTableNodeTakeshi Abe1-3/+3
2016-05-23tdf#99984 render inferred mrow as group {}Regina Henschel1-4/+15
2016-05-14Fix bogus nGroup for SmMatrixNode's tokenTakeshi Abe1-1/+0
2016-05-13Resolves: tdf#99556 if the num of arguments is not 1 infer a rawCaolán McNamara1-5/+5
2016-04-12clang-tidy performance-unnecessary-value-param in starmathNoel Grandin1-3/+3
2016-02-09Remove excess newlinesChris Sherlock1-48/+0
2016-02-03starmath: tdf#97190: don't assert on missing base URLMichael Stahl1-1/+3
2016-01-22starmath: Catch exception by const refTakeshi Abe1-1/+1
2015-12-17This probably should be a referenceStephan Bergmann1-1/+1
2015-12-16assert that no ODF import happens without a BaseURLMichael Stahl1-4/+4
2015-11-22cppcheck: redundantAssignmentTakeshi Abe1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-21/+21
2015-11-09starmath: replace boost::ptr_deque with std::deque<std::unique_ptr>Michael Stahl1-66/+73