summaryrefslogtreecommitdiffstats
path: root/starmath
Commit message (Expand)AuthorAgeFilesLines
...
* tdf#94205: Some remaining new+std::move -> o3tl::make_uniqueStephan Bergmann2016-06-141-2/+1
* starmath: SmTableNode has type NTABLETakeshi Abe2016-06-141-3/+4
* starmath: SmElement owns SmNodeTakeshi Abe2016-06-133-12/+15
* Clean up uses of Any::getValue() in starmathStephan Bergmann2016-06-101-14/+13
* Pass it by const refTakeshi Abe2016-06-102-10/+16
* tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko2016-06-092-8/+2
* remove "object is disposed" warning in OBroadcastHelperVar::removeListenerNoel Grandin2016-06-081-0/+1
* starmath: The formula tree must be of type SmTableNodeTakeshi Abe2016-06-086-25/+14
* starmath: Make ctors explicitTakeshi Abe2016-06-079-38/+38
* tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl2016-06-063-4/+4
* Revert "Revert "Simplify sfx2 removing SfxModuleArr_Impl and dummy SfxModule ...Noel Grandin2016-06-061-1/+1
* Revert "Simplify sfx2 removing SfxModuleArr_Impl and dummy SfxModule flag"Noel Grandin2016-06-061-1/+1
* Simplify sfx2 removing SfxModuleArr_Impl and dummy SfxModule flagMark Page2016-06-061-1/+1
* remove unused constants in HRC filesNoel Grandin2016-06-061-33/+0
* Convert ComplexTextLayoutMode to scoped enumNoel Grandin2016-06-032-5/+5
* Null pointer dereferences must not happenTakeshi Abe2016-06-031-1/+4
* coverity#1362478 Explicit null dereferencedCaolán McNamara2016-06-021-36/+39
* STREAM_STD_READ already includes StreamMode::NOCREATETakeshi Abe2016-06-022-2/+2
* Passing its const ref is sufficientTakeshi Abe2016-06-021-2/+2
* Use std::vector for SmCaretPosGraphTakeshi Abe2016-05-313-107/+56
* Prefix SmDocShell's membersTakeshi Abe2016-05-313-136/+136
* starmath: Drop redundant IsFormulaArranged() checkTakeshi Abe2016-05-303-15/+10
* starmath: Make some functions of SmDocShell publicTakeshi Abe2016-05-282-11/+10
* starmath: Prefix members of SmSetSelectionVisitorTakeshi Abe2016-05-272-65/+65
* starmath: nodes in the clipboard are owened by SmClipboardTakeshi Abe2016-05-262-51/+27
* (nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara2016-05-251-1/+0
* starmath: Fix missing call of AnnotationSelection() for SmCursor::CopyTakeshi Abe2016-05-243-0/+175
* tdf#99984 render inferred mrow as group {}Regina Henschel2016-05-232-5/+16
* starmath: This should be an assert()Takeshi Abe2016-05-231-5/+1
* starmath: These functions are used in local onlyTakeshi Abe2016-05-212-5/+6
* starmath: Assign the proper token to SmTableNodeTakeshi Abe2016-05-192-7/+6
* loplugin:unusedmethods in slideshow to svtoolsNoel Grandin2016-05-192-14/+0
* starmath: Remove obsolete TG::DiscardedTakeshi Abe2016-05-182-5/+4
* Convert ATTR_* to scoped enumTakeshi Abe2016-05-182-27/+35
* convert TG constants to scoped enumNoel Grandin2016-05-176-373/+379
* tdf#98238, tdf#99591 reverted old commitJan Iversen2016-05-161-8/+20
* Avoid C-style castTakeshi Abe2016-05-161-1/+2
* Fix bogus nGroup for SmMatrixNode's tokenTakeshi Abe2016-05-141-1/+0
* Resolves: tdf#99556 if the num of arguments is not 1 infer a rawCaolán McNamara2016-05-133-5/+18
* convert SHOWTRACK to scoped enumNoel Grandin2016-05-131-1/+1
* starmath: SmMatrixNode should have the node TMATRIXTakeshi Abe2016-05-132-3/+5
* Convert FLG_* to scoped enumTakeshi Abe2016-05-122-29/+39
* clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin2016-05-119-38/+35
* starmath: Drop unused non-const variant of GetLeftMostTakeshi Abe2016-05-112-17/+10
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-104-5/+5
* Simplify code with ForEachNonNullTakeshi Abe2016-05-101-7/+3
* modernize loopsJochen Nitschke2016-05-091-50/+28
* starmath: Drop useless last entry of aTokenTableTakeshi Abe2016-05-081-2/+1
* use Any constructor instead of temporariesNoel Grandin2016-05-041-3/+1
* While at it, delete Any functions on sal_Bool*Stephan Bergmann2016-05-041-8/+2