summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2015-11-20Remove last redundant toolbar:style propertiesSamuel Mehrbrodt1-1/+1
2015-11-20starmath: Use std::unique_ptr for exception safetyTakeshi Abe1-4/+3
2015-11-19Remove redundant toolbar:style attributesSamuel Mehrbrodt1-1/+1
2015-11-17Toolbar: Remove empty attributesSamuel Mehrbrodt3-24/+24
2015-11-17Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann1-1/+1
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian1-172/+134
2015-11-115th step to remove tools/rtti.hxxOliver Specht7-8/+0
2015-11-10starmath: Assert FindIndex()'s preconditionTakeshi Abe1-5/+5
2015-11-10tdf#43090: Add option to disable auto close bracketsMarcos Paulo de Souza10-2/+59
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann35-315/+315
2015-11-09starmath: replace boost::ptr_deque with std::deque<std::unique_ptr>Michael Stahl3-150/+168
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 Grandin15-231/+223
2015-10-20loplugin:defaultparamsStephan Bergmann5-10/+10
2015-10-19loplugin:defaultparamsStephan Bergmann4-4/+4
2015-10-16convert Link<> to typedNoel Grandin2-17/+15
2015-10-15tdf#73691 - add alt-x support to mathJustin Luth3-0/+76
2015-10-15convert Link<> to typedNoel Grandin2-20/+16
2015-10-14Fix gb_Library_use_externals callStephan Bergmann1-1/+4
2015-10-13enable ICU_HEADER includes for starmathJustin Luth1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann25-658/+658
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-19/+19
2015-10-12convert Link<> to typedNoel Grandin6-21/+14
2015-10-09starmath: Prefix members of SmNodeTakeshi Abe2-52/+52
2015-10-08starmath: Represent ownership by std::unique_ptrTakeshi Abe2-6/+4
2015-10-07starmath: Prefix members of SmCursorTakeshi Abe2-117/+117
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 Abe2-1/+3
2015-10-02loplugin:unusedmethodsNoel Grandin2-14/+0
2015-09-30Fix typosAndrea Gelmini8-9/+9
2015-09-30Fix typosAndrea Gelmini2-4/+4
2015-09-29starmath: ClaimPaternity() is only for SmStructureNodeTakeshi Abe2-10/+9
2015-09-29starmath: tdf#93240 replace boost::ptr_vectorTakeshi Abe2-10/+11
2015-09-24convert Link<> to typedNoel Grandin2-8/+7
2015-09-23starmath: Use member initialization lists for SmTokenTakeshi Abe1-11/+16
2015-09-23starmath: Prefix members of SmErrorDescTakeshi Abe4-13/+13
2015-09-17convert Link<> to typedNoel Grandin2-7/+11
2015-09-17convert Link<> to typedNoel Grandin2-13/+17
2015-09-17Use member initialization lists for SmParserTakeshi Abe1-2/+3
2015-09-17convert Link<> to typedNoel Grandin2-12/+7
2015-09-16convert Link<> to typedNoel Grandin2-11/+6
2015-09-14Avoid getTokenCount in SmViewShell::DrawTextMatteo Casalin1-3/+7
2015-09-14Avoid getTokenCount in SmViewShell::DrawTextLineMatteo Casalin1-8/+6
2015-09-14Avoid getTokenCount in SmViewShell::GetTextSizeMatteo Casalin1-3/+6