summaryrefslogtreecommitdiff
path: root/starmath/source/cursor.cxx
AgeCommit message (Expand)Author
2018-02-15starmath: Prefer moving subnodes to copying themTakeshi Abe
2018-01-17starmath: Make SmParser::ParseExpression() return std::unique_ptrTakeshi Abe
2018-01-10ofz#5221 depth protect PrepareCaolán McNamara
2017-12-21ofz#4703 Direct-leakCaolán McNamara
2017-10-23loplugin:includeform: starmathStephan Bergmann
2017-08-03loplugin:constparams in starmathNoel Grandin
2017-08-03starmath: cleanup includes with iwyuJochen Nitschke
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-06-27loplugin:oncevar in starmath..svlNoel Grandin
2017-05-18loplugin:unusedmethodsNoel Grandin
2017-05-02untranslated strings are just stringsCaolán McNamara
2017-04-27starmath: Convert SmScaleMode to scoped enumTakeshi Abe
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-18starmath: Convert SmNodeType to scoped enumTakeshi Abe
2017-04-14starmath: size() > 0 -> !empty()Takeshi Abe
2017-03-25Fix typosAndrea Gelmini
2017-02-21loplugin:subtlezeroinit: starmathStephan Bergmann
2017-02-15convert SmBracketType to scoped enumNoel Grandin
2016-12-26starmath: Prefix n to SmCaretPos's IndexTakeshi Abe
2016-11-15tdf#76296 Import MathML's <mspace>Takeshi Abe
2016-09-06starmath: Drop unused 1st argument of SmErrorNode's ctorTakeshi Abe
2016-08-31Replace use of our own SmNodeIterator with range-based for loopTakeshi Abe
2016-08-24SmCursor::FindTopMostNodeInLine() requires non-null argumentTakeshi Abe
2016-08-22starmath: Do SmCursor::MoveTo() more simplyTakeshi Abe
2016-08-18starmath: Use SmCaretPos::GetPosAfter()Takeshi Abe
2016-08-17starmath: Avoid assigned but unused valueTakeshi Abe
2016-07-25new loplugin overrideparamNoel Grandin
2016-07-22starmath: Return early if the cursor locates after a text nodeTakeshi Abe
2016-07-15starmath: Make AdjustFontDesc() precede Prepare()Takeshi Abe
2016-07-11starmath: Prefer assert to SAL_WARN hereTakeshi Abe
2016-06-10Pass it by const refTakeshi Abe
2016-06-03Null pointer dereferences must not happenTakeshi Abe
2016-06-02coverity#1362478 Explicit null dereferencedCaolán McNamara
2016-05-31Use std::vector for SmCaretPosGraphTakeshi Abe
2016-05-31Prefix SmDocShell's membersTakeshi Abe
2016-05-26starmath: nodes in the clipboard are owened by SmClipboardTakeshi Abe
2016-05-24starmath: Fix missing call of AnnotationSelection() for SmCursor::CopyTakeshi Abe
2016-05-23starmath: This should be an assert()Takeshi Abe
2016-05-17convert TG constants to scoped enumNoel Grandin
2016-05-02Fix typoTakeshi Abe
2016-04-27starmath: Drop unnecessary castTakeshi Abe
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-03-23loplugin:constantparam in starmathNoel Grandin
2016-03-09starmath: Drop SmNode::FindIndexTakeshi Abe
2016-03-01loplugin:unuseddefaultparam in starmathNoel Grandin
2015-12-23starmath: Assert that a parent always finds its childTakeshi Abe
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-08starmath: Represent ownership by std::unique_ptrTakeshi Abe
2015-10-07starmath: Prefix members of SmCursorTakeshi Abe
2015-09-30Fix typosAndrea Gelmini