1. 68585e3 starmath: Remove a couple of unused error codes by Takeshi Abe · 10 years ago
  2. 048f298 starmath: Drop useless PE_BINOPER_EXPECTED by Takeshi Abe · 10 years ago
  3. f3ca523 starmath: Drop unused PE_UNEXPECTED_END_OF_INPUT by Takeshi Abe · 10 years ago
  4. 716844c restore loplugin:vclwidget checking for calling clear() on VclPtr fields by Noel Grandin · 10 years ago
  5. a227824 starmath: Remove unused GetRect() by Takeshi Abe · 10 years ago
  6. 66576fc SfxModule to use initializer_list instead of variadic arguments by Mark Page · 10 years ago
  7. 7855ea4 remove comphelper::string::remove by Noel Grandin · 10 years ago
  8. bb01a35 starmath: Drop unused definition by Takeshi Abe · 10 years ago
  9. faddbce Make SmStructureNode's ctor initialize the number of sub nodes by Takeshi Abe · 10 years ago
  10. d5b05ca starmath: Replace OSL_ENSURE with assert by Takeshi Abe · 10 years ago
  11. f6c0048 starmath: SmBinDiagonalNode's 3rd child must be SmPolyLineNode by Takeshi Abe · 10 years ago
  12. 48a8d6d loplugin:singlevalfields in various by Noel Grandin · 10 years ago
  13. f07aa11 starmath: This condition must be met by Takeshi Abe · 10 years ago
  14. b0758820 starmath: Fix invalid static_cast by Takeshi Abe · 10 years ago
  15. 84bbe3a starmath: Drop unnecessary definitions by Takeshi Abe · 10 years ago
  16. 3fd21b1 starmath: Remove unused definition by Takeshi Abe · 10 years ago
  17. f02c1ca starmath: IndexOfSubNode() is for SmStructureNode only by Takeshi Abe · 10 years ago
  18. aa0d053 tdf#97527 - vcl: reference-count Menu by Noel Grandin · 10 years ago
  19. 8456d83 starmath: Add a test case for parsing - by Takeshi Abe · 10 years ago
  20. 336beb8 Drop unused #include by Takeshi Abe · 10 years ago
  21. 2fb88cb This can be an assert() by Takeshi Abe · 10 years ago
  22. ef54bbc starmath: Possible cases are exhausted by Takeshi Abe · 10 years ago
  23. fca1c92 starmath: more assertions hold by Takeshi Abe · 10 years ago
  24. 8336037 tdf#94205: Some remaining new+std::move -> o3tl::make_unique by Stephan Bergmann · 10 years ago
  25. 5338ee6 starmath: SmTableNode has type NTABLE by Takeshi Abe · 10 years ago
  26. f536a83 starmath: SmElement owns SmNode by Takeshi Abe · 10 years ago
  27. fc7e6d9 Clean up uses of Any::getValue() in starmath by Stephan Bergmann · 10 years ago
  28. 1fc4af8 Pass it by const ref by Takeshi Abe · 10 years ago
  29. a97b392 tdf#94698 cleanup Makefiles. Get rid of udkapi and offapi by Gleb Mishchenko · 10 years ago
  30. 80c874d remove "object is disposed" warning in OBroadcastHelperVar::removeListener by Noel Grandin · 10 years ago
  31. 261f734 starmath: The formula tree must be of type SmTableNode by Takeshi Abe · 10 years ago
  32. 5012f69 starmath: Make ctors explicit by Takeshi Abe · 10 years ago
  33. 62d2701 tools: rename SvStream::Read/Write to ReadBytes/WriteBytes by Michael Stahl · 10 years ago
  34. dfa8ece Revert "Revert "Simplify sfx2 removing SfxModuleArr_Impl and dummy SfxModule flag"" by Noel Grandin · 10 years ago
  35. abde31a Revert "Simplify sfx2 removing SfxModuleArr_Impl and dummy SfxModule flag" by Noel Grandin · 10 years ago
  36. e319ef1 Simplify sfx2 removing SfxModuleArr_Impl and dummy SfxModule flag by Mark Page · 10 years ago
  37. 9f138ff remove unused constants in HRC files by Noel Grandin · 10 years ago
  38. 52225a3 Convert ComplexTextLayoutMode to scoped enum by Noel Grandin · 10 years ago
  39. 013f9d5 Null pointer dereferences must not happen by Takeshi Abe · 10 years ago
  40. 3103845 coverity#1362478 Explicit null dereferenced by Caolán McNamara · 10 years ago
  41. 53bc542 STREAM_STD_READ already includes StreamMode::NOCREATE by Takeshi Abe · 10 years ago
  42. b6056ea Passing its const ref is sufficient by Takeshi Abe · 10 years ago
  43. 09981cd Use std::vector for SmCaretPosGraph by Takeshi Abe · 10 years ago
  44. 27ae002 Prefix SmDocShell's members by Takeshi Abe · 10 years ago
  45. e71ab23 starmath: Drop redundant IsFormulaArranged() check by Takeshi Abe · 10 years ago
  46. 3afac08 starmath: Make some functions of SmDocShell public by Takeshi Abe · 10 years ago
  47. 79e247d starmath: Prefix members of SmSetSelectionVisitor by Takeshi Abe · 10 years ago
  48. f5ea7c0 starmath: nodes in the clipboard are owened by SmClipboard by Takeshi Abe · 10 years ago
  49. 07f1a39 (nearly) nothing uses GetUniqueId anymore, so remove it. by Caolán McNamara · 10 years ago
  50. 4ab3149 starmath: Fix missing call of AnnotationSelection() for SmCursor::Copy by Takeshi Abe · 10 years ago
  51. 66a953b tdf#99984 render inferred mrow as group {} by Regina Henschel · 10 years ago
  52. da68f03 starmath: This should be an assert() by Takeshi Abe · 10 years ago
  53. 31cfb24 starmath: These functions are used in local only by Takeshi Abe · 10 years ago
  54. ab25d7c starmath: Assign the proper token to SmTableNode by Takeshi Abe · 10 years ago
  55. b3ff2f4 loplugin:unusedmethods in slideshow to svtools by Noel Grandin · 10 years ago
  56. 70aa579 starmath: Remove obsolete TG::Discarded by Takeshi Abe · 10 years ago
  57. 378576a Convert ATTR_* to scoped enum by Takeshi Abe · 10 years ago
  58. cc1a0ba convert TG constants to scoped enum by Noel Grandin · 10 years ago
  59. e265ea3 tdf#98238, tdf#99591 reverted old commit by Jan Iversen · 10 years ago
  60. 75c1040 Avoid C-style cast by Takeshi Abe · 10 years ago
  61. 1dbdc947 Fix bogus nGroup for SmMatrixNode's token by Takeshi Abe · 10 years ago
  62. eb2da27 Resolves: tdf#99556 if the num of arguments is not 1 infer a raw by Caolán McNamara · 10 years ago
  63. b3d5da6 convert SHOWTRACK to scoped enum by Noel Grandin · 10 years ago
  64. b43b796 starmath: SmMatrixNode should have the node TMATRIX by Takeshi Abe · 10 years ago
  65. cc63036 Convert FLG_* to scoped enum by Takeshi Abe · 10 years ago
  66. 265068d clang-tidy modernize-loop-convert in scripting to svtools by Noel Grandin · 10 years ago
  67. b871a97 starmath: Drop unused non-const variant of GetLeftMost by Takeshi Abe · 10 years ago
  68. 14cd518 Replace fallthrough comments with new SAL_FALLTHROUGH macro by Stephan Bergmann · 10 years ago
  69. 65b327b Simplify code with ForEachNonNull by Takeshi Abe · 10 years ago
  70. 116cf0b modernize loops by Jochen Nitschke · 10 years ago
  71. 6cd6236 starmath: Drop useless last entry of aTokenTable by Takeshi Abe · 10 years ago
  72. 58a3207 use Any constructor instead of temporaries by Noel Grandin · 10 years ago
  73. 6e70103 While at it, delete Any functions on sal_Bool* by Stephan Bergmann · 10 years ago
  74. 0b1e4a3 Prevent Any::setValue from reinterpreting bool* as sal_Bool* by Stephan Bergmann · 10 years ago
  75. 022b466 starmath: Avoid C-style cast by Takeshi Abe · 10 years ago
  76. 82e9cfc use Any constructor for bool values, instead of temporary vars by Noel Grandin · 10 years ago
  77. c6883d4 Fix typo by Takeshi Abe · 10 years ago
  78. 07a641b Reduce scope of variables by Takeshi Abe · 10 years ago
  79. 376c337 tdf#97087 Give comprehensible, unique names to idles by Muhammet Kara · 10 years ago
  80. 615e350 Resolves: tdf#88320 parsing fails with a subscript number by Takeshi Abe · 10 years ago
  81. 1ef1ed4 starmath: Drop unnecessary cast by Takeshi Abe · 10 years ago
  82. e8fd5a0 update loplugin stylepolice to check local pointers vars by Noel Grandin · 10 years ago
  83. ebc7640 starmath: Simplify SmParser::DoTable() by Takeshi Abe · 10 years ago
  84. 11f13f5 starmath: Drop member variable set but not used by Takeshi Abe · 10 years ago
  85. cd6ec10 starmath: Make coUserDefinedCharContFlags more readable by Takeshi Abe · 10 years ago
  86. 88338ed loplugin:salbool: Automatic rewrite of sal_False/True by Stephan Bergmann · 10 years ago
  87. 789055b clang-tidy performance-unnecessary-copy-initialization by Noel Grandin · 10 years ago
  88. a3569e9 starmath: Fix bounds checking by Takeshi Abe · 10 years ago
  89. b8eb294 loplugin:passstuffbyref in various by Noel Grandin · 10 years ago
  90. 3fbfddc Stop assigning null to intrusive_ptr by Takeshi Abe · 10 years ago
  91. 830a867 Avoid reserved identifier by Stephan Bergmann · 10 years ago
  92. 3bbd983 starmath: Drop unused #include by Takeshi Abe · 10 years ago
  93. 230cd63 clang-tidy performance-unnecessary-value-param in starmath by Noel Grandin · 10 years ago
  94. 4c7ec9f cleanup: remove unused com/sun/star/uno includes by Jochen Nitschke · 10 years ago
  95. 6f1df6d starmath: Assert that SmAlignNode must have only one child by Takeshi Abe · 10 years ago
  96. b398661 starmath: Drop unnecessary forward declaration by Takeshi Abe · 10 years ago
  97. 50bb5ed loplugin:constantparam in editeng by Noel Grandin · 10 years ago
  98. ecdf7aa loplugin:constantparam in svtools by Noel Grandin · 10 years ago
  99. 4e44487 Use std::size_t by Miklos Vajna · 10 years ago
  100. 04bb10f starmath: Reduce scope of variables by Takeshi Abe · 10 years ago