summaryrefslogtreecommitdiff
path: root/starmath/source
AgeCommit message (Expand)AuthorFilesLines
2017-03-06tdf#106116 "Previous Marker" changes selection only when neededTakeshi Abe1-26/+10
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann4-5/+5
2016-07-20use Any constructor instead of temporariesNoel Grandin1-10/+4
2016-07-20vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock7-15/+15
2016-07-20Fix typosAndrea Gelmini5-8/+8
2016-07-13starmath: Fix missing negationTakeshi Abe1-1/+1
2016-07-12Remove excess newlinesChris Sherlock20-113/+0
2016-07-12update loplugin stylepolice to check local pointers varsNoel Grandin2-8/+8
2016-05-17Resolves: tdf#99556 if the num of arguments is not 1 infer a rowCaolán McNamara1-5/+5
2016-05-13tdf#98088: prevent access to invalid sub nodeOliver Specht1-1/+2
2016-03-12Resolves tdf#88485: Allow to select rightmost symbols in the dialogTakeshi Abe1-0/+2
2016-02-02Resolves: tdf#97495 fix SmElementsControl tooltipsCaolán McNamara1-7/+49
2016-01-27starmath: fix OOXML export of non-BMP UnicodeMichael Stahl1-3/+3
2016-01-21starmath: only use WordProcessingML elements in DOCX filesMichael Stahl4-7/+19
2015-11-23starmath: Prefix members of SmCaretPos2LineVisitorTakeshi Abe1-8/+8
2015-11-22cppcheck: redundantAssignmentTakeshi Abe1-1/+0
2015-11-20starmath: Use std::unique_ptr for exception safetyTakeshi Abe1-4/+3
2015-11-17Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann1-1/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht3-4/+0
2015-11-10starmath: Assert FindIndex()'s preconditionTakeshi Abe1-5/+5
2015-11-10tdf#43090: Add option to disable auto close bracketsMarcos Paulo de Souza7-2/+41
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann28-288/+288
2015-11-09starmath: replace boost::ptr_deque with std::deque<std::unique_ptr>Michael Stahl2-142/+159
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann9-15/+15
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin2-20/+9
2015-11-04yyyyyNoel Grandin2-5/+5
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin12-213/+205
2015-10-20loplugin:defaultparamsStephan Bergmann4-9/+9
2015-10-19loplugin:defaultparamsStephan Bergmann4-4/+4
2015-10-16convert Link<> to typedNoel Grandin1-15/+13
2015-10-15tdf#73691 - add alt-x support to mathJustin Luth1-0/+47
2015-10-15convert Link<> to typedNoel Grandin1-16/+12
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann9-232/+232
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-17/+17
2015-10-12convert Link<> to typedNoel Grandin3-16/+9
2015-10-09starmath: Prefix members of SmNodeTakeshi Abe1-22/+22
2015-10-08starmath: Represent ownership by std::unique_ptrTakeshi Abe1-2/+2
2015-10-07starmath: Prefix members of SmCursorTakeshi Abe1-97/+97
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht6-12/+10
2015-10-05starmath: Simply add elements to the end of the vectorTakeshi Abe1-15/+5
2015-10-05starmath: Kill c-style castTakeshi Abe1-2/+2
2015-10-05starmath: Avoid unnecessary castTakeshi Abe1-6/+3
2015-10-02starmath: it is just a stack that is needed hereTakeshi Abe1-10/+10
2015-10-02starmath: SmAlignNode has only one childTakeshi Abe1-1/+1
2015-09-30Fix typosAndrea Gelmini7-8/+8
2015-09-29starmath: ClaimPaternity() is only for SmStructureNodeTakeshi Abe1-0/+4
2015-09-29starmath: tdf#93240 replace boost::ptr_vectorTakeshi Abe1-8/+8
2015-09-24convert Link<> to typedNoel Grandin1-7/+6
2015-09-23starmath: Use member initialization lists for SmTokenTakeshi Abe1-11/+16
2015-09-23starmath: Prefix members of SmErrorDescTakeshi Abe2-7/+7