Age | Commit message (Expand) | Author |
2016-06-21 | This can be an assert() | Takeshi Abe |
2016-06-20 | starmath: Possible cases are exhausted | Takeshi Abe |
2016-06-16 | starmath: more assertions hold | Takeshi Abe |
2016-06-14 | tdf#94205: Some remaining new+std::move -> o3tl::make_unique | Stephan Bergmann |
2016-06-14 | starmath: SmTableNode has type NTABLE | Takeshi Abe |
2016-06-13 | starmath: SmElement owns SmNode | Takeshi Abe |
2016-06-10 | Clean up uses of Any::getValue() in starmath | Stephan Bergmann |
2016-06-10 | Pass it by const ref | Takeshi Abe |
2016-06-09 | tdf#94698 cleanup Makefiles. Get rid of udkapi and offapi | Gleb Mishchenko |
2016-06-08 | remove "object is disposed" warning in OBroadcastHelperVar::removeListener | Noel Grandin |
2016-06-08 | starmath: The formula tree must be of type SmTableNode | Takeshi Abe |
2016-06-07 | starmath: Make ctors explicit | Takeshi Abe |
2016-06-06 | tools: rename SvStream::Read/Write to ReadBytes/WriteBytes | Michael Stahl |
2016-06-06 | Revert "Revert "Simplify sfx2 removing SfxModuleArr_Impl and dummy SfxModule ... | Noel Grandin |
2016-06-06 | Revert "Simplify sfx2 removing SfxModuleArr_Impl and dummy SfxModule flag" | Noel Grandin |
2016-06-06 | Simplify sfx2 removing SfxModuleArr_Impl and dummy SfxModule flag | Mark Page |
2016-06-06 | remove unused constants in HRC files | Noel Grandin |
2016-06-03 | Convert ComplexTextLayoutMode to scoped enum | Noel Grandin |
2016-06-03 | Null pointer dereferences must not happen | Takeshi Abe |
2016-06-02 | coverity#1362478 Explicit null dereferenced | Caolán McNamara |
2016-06-02 | STREAM_STD_READ already includes StreamMode::NOCREATE | Takeshi Abe |
2016-06-02 | Passing its const ref is sufficient | Takeshi Abe |
2016-05-31 | Use std::vector for SmCaretPosGraph | Takeshi Abe |
2016-05-31 | Prefix SmDocShell's members | Takeshi Abe |
2016-05-30 | starmath: Drop redundant IsFormulaArranged() check | Takeshi Abe |
2016-05-28 | starmath: Make some functions of SmDocShell public | Takeshi Abe |
2016-05-27 | starmath: Prefix members of SmSetSelectionVisitor | Takeshi Abe |
2016-05-26 | starmath: nodes in the clipboard are owened by SmClipboard | Takeshi Abe |
2016-05-25 | (nearly) nothing uses GetUniqueId anymore, so remove it. | Caolán McNamara |
2016-05-24 | starmath: Fix missing call of AnnotationSelection() for SmCursor::Copy | Takeshi Abe |
2016-05-23 | tdf#99984 render inferred mrow as group {} | Regina Henschel |
2016-05-23 | starmath: This should be an assert() | Takeshi Abe |
2016-05-21 | starmath: These functions are used in local only | Takeshi Abe |
2016-05-19 | starmath: Assign the proper token to SmTableNode | Takeshi Abe |
2016-05-19 | loplugin:unusedmethods in slideshow to svtools | Noel Grandin |
2016-05-18 | starmath: Remove obsolete TG::Discarded | Takeshi Abe |
2016-05-18 | Convert ATTR_* to scoped enum | Takeshi Abe |
2016-05-17 | convert TG constants to scoped enum | Noel Grandin |
2016-05-16 | tdf#98238, tdf#99591 reverted old commit | Jan Iversen |
2016-05-16 | Avoid C-style cast | Takeshi Abe |
2016-05-14 | Fix bogus nGroup for SmMatrixNode's token | Takeshi Abe |
2016-05-13 | Resolves: tdf#99556 if the num of arguments is not 1 infer a raw | Caolán McNamara |
2016-05-13 | convert SHOWTRACK to scoped enum | Noel Grandin |
2016-05-13 | starmath: SmMatrixNode should have the node TMATRIX | Takeshi Abe |
2016-05-12 | Convert FLG_* to scoped enum | Takeshi Abe |
2016-05-11 | clang-tidy modernize-loop-convert in scripting to svtools | Noel Grandin |
2016-05-11 | starmath: Drop unused non-const variant of GetLeftMost | Takeshi Abe |
2016-05-10 | Replace fallthrough comments with new SAL_FALLTHROUGH macro | Stephan Bergmann |
2016-05-10 | Simplify code with ForEachNonNull | Takeshi Abe |
2016-05-09 | modernize loops | Jochen Nitschke |