summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin1-3/+4
2016-06-23starmath: Add a test case for parsing -Takeshi Abe2-0/+98
2016-06-22Drop unused #includeTakeshi Abe3-29/+0
2016-06-21This can be an assert()Takeshi Abe1-25/+22
2016-06-20starmath: Possible cases are exhaustedTakeshi Abe1-1/+1
2016-06-16starmath: more assertions holdTakeshi Abe1-21/+20
2016-06-14tdf#94205: Some remaining new+std::move -> o3tl::make_uniqueStephan Bergmann1-2/+1
2016-06-14starmath: SmTableNode has type NTABLETakeshi Abe1-3/+4
2016-06-13starmath: SmElement owns SmNodeTakeshi Abe3-12/+15
2016-06-10Clean up uses of Any::getValue() in starmathStephan Bergmann1-14/+13
2016-06-10Pass it by const refTakeshi Abe2-10/+16
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko2-8/+2
2016-06-08remove "object is disposed" warning in OBroadcastHelperVar::removeListenerNoel Grandin1-0/+1
2016-06-08starmath: The formula tree must be of type SmTableNodeTakeshi Abe6-25/+14
2016-06-07starmath: Make ctors explicitTakeshi Abe9-38/+38
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl3-4/+4
2016-06-06Revert "Revert "Simplify sfx2 removing SfxModuleArr_Impl and dummy SfxModule ...Noel Grandin1-1/+1
2016-06-06Revert "Simplify sfx2 removing SfxModuleArr_Impl and dummy SfxModule flag"Noel Grandin1-1/+1
2016-06-06Simplify sfx2 removing SfxModuleArr_Impl and dummy SfxModule flagMark Page1-1/+1
2016-06-06remove unused constants in HRC filesNoel Grandin1-33/+0
2016-06-03Convert ComplexTextLayoutMode to scoped enumNoel Grandin2-5/+5
2016-06-03Null pointer dereferences must not happenTakeshi Abe1-1/+4
2016-06-02coverity#1362478 Explicit null dereferencedCaolán McNamara1-36/+39
2016-06-02STREAM_STD_READ already includes StreamMode::NOCREATETakeshi Abe2-2/+2
2016-06-02Passing its const ref is sufficientTakeshi Abe1-2/+2
2016-05-31Use std::vector for SmCaretPosGraphTakeshi Abe3-107/+56
2016-05-31Prefix SmDocShell's membersTakeshi Abe3-136/+136
2016-05-30starmath: Drop redundant IsFormulaArranged() checkTakeshi Abe3-15/+10
2016-05-28starmath: Make some functions of SmDocShell publicTakeshi Abe2-11/+10
2016-05-27starmath: Prefix members of SmSetSelectionVisitorTakeshi Abe2-65/+65
2016-05-26starmath: nodes in the clipboard are owened by SmClipboardTakeshi Abe2-51/+27
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara1-1/+0
2016-05-24starmath: Fix missing call of AnnotationSelection() for SmCursor::CopyTakeshi Abe3-0/+175
2016-05-23tdf#99984 render inferred mrow as group {}Regina Henschel2-5/+16
2016-05-23starmath: This should be an assert()Takeshi Abe1-5/+1
2016-05-21starmath: These functions are used in local onlyTakeshi Abe2-5/+6
2016-05-19starmath: Assign the proper token to SmTableNodeTakeshi Abe2-7/+6
2016-05-19loplugin:unusedmethods in slideshow to svtoolsNoel Grandin2-14/+0
2016-05-18starmath: Remove obsolete TG::DiscardedTakeshi Abe2-5/+4
2016-05-18Convert ATTR_* to scoped enumTakeshi Abe2-27/+35
2016-05-17convert TG constants to scoped enumNoel Grandin6-373/+379
2016-05-16tdf#98238, tdf#99591 reverted old commitJan Iversen1-8/+20
2016-05-16Avoid C-style castTakeshi Abe1-1/+2
2016-05-14Fix bogus nGroup for SmMatrixNode's tokenTakeshi Abe1-1/+0
2016-05-13Resolves: tdf#99556 if the num of arguments is not 1 infer a rawCaolán McNamara3-5/+18
2016-05-13convert SHOWTRACK to scoped enumNoel Grandin1-1/+1
2016-05-13starmath: SmMatrixNode should have the node TMATRIXTakeshi Abe2-3/+5
2016-05-12Convert FLG_* to scoped enumTakeshi Abe2-29/+39
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin9-38/+35
2016-05-11starmath: Drop unused non-const variant of GetLeftMostTakeshi Abe2-17/+10