summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann3-4/+4
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 Grandin7-9/+9
2016-04-13Stop assigning null to intrusive_ptrTakeshi Abe1-2/+0
2016-04-12Avoid reserved identifierStephan Bergmann1-2/+2
2016-04-12starmath: Drop unused #includeTakeshi Abe2-2/+0
2016-04-12clang-tidy performance-unnecessary-value-param in starmathNoel Grandin8-16/+16
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-06starmath: Drop unnecessary forward declarationTakeshi Abe4-5/+0
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 Abe3-22/+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 Grandin2-10/+9
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 Bergmann2-4/+4
2016-03-21loplugin:staticcallStephan Bergmann1-1/+1
2016-03-21tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar9-117/+29
2016-03-19starmath: Replace lt_SmSymPtr with a lambdaTakeshi Abe2-11/+6
2016-03-18loplugin:constantfunction in editengNoel Grandin2-3/+3
2016-03-17loplugin:constantparam in sfx2Noel Grandin2-2/+2
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-11loplugin:redundantcastTor Lillqvist1-1/+1
2016-03-11starmath: Make examples of exponential function consistentTakeshi Abe1-1/+1
2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard3-6/+6
2016-03-10starmath: no need to override SmFontPickList::Update/RemoveTakeshi Abe2-20/+3
2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann1-3/+3
2016-03-09starmath: Drop SmNode::FindIndexTakeshi Abe3-18/+2
2016-03-09toolbox.src in starmath is all unused resourcesCaolán McNamara2-1683/+0
2016-03-08starmath: Use assert for impossible null-dereferenceTakeshi Abe1-26/+26
2016-03-07drop now-needless depsDavid Tardon1-4/+0
2016-03-07remove remaining uses of gb_SrsTemplateTarget_get_targetDavid Tardon1-1/+0
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 Abe2-60/+5
2016-03-04tdf#96505 Remove long integer literal specifier when not neededAleksas Pantechovskis5-10/+10
2016-03-03starmath: Drop ENABLE_DEBUG_DUMPASDOT featureTakeshi Abe4-151/+0
2016-03-01loplugin:unuseddefaultparam in starmathNoel Grandin4-40/+32
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 Abe2-13/+1