summaryrefslogtreecommitdiffstats
path: root/starmath
Commit message (Expand)AuthorAgeFilesLines
* starmath: Drop unnecessary castTakeshi Abe2016-04-271-1/+1
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-262-8/+8
* starmath: Simplify SmParser::DoTable()Takeshi Abe2016-04-221-10/+5
* starmath: Drop member variable set but not usedTakeshi Abe2016-04-222-7/+1
* starmath: Make coUserDefinedCharContFlags more readableTakeshi Abe2016-04-221-3/+3
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-203-4/+4
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-181-1/+1
* starmath: Fix bounds checkingTakeshi Abe2016-04-151-2/+1
* loplugin:passstuffbyref in variousNoel Grandin2016-04-147-9/+9
* Stop assigning null to intrusive_ptrTakeshi Abe2016-04-131-2/+0
* Avoid reserved identifierStephan Bergmann2016-04-121-2/+2
* starmath: Drop unused #includeTakeshi Abe2016-04-122-2/+0
* clang-tidy performance-unnecessary-value-param in starmathNoel Grandin2016-04-128-16/+16
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-123-3/+0
* starmath: Assert that SmAlignNode must have only one childTakeshi Abe2016-04-071-1/+2
* starmath: Drop unnecessary forward declarationTakeshi Abe2016-04-064-5/+0
* loplugin:constantparam in editengNoel Grandin2016-04-052-3/+3
* loplugin:constantparam in svtoolsNoel Grandin2016-04-041-1/+1
* Use std::size_tMiklos Vajna2016-04-041-1/+1
* starmath: Reduce scope of variablesTakeshi Abe2016-04-011-5/+5
* sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl2016-03-314-12/+12
* Avoid reserved identifiersStephan Bergmann2016-03-292-6/+6
* starmath: Drop inline wrapper functionsTakeshi Abe2016-03-243-22/+5
* starmath: Drop unnecessary check of loop invariantTakeshi Abe2016-03-241-4/+4
* starmath: nCount == aVector.size()Takeshi Abe2016-03-241-5/+1
* loplugin:constantparam in starmathNoel Grandin2016-03-232-10/+9
* starmath: Use initialization list for some ctorsTakeshi Abe2016-03-221-20/+24
* Make aDelimiterTable a local varStephan Bergmann2016-03-211-8/+7
* loplugin:staticmethodsStephan Bergmann2016-03-212-4/+4
* loplugin:staticcallStephan Bergmann2016-03-211-1/+1
* tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-03-219-117/+29
* starmath: Replace lt_SmSymPtr with a lambdaTakeshi Abe2016-03-192-11/+6
* loplugin:constantfunction in editengNoel Grandin2016-03-182-3/+3
* loplugin:constantparam in sfx2Noel Grandin2016-03-172-2/+2
* starmath: odd number of columns is fineTakeshi Abe2016-03-151-2/+0
* Resolves tdf#88485: Allow to select rightmost symbols in the dialogTakeshi Abe2016-03-111-0/+2
* loplugin:redundantcastTor Lillqvist2016-03-111-1/+1
* starmath: Make examples of exponential function consistentTakeshi Abe2016-03-111-1/+1
* work on sane lifecylce for SfxFilterMarkus Mohrhard2016-03-113-6/+6
* starmath: no need to override SmFontPickList::Update/RemoveTakeshi Abe2016-03-102-20/+3
* Extract Directories from BootstrapFixtureBaseStephan Bergmann2016-03-101-3/+3
* starmath: Drop SmNode::FindIndexTakeshi Abe2016-03-093-18/+2
* toolbox.src in starmath is all unused resourcesCaolán McNamara2016-03-092-1683/+0
* starmath: Use assert for impossible null-dereferenceTakeshi Abe2016-03-081-26/+26
* drop now-needless depsDavid Tardon2016-03-071-4/+0
* remove remaining uses of gb_SrsTemplateTarget_get_targetDavid Tardon2016-03-071-1/+0
* expand src templatesDavid Tardon2016-03-072-2/+0
* these ResIds are used solely for their number by nowCaolán McNamara2016-03-071-1/+1
* starmath: Make SmNode abstract and noncopyableTakeshi Abe2016-03-072-60/+5
* tdf#96505 Remove long integer literal specifier when not neededAleksas Pantechovskis2016-03-045-10/+10