summaryrefslogtreecommitdiff
path: root/starmath/source
AgeCommit message (Expand)AuthorFilesLines
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2016-04-15starmath: Fix bounds checkingTakeshi Abe1-2/+1
2016-04-14loplugin:passstuffbyref in variousNoel Grandin2-2/+2
2016-04-13Stop assigning null to intrusive_ptrTakeshi Abe1-2/+0
2016-04-12starmath: Drop unused #includeTakeshi Abe1-1/+0
2016-04-12clang-tidy performance-unnecessary-value-param in starmathNoel Grandin7-15/+15
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke3-3/+0
2016-04-07starmath: Assert that SmAlignNode must have only one childTakeshi Abe1-1/+2
2016-04-05loplugin:constantparam in editengNoel Grandin2-3/+3
2016-04-04loplugin:constantparam in svtoolsNoel Grandin1-1/+1
2016-04-04Use std::size_tMiklos Vajna1-1/+1
2016-04-01starmath: Reduce scope of variablesTakeshi Abe1-5/+5
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl4-12/+12
2016-03-29Avoid reserved identifiersStephan Bergmann2-6/+6
2016-03-24starmath: Drop inline wrapper functionsTakeshi Abe2-4/+5
2016-03-24starmath: Drop unnecessary check of loop invariantTakeshi Abe1-4/+4
2016-03-24starmath: nCount == aVector.size()Takeshi Abe1-5/+1
2016-03-23loplugin:constantparam in starmathNoel Grandin1-9/+8
2016-03-22starmath: Use initialization list for some ctorsTakeshi Abe1-20/+24
2016-03-21Make aDelimiterTable a local varStephan Bergmann1-8/+7
2016-03-21loplugin:staticmethodsStephan Bergmann1-3/+4
2016-03-21loplugin:staticcallStephan Bergmann1-1/+1
2016-03-21tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar7-108/+29
2016-03-19starmath: Replace lt_SmSymPtr with a lambdaTakeshi Abe1-1/+6
2016-03-18loplugin:constantfunction in editengNoel Grandin2-3/+3
2016-03-17loplugin:constantparam in sfx2Noel Grandin1-1/+1
2016-03-15starmath: odd number of columns is fineTakeshi Abe1-2/+0
2016-03-11Resolves tdf#88485: Allow to select rightmost symbols in the dialogTakeshi Abe1-0/+2
2016-03-11starmath: Make examples of exponential function consistentTakeshi Abe1-1/+1
2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard2-3/+3
2016-03-10starmath: no need to override SmFontPickList::Update/RemoveTakeshi Abe1-16/+0
2016-03-09starmath: Drop SmNode::FindIndexTakeshi Abe2-16/+2
2016-03-09toolbox.src in starmath is all unused resourcesCaolán McNamara1-1682/+0
2016-03-08starmath: Use assert for impossible null-dereferenceTakeshi Abe1-26/+26
2016-03-07expand src templatesDavid Tardon2-2/+0
2016-03-07these ResIds are used solely for their number by nowCaolán McNamara1-1/+1
2016-03-07starmath: Make SmNode abstract and noncopyableTakeshi Abe1-55/+0
2016-03-04tdf#96505 Remove long integer literal specifier when not neededAleksas Pantechovskis4-9/+9
2016-03-03starmath: Drop ENABLE_DEBUG_DUMPASDOT featureTakeshi Abe2-108/+0
2016-03-01loplugin:unuseddefaultparam in starmathNoel Grandin2-31/+23
2016-02-29starmath: Use member initializer list for SmRectTakeshi Abe1-37/+41
2016-02-27tdf#98088: prevent access to invalid sub nodeOliver Specht1-1/+2
2016-02-26starmath: Remove forgotten SmFormat's versionTakeshi Abe1-4/+1
2016-02-19starmath: Avoid C-style castTakeshi Abe6-38/+38
2016-02-18move from boost::signal to typed LinkCaolán McNamara1-5/+5
2016-02-18starmath: Avoid C-style castTakeshi Abe4-22/+22
2016-02-17starmath: Drop unused RID_COLORXTakeshi Abe1-1/+0
2016-02-16starmath: Convert RectCopyMBL to scoped enumTakeshi Abe2-25/+25
2016-02-15starmath: Replace OSL_ENSURE with assertTakeshi Abe1-3/+3
2016-02-10tdf#53472 Integral Symbols too small for some integrandsmelikeyurtoglu1-12/+8