summaryrefslogtreecommitdiff
path: root/starmath/source/cursor.cxx
AgeCommit message (Expand)Author
2021-02-06Use multichar operatorsdante
2020-10-23CreateTextFromNode is goneIlmari Lauhakangas
2020-10-22long->tools::Long in slideshow..starmathNoel
2020-09-08starmath: stop change to caret pos graph when moving after braceLuke Dixon
2020-09-02Fix crash when entering newline in starmath experimental editorLuke Dixon
2019-11-03loplugin:stringaddNoel Grandin
2019-09-28loplugin:constmethod in sdext..starmathNoel Grandin
2019-08-20loplugin:constvars in solenv..svtoolsNoel Grandin
2019-08-16Fix typosAndrea Gelmini
2019-07-20cid#1448322 try silence Splice iterator mismatchCaolán McNamara
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen
2019-02-10loplugin:indentation in soltools..svlNoel Grandin
2019-01-18use unique_ptr in starmathNoel Grandin
2018-12-30use unique_ptr in SmStructureNode::SetSubNodesNoel Grandin
2018-11-29Simplify containers iterations in slideshow, sot, starmath, stocArkadiy Illarionov
2018-09-13loplugin:useuniqeptr in starmathNoel Grandin
2018-08-18loplugin:useuniqueptr pass SmNodeList around by std::unique_ptr(2)Noel Grandin
2018-08-17loplugin:useuniqueptr pass SmNodeList around by std::unique_ptrNoel Grandin
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