summaryrefslogtreecommitdiff
path: root/starmath/inc
AgeCommit message (Expand)AuthorFilesLines
2016-06-24starmath: IndexOfSubNode() is for SmStructureNode onlyTakeshi Abe1-11/+13
2016-06-13starmath: SmElement owns SmNodeTakeshi Abe2-6/+7
2016-06-10Pass it by const refTakeshi Abe1-3/+4
2016-06-08starmath: The formula tree must be of type SmTableNodeTakeshi Abe3-8/+6
2016-06-07starmath: Make ctors explicitTakeshi Abe9-38/+38
2016-06-06remove unused constants in HRC filesNoel Grandin1-33/+0
2016-06-02Passing its const ref is sufficientTakeshi Abe1-2/+2
2016-05-31Use std::vector for SmCaretPosGraphTakeshi Abe1-54/+17
2016-05-31Prefix SmDocShell's membersTakeshi Abe1-22/+22
2016-05-30starmath: Drop redundant IsFormulaArranged() checkTakeshi Abe1-1/+0
2016-05-28starmath: Make some functions of SmDocShell publicTakeshi Abe1-8/+7
2016-05-27starmath: Prefix members of SmSetSelectionVisitorTakeshi Abe1-5/+5
2016-05-26starmath: nodes in the clipboard are owened by SmClipboardTakeshi Abe1-17/+9
2016-05-21starmath: These functions are used in local onlyTakeshi Abe1-5/+0
2016-05-19loplugin:unusedmethods in slideshow to svtoolsNoel Grandin1-4/+0
2016-05-18starmath: Remove obsolete TG::DiscardedTakeshi Abe1-2/+1
2016-05-18Convert ATTR_* to scoped enumTakeshi Abe1-6/+14
2016-05-17convert TG constants to scoped enumNoel Grandin2-26/+32
2016-05-12Convert FLG_* to scoped enumTakeshi Abe1-10/+20
2016-05-11starmath: Drop unused non-const variant of GetLeftMostTakeshi Abe1-11/+4
2016-04-22starmath: Drop member variable set but not usedTakeshi Abe1-4/+1
2016-04-14loplugin:passstuffbyref in variousNoel Grandin5-7/+7
2016-04-12Avoid reserved identifierStephan Bergmann1-2/+2
2016-04-12starmath: Drop unused #includeTakeshi Abe1-1/+0
2016-04-12clang-tidy performance-unnecessary-value-param in starmathNoel Grandin1-1/+1
2016-04-06starmath: Drop unnecessary forward declarationTakeshi Abe4-5/+0
2016-03-24starmath: Drop inline wrapper functionsTakeshi Abe1-18/+0
2016-03-23loplugin:constantparam in starmathNoel Grandin1-1/+1
2016-03-21loplugin:staticmethodsStephan Bergmann1-1/+0
2016-03-21tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2-9/+0
2016-03-19starmath: Replace lt_SmSymPtr with a lambdaTakeshi Abe1-10/+0
2016-03-17loplugin:constantparam in sfx2Noel Grandin1-1/+1
2016-03-10starmath: no need to override SmFontPickList::Update/RemoveTakeshi Abe1-4/+3
2016-03-09starmath: Drop SmNode::FindIndexTakeshi Abe1-2/+0
2016-03-07starmath: Make SmNode abstract and noncopyableTakeshi Abe1-5/+5
2016-03-04tdf#96505 Remove long integer literal specifier when not neededAleksas Pantechovskis1-1/+1
2016-03-03starmath: Drop ENABLE_DEBUG_DUMPASDOT featureTakeshi Abe1-10/+0
2016-03-01loplugin:unuseddefaultparam in starmathNoel Grandin2-9/+9
2016-02-26starmath: Remove forgotten SmFormat's versionTakeshi Abe1-9/+0
2016-02-26starmath: Drop unused variable declarationTakeshi Abe1-2/+0
2016-02-18move from boost::signal to typed LinkCaolán McNamara2-4/+3
2016-02-18starmath: Avoid C-style castTakeshi Abe1-1/+1
2016-02-17starmath: Drop unused RID_COLORXTakeshi Abe1-1/+0
2016-02-16starmath: Convert RectCopyMBL to scoped enumTakeshi Abe1-6/+7
2016-02-09Remove excess newlinesChris Sherlock9-94/+0
2016-02-08starmath: Convert RectVerAlign to scoped enumTakeshi Abe1-3/+11
2016-02-06vcl: split exception types from input typesChris Sherlock1-8/+3
2016-02-04starmath: Convert RectHorAlign to scoped enumTakeshi Abe1-2/+6
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-1/+1
2016-02-02starmath: Avoid C-style castTakeshi Abe2-4/+4