summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)Author
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-07-20use Any constructor instead of temporariesNoel Grandin
2016-07-20vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-07-20Fix typosAndrea Gelmini
2016-07-13starmath: Fix missing negationTakeshi Abe
2016-07-12Remove excess newlinesChris Sherlock
2016-07-12update loplugin stylepolice to check local pointers varsNoel Grandin
2016-05-17Resolves: tdf#99556 if the num of arguments is not 1 infer a rowCaolán McNamara
2016-05-13tdf#98088: prevent access to invalid sub nodeOliver Specht
2016-03-12Resolves tdf#88485: Allow to select rightmost symbols in the dialogTakeshi Abe
2016-02-02Resolves: tdf#97495 fix SmElementsControl tooltipsCaolán McNamara
2016-01-27starmath: fix OOXML export of non-BMP UnicodeMichael Stahl
2016-01-25i18npool: handle non-BMP Unicode in cclass_Unicode::parseText()Michael Stahl
2016-01-21starmath: only use WordProcessingML elements in DOCX filesMichael Stahl
2015-11-23starmath: Prefix members of SmCaretPos2LineVisitorTakeshi Abe
2015-11-22cppcheck: redundantAssignmentTakeshi Abe
2015-11-20Remove last redundant toolbar:style propertiesSamuel Mehrbrodt
2015-11-20starmath: Use std::unique_ptr for exception safetyTakeshi Abe
2015-11-19Remove redundant toolbar:style attributesSamuel Mehrbrodt
2015-11-17Toolbar: Remove empty attributesSamuel Mehrbrodt
2015-11-17Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10starmath: Assert FindIndex()'s preconditionTakeshi Abe
2015-11-10tdf#43090: Add option to disable auto close bracketsMarcos Paulo de Souza
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09starmath: replace boost::ptr_deque with std::deque<std::unique_ptr>Michael Stahl
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-11-04yyyyyNoel Grandin
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-16convert Link<> to typedNoel Grandin
2015-10-15tdf#73691 - add alt-x support to mathJustin Luth
2015-10-15convert Link<> to typedNoel Grandin
2015-10-14Fix gb_Library_use_externals callStephan Bergmann
2015-10-13enable ICU_HEADER includes for starmathJustin Luth
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12convert Link<> to typedNoel Grandin
2015-10-09starmath: Prefix members of SmNodeTakeshi Abe
2015-10-08starmath: Represent ownership by std::unique_ptrTakeshi Abe
2015-10-07starmath: Prefix members of SmCursorTakeshi Abe
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-10-05starmath: Simply add elements to the end of the vectorTakeshi Abe
2015-10-05starmath: Kill c-style castTakeshi Abe
2015-10-05starmath: Avoid unnecessary castTakeshi Abe
2015-10-02starmath: it is just a stack that is needed hereTakeshi Abe
2015-10-02starmath: SmAlignNode has only one childTakeshi Abe