1. 6af9c09 Refactored SwDoc::GetEditShell . by Valentin Kettner · 12 years ago feature/refactor-god-objects
  2. c2d3b7e fdo#82579: Only Point, Polygon, Size and TimeValue need to be handled by Tor Lillqvist · 12 years ago
  3. ef4fb39 svtools: show spin for FormattedField by Tomaž Vajngerl · 12 years ago
  4. c67026f libgltf: Append shader language version to the shader files by Zolnai Tamás · 12 years ago
  5. d4fccd7 collada2gltf: it seems better not to add #version to glTF shader files by Zolnai Tamás · 12 years ago
  6. e99535d remove executable bits by Thomas Arnhold · 12 years ago
  7. 921a344 remove svl/ignores.persist by Thomas Arnhold · 12 years ago
  8. bd660b3 oups by Thomas Arnhold · 12 years ago
  9. b0e02e7 svl: Remove ASCII art and pointless comments by Chris Laplante · 12 years ago
  10. 18749c7 fdo#80453 (part) Help button for insert random # by Olivier Hallot · 12 years ago
  11. fceb753 fix unit test after size_t change by Thomas Arnhold · 12 years ago
  12. 1f1dfcd boost: update patch states by Thomas Arnhold · 12 years ago
  13. 2b4c54a warning C4800: forcing value to bool 'true' or 'false' by Thomas Arnhold · 12 years ago
  14. f05d181 warning C4800: forcing value to bool 'true' or 'false' by Thomas Arnhold · 12 years ago
  15. 159eb08 warning C4800: 'sal_uInt32' : forcing value to bool 'true' or 'false' by Thomas Arnhold · 12 years ago
  16. 05acd6d namespace css by Thomas Arnhold · 12 years ago
  17. 439c909 warning C4800: 'int' : forcing value to bool 'true' or 'false' by Thomas Arnhold · 12 years ago
  18. 6d51e25 warning C4800: 'int' : forcing value to bool 'true' or 'false' by Thomas Arnhold · 12 years ago
  19. ebac769 namespace css by Thomas Arnhold · 12 years ago
  20. b839be5 warning C4800: 'int' : forcing value to bool 'true' or 'false' by Thomas Arnhold · 12 years ago
  21. eb8d716 warning C4800: 'int' : forcing value to bool 'true' or 'false' by Thomas Arnhold · 12 years ago
  22. fe3b291 warning C4800: 'unsigned long' : forcing value to bool 'true' or 'false' by Thomas Arnhold · 12 years ago
  23. 6c54831 warning C4800: 'unsigned long' : forcing value to bool 'true' or 'false' by Thomas Arnhold · 12 years ago
  24. 4f1dabf warning C4800: 'int' : forcing value to bool 'true' or 'false' by Thomas Arnhold · 12 years ago
  25. 0842a27 use bool directly by Thomas Arnhold · 12 years ago
  26. e7641433 convert int to bool by Thomas Arnhold · 12 years ago
  27. 439354a upgrade to apache-commons-1.2 by Thomas Arnhold · 12 years ago
  28. 613cc91 Fix another: reference to 'Primitive2DSequence' is ambiguous by Matteo Casalin · 12 years ago
  29. ed8c687 Fix: reference to 'Primitive2DSequence' is ambiguous by Matteo Casalin · 12 years ago
  30. fb1f710 loplugin:passstuffbyref (Primitive2DSequence) by Matteo Casalin · 12 years ago
  31. 46b7a08 Related: fdo#45588 Use of different items for Formatting Marks by Julien Nabet · 12 years ago
  32. 97cb7cd CID 1231678: Uninitialized pointer field by Matteo Casalin · 12 years ago
  33. f538787 Missing ; (unsuccessful merge) by Matteo Casalin · 12 years ago
  34. ce9a327 Fix member function prototype (sal_uIntPtr& to size_t&) by Matteo Casalin · 12 years ago
  35. bc69fc4 Reserve vector capacity in advance by Matteo Casalin · 12 years ago
  36. a7e2d32 Simplify by early bail-out by Matteo Casalin · 12 years ago
  37. 47e2fd0 Consistently use size_t and SAL_MAX_SIZE by Matteo Casalin · 12 years ago
  38. df159d3 bDoInvalidate is always false by Matteo Casalin · 12 years ago
  39. 69702bc Simplify loop by Matteo Casalin · 12 years ago
  40. 3fd369d Remove repeated check by Matteo Casalin · 12 years ago
  41. 4dc54b8 Avoid redundant cehck and unneeded local scope by Matteo Casalin · 12 years ago
  42. bfa5e2f Just copy the boolean value by Matteo Casalin · 12 years ago
  43. 74bccf7 Remove pnMarkNum parameter: either NULL or pointed data is not read by Matteo Casalin · 12 years ago
  44. d19757d These function members does not need to be virtual by Matteo Casalin · 12 years ago
  45. 9585ba1 Delete commented-out declaration of function members by Matteo Casalin · 12 years ago
  46. 384cb5f Consistently use size_t and SAL_MAX_SIZE by Matteo Casalin · 12 years ago
  47. 7e605f1 sal_uInt16 to size_t, avoid temporaries and hardcoded constants by Matteo Casalin · 12 years ago
  48. 97067f7 Fix indentation/format by Matteo Casalin · 12 years ago
  49. 0976d27 Use more proper integer types, avoid temporaries and constify by Matteo Casalin · 12 years ago
  50. df3b138 Fix indentation/format by Matteo Casalin · 12 years ago
  51. 7ecebd6 sal_uInt16 to sal_uInt16, constify by Matteo Casalin · 12 years ago
  52. 9f5711e7 This array can be static by Matteo Casalin · 12 years ago
  53. 5dfb3365 Group more code in local helper function and simplify it by Matteo Casalin · 12 years ago
  54. aaca2de DirInfo, LSize and MemoryBlock are unused by Tor Lillqvist · 12 years ago
  55. e98397d Our use of Ptr does not clash with the <MacTypes.h> typedef by Tor Lillqvist · 12 years ago
  56. 871b196 SVG test: check content of Primitive2DSequence with the XML dumper by Tomaž Vajngerl · 12 years ago
  57. 4bc6484 initial implementation of XML dump for Primitive2DSequence by Tomaž Vajngerl · 12 years ago
  58. d3a5962 XmlWriter: simplify and take SvStream* as input by Tomaž Vajngerl · 12 years ago
  59. 8a3a2e8 mtfxmldump: move XML writing into its own function by Tomaž Vajngerl · 12 years ago
  60. 20d8a34 No need to write ' by Tomaž Vajngerl · 12 years ago
  61. e97997f SvMemoryStream.remainingSize ret. size to end of data not buffer by Tomaž Vajngerl · 12 years ago
  62. d4a8fa7 Our use of Byte does not clash with the <MacTypes.h> typedef by Tor Lillqvist · 12 years ago
  63. a5f4c5b Our use of Boolean does not clash with the Xt <X11/Intrinsic.h> typedef by Tor Lillqvist · 12 years ago
  64. 1c13f9c RSC_TRISTATEBOX is no longer used by Caolán McNamara · 12 years ago
  65. b0da096 RSC_MULTILINEEDIT no longer used by Caolán McNamara · 12 years ago
  66. e09e956 RSC_TABCONTROLITEM* no longer used by Caolán McNamara · 12 years ago
  67. 0704865 RSCMENUBUTTON_MENU is not longer used by Caolán McNamara · 12 years ago
  68. 924dda9 RSC_MENUBUTTON is not in use anymore by Caolán McNamara · 12 years ago
  69. e33f6f4 Sync oox -> writerfilter alias for generic VML by Miklos Vajna · 12 years ago
  70. 28bf206 Sync oox -> writerfilter namespace prefixes by Miklos Vajna · 12 years ago
  71. 63fa1a7 RTF import: handle pWrapPolygonVertices shape property by Miklos Vajna · 12 years ago
  72. dc01498 RTF import: handle negative SHPLEFT / SHPTOP by Miklos Vajna · 12 years ago
  73. a8669b5 fdo#82580: Win32 GetObject() simplification by Tor Lillqvist · 12 years ago
  74. bc19caa WIN_MOUSE_MOVED and MOUSE_MOVED are unused by Tor Lillqvist · 12 years ago
  75. 05d53a3 WIN_HELP_HELPONHELP and HELP_HELPONHELP are unused by Tor Lillqvist · 12 years ago
  76. 3fb9887 WIN_HELP_INDEX and HELP_INDEX are unused by Tor Lillqvist · 12 years ago
  77. f8bed01 writerfilter: abort build if model.xml does not validate by Miklos Vajna · 12 years ago
  78. c9cf219 Fix $(call gb_ExternalExecutable_get_command,xmllint) in case of system libxml by Miklos Vajna · 12 years ago
  79. 97e1d52 sfx2: remove commented consts by Chris Sherlock · 12 years ago
  80. 3579f76f Suppress unchecked warning - this is fine by Chris Sherlock · 12 years ago
  81. 1bae7f5a cppcheck: Throwing the original exception by Julien Nabet · 12 years ago
  82. e74ddb1 cppcheck: Prefer prefix ++/-- operators by Julien Nabet · 12 years ago
  83. 36efd0f try that ErrorBox removal again by Caolán McNamara · 12 years ago
  84. 7c1e12af callcatcher: update unused code by Caolán McNamara · 12 years ago
  85. d0ab0b0 OOO_HELP_HELPONHELP is unused by Tor Lillqvist · 12 years ago
  86. b418ba9 javaunohelper: The assigned value is sometimes used by rbuj · 12 years ago
  87. 66c6d1e prevent invalid ods files with loext:fill-character by Markus Mohrhard · 12 years ago
  88. a772be5 just use a typedef, don't inherit from boost::ptr_container by Markus Mohrhard · 12 years ago
  89. 61294d4 remove unnecessary whitespace by Markus Mohrhard · 12 years ago
  90. 1cf19ea don't call ScMarkData::GetMarkedRanges in ScColumn, related fdo#79422 by Markus Mohrhard · 12 years ago
  91. 17f6f60 add test case for fdo#82503 by Markus Mohrhard · 12 years ago
  92. 8c9014c copy conditional formatting for single cells, fdo#82503 by Markus Mohrhard · 12 years ago
  93. 0771823 fix build by Markus Mohrhard · 12 years ago
  94. d6cae8a fix build again by Markus Mohrhard · 12 years ago
  95. 549fd2d fix build by Markus Mohrhard · 12 years ago
  96. b8cf719 Revert "ErrorBox EBX_ERR_PRINTDISABLED to String" by Markus Mohrhard · 12 years ago
  97. 08d4ea4 use scoped_ptr instead of shared_ptr by Markus Mohrhard · 12 years ago
  98. 0e633c5 add test for fdo#82128 by Markus Mohrhard · 12 years ago
  99. 2cc0109 use correct namespace for table protection elements, fdo#82128 by Markus Mohrhard · 12 years ago
  100. 0ad58a0 WarningBox RID_SVX_MSGBOX_LANGUAGE_RESTART to String by Thomas Arnhold · 12 years ago