summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-26starmath: Drop unused variable declarationTakeshi Abe1-2/+0
2016-02-19starmath: Avoid C-style castTakeshi Abe6-38/+38
2016-02-18move from boost::signal to typed LinkCaolán McNamara3-9/+8
2016-02-18starmath: Avoid C-style castTakeshi Abe5-23/+23
2016-02-17starmath: Drop unused RID_COLORXTakeshi Abe2-2/+0
2016-02-16starmath: Convert RectCopyMBL to scoped enumTakeshi Abe3-31/+32
2016-02-15starmath: Replace OSL_ENSURE with assertTakeshi Abe1-3/+3
2016-02-10tdf#53472 Integral Symbols too small for some integrandsmelikeyurtoglu1-12/+8
2016-02-09Remove excess newlinesChris Sherlock29-207/+0
2016-02-08starmath: Convert RectVerAlign to scoped enumTakeshi Abe3-36/+44
2016-02-08starmath: Replace SAL_WARN_IF with assertTakeshi Abe2-7/+9
2016-02-08remove unused HelpText attribute from *.sdi filesNoel Grandin1-1/+0
2016-02-08remove unnecessary module GUIDs in *.sdi filesNoel Grandin1-2/+0
2016-02-08remove some unnecessary declarations from *.sdi fileNoel Grandin1-556/+0
2016-02-06vcl: split exception types from input typesChris Sherlock1-8/+3