summaryrefslogtreecommitdiff
path: root/starmath/source/cursor.cxx
AgeCommit message (Expand)Author
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
2015-08-20loplugin: defaultparamsNoel Grandin
2015-06-30Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin
2015-02-21Various typosJulien Nabet
2015-02-11coverity#1267649 Logically dead codeCaolán McNamara
2015-01-26coverity#1266461 Improper use of negative valueCaolán McNamara
2014-12-03loplugin: cstylecastNoel Grandin