summaryrefslogtreecommitdiff
path: root/starmath/source/mathmlimport.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-05-21make string translation loading more uniformCaolán McNamara1-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
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-9/+4
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-51/+51
2015-10-05starmath: Avoid unnecessary castTakeshi Abe1-6/+3
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-06-23Revert "Typo: iff->if"Julien Nabet1-1/+1
2015-06-23Typo: iff->ifJulien Nabet1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-4/+4
2015-04-27use std::unique_ptr<> to simplify ctor and dtorTakeshi Abe1-31/+11
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin1-1/+1
2015-04-07cppcheck: make ctor with 1 argument explicitTakeshi Abe1-1/+1
2015-04-02Replace FNTSIZ_* with a scoped enumeration FontSizeTypeTakeshi Abe1-3/+3
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-03-05tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorTakeshi Abe1-9/+3
2015-03-04V813: Decreased performanceCaolán McNamara1-2/+2
2015-02-27initialize pActionAttrTokenMapCaolán McNamara1-0/+1
2015-02-27starmath: render the selected subexpression of MathML's <maction>Takeshi Abe1-6/+64
2015-02-19starmath: prefer exact types such as size_t and sal_uInt16 to sal_uLongTakeshi Abe1-16/+16
2015-01-06fdo#84938: convert IMPORT_ constants to 'enum class'Noel Grandin1-4/+4
2014-12-18starmath: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1