1. 2c994d5 DO NOT USE by Andrzej Hunt · 12 years ago feature/calctiledrendering2
  2. 60f23b8 Ensure we actually render all cells in the selected area. by Andrzej Hunt · 12 years ago
  3. 70903d3 Take into account drawing layer for data area size. by Andrzej Hunt · 12 years ago
  4. 72b3fb8 Use output device mapping for draw layer too. by Andrzej Hunt · 12 years ago
  5. 76e2b5a Set correct scaling for normal painting. by Andrzej Hunt · 12 years ago
  6. 6b833fe Use output device scaling to determine cells in draw-area. by Andrzej Hunt · 12 years ago
  7. a722417 Don't scale grid and cell dimensions multiple times. by Andrzej Hunt · 12 years ago
  8. a8b0ad3 Implement data area size retrieval. by Andrzej Hunt · 12 years ago
  9. fd5f548 Allow overriding of device for Paint, and use that for Tiles. by Andrzej Hunt · 12 years ago
  10. 4acc678 Calc: Add tiled rendering device to the paint view. by Andrzej Hunt · 12 years ago
  11. d2f79f3 Render tiles from calc. by Andrzej Hunt · 12 years ago
  12. 5da5882 Add tiled rendering outline to Calc. by Andrzej Hunt · 12 years ago
  13. 37e6631 remove whitespace by Markus Mohrhard · 12 years ago
  14. b8d84a3 Resolves fdo#76160 Calc invalid image position on zooming by Damien Chambe · 12 years ago
  15. e2080e7 new compilerplugin returnbyref by Noel Grandin · 12 years ago
  16. 171efcb fdo#76203 - use consistent titlecase for UI title labels by Joren De Cuyper · 12 years ago
  17. 82da02c Translate German comments, fix some ws by Philipp Weissenbacher · 12 years ago
  18. 4e4890c remove comments by Markus Mohrhard · 12 years ago
  19. ca84391 accept also one cell chart ranges for external data provider, fdo#79772 by Markus Mohrhard · 12 years ago
  20. 01dd299 fdo#71076: Write test for this. by Kohei Yoshida · 12 years ago
  21. 1d38cb36 fdo#71076, fdo#71767: Preserve number formats when charts are copied. by Kohei Yoshida · 12 years ago
  22. 0b79311 rhbz#1111216 allow to export an empty sheet to PDF by David Tardon · 12 years ago
  23. 4e6c9ca coverity#988426 Explicit null dereferenced by Caolán McNamara · 12 years ago
  24. d176340 coverity#983728 Uncaught exception by Caolán McNamara · 12 years ago
  25. 836454d loplugin:saloverride by Matúš Kukan · 12 years ago
  26. 750269e fdo#40067: Fix for importing white space in strings (XLSX). by Robin Kumar · 12 years ago
  27. 5a69d3a coverity#736887 Unintended sign extension by Caolán McNamara · 12 years ago
  28. daa287b coverity#706049 Unintended sign extension by Caolán McNamara · 12 years ago
  29. 8a4dc64 coverity#706047 Unintended sign extension by Caolán McNamara · 12 years ago
  30. d28b51b coverity#706041 Unintended sign extension by Caolán McNamara · 12 years ago
  31. d688fbd coverity#706038 Unintended sign extension by Caolán McNamara · 12 years ago
  32. edf57ee coverity#1223091 Uncaught exception by Caolán McNamara · 12 years ago
  33. 3e82897 improve the inlinesimplememberfunctions clang plugin by Noel Grandin · 12 years ago
  34. 3ad748a GPU Calc:Support nested formulae expansion for simple nested by haochen · 12 years ago
  35. 1c8babf document must be set modified when range name is defined, fdo#79451 by Markus Mohrhard · 12 years ago
  36. 3dcfb9a Cache table entry may be null. Let's not assume it's always non-null. by Kohei Yoshida · 12 years ago
  37. 5a320d1 unit test for ForcedArray matrix error propagation, fdo#79978 by Eike Rathke · 12 years ago
  38. 45f533a loplugin:staticcall by Stephan Bergmann · 12 years ago
  39. a288beb resolved fdo#79978 propagate error through DoubleArray of matrix by Eike Rathke · 12 years ago
  40. c9d037e resolved fdo#79957 propagate ForceArray through jump tokens by Eike Rathke · 12 years ago
  41. 4a662ef coverity#706945 Uncaught exception by Caolán McNamara · 12 years ago
  42. 2af58ba coverity#707016 Uncaught exception by Caolán McNamara · 12 years ago
  43. 51ab8c9 put the add/modify/delete line below the range by Caolán McNamara · 12 years ago
  44. a2a1a59 fdo#77506: More reliable way to determine label strings. by Kohei Yoshida · 12 years ago
  45. 9b27896 left align add/remove buttons by Caolán McNamara · 12 years ago
  46. 18518b9 Put conditional add/remove buttons above the range selector... by Caolán McNamara · 12 years ago
  47. 3c446cd false warning C4701: potentially uninitialized local variable by Stephan Bergmann · 12 years ago
  48. 3183bfa GPU Calc:Add more judge for NAN in SingleVector parameter by haochen · 12 years ago
  49. bb761be Change SfxTabPage ctor SfxItemSet param from ref to pointer by Stephan Bergmann · 12 years ago
  50. a92e973 Change SfxTabPage::Reset param from ref to pointer by Stephan Bergmann · 12 years ago
  51. 607218e Dead code by Stephan Bergmann · 12 years ago
  52. 6519665 loplugin:bodynotinblock by Stephan Bergmann · 12 years ago
  53. 4dbeadb Change SfxTabPage::FillItemSet param from ref to pointer by Stephan Bergmann · 12 years ago
  54. e8e22fc -Werror,-Wtautological-undefined-compare by Stephan Bergmann · 12 years ago
  55. fa8c175 coverity#704261 Logically dead code by Caolán McNamara · 12 years ago
  56. bdb59b7 coverity#1187709 Uncaught exception by Caolán McNamara · 12 years ago
  57. a903cac fix assert by Markus Mohrhard · 12 years ago
  58. 7cfc80c GPU Calc:Support default 2nd parameter in ROUND by haochen · 12 years ago
  59. c0ea62f GPU Calc:Support 3rd parameter in FLOOR by haochen · 12 years ago
  60. 0fa5816 GPU Calc:Support IF formula in GPUInterpret by haochen · 12 years ago
  61. c3383aa GPU Calc:Support string arguments in VLookup by haochen · 12 years ago
  62. c5539bb fdo#79676: Initialize with a default chart only from the UI. by Kohei Yoshida · 12 years ago
  63. ae4da7d coverity#1187810 Uncaught exception by Caolán McNamara · 12 years ago
  64. e7a3aac fdo#76324: Make pasting a lot of cell notes faster by disabling broadcasting. by Matúš Kukan · 12 years ago
  65. 1ea62b8 Do not use GetSdrUndoFactory() in sc. by Matúš Kukan · 12 years ago
  66. 1979afc coverity#706877 Uncaught exception by Caolán McNamara · 12 years ago
  67. 32ac015 fix invalid memory access related to temporary object by Markus Mohrhard · 12 years ago
  68. de95cdd5 don't use temporary object by Markus Mohrhard · 12 years ago
  69. 184a00b loplugin: inlinesimplememberfunctions by Noel Grandin · 12 years ago
  70. 0179d35 workaround for DBG_UTIL XML correctness checks by Markus Mohrhard · 12 years ago
  71. 0620ca9 check for empty string before accessing first element by Markus Mohrhard · 12 years ago
  72. f0fdee8 oox: replace redundant STATIC_ARRAY_SIZE macro with SAL_N_ELEMENTS by Miklos Vajna · 12 years ago
  73. 9ea3e3a column storage might be changed, related lp#990868 by Markus Mohrhard · 12 years ago
  74. 86f8772 don't try to import invalid document, fdo#79135 by Markus Mohrhard · 12 years ago
  75. 4c3b360 Bin ugly (ab)use of preprocessor in headers (final part) by Thomas Arnhold · 12 years ago
  76. cf62446 coverity#735806 Dereference after null check by Caolán McNamara · 12 years ago
  77. 105021a coverity#735798 Dereference after null check by Caolán McNamara · 12 years ago
  78. c2034f3 fixincludeguards: fix include guards by Thomas Arnhold · 12 years ago
  79. 3b8ce44 -Werror,-Wunused-macros by Stephan Bergmann · 12 years ago
  80. 5918209 Resolves: fdo#73675 tweak conversion to use SvSimpleTable by Caolán McNamara · 12 years ago
  81. c45c6e4 RID_SCDLG_COND_FORMAT_MANAGER conversion to .ui by sk94 · 12 years ago
  82. e1ac3f3 coverity#735812 Dereference after null check by Caolán McNamara · 12 years ago
  83. 246aba2 coverity#735802 Unchecked dynamic_cast by Caolán McNamara · 12 years ago
  84. 9009dfb coverity#705214 Missing break in switch, assuming intentional by Caolán McNamara · 12 years ago
  85. b0a9f33 Resolves: fdo#79021 cannot delete ListBox from inside its own Select handler by Caolán McNamara · 12 years ago
  86. 14ce27c unify the handling of string position arguments, fdo#75971 related by Eike Rathke · 12 years ago
  87. b370077 coverity#736046 Missing break in switch by Caolán McNamara · 12 years ago
  88. fd31c81 coverity#705211 Missing break in switch by Caolán McNamara · 12 years ago
  89. 4d7827c coverity#705209 Missing break in switch by Caolán McNamara · 12 years ago
  90. d6efbc4 coverity#705207 Missing break in switch by Caolán McNamara · 12 years ago
  91. 0e507ae various: remove SAL_THROW macro by Noel Grandin · 12 years ago
  92. 457c6eb The 4th argument is of wrong type. by Kohei Yoshida · 12 years ago
  93. adc20c3 compareToAscii -> equalsAscii by Noel Grandin · 12 years ago
  94. a7e6f6d coverity#737265 Uncaught exception by Caolán McNamara · 12 years ago
  95. 369d959 DeInitVCL at end of tests by Stephan Bergmann · 12 years ago
  96. f634cda avoid problems with poppler's and vcl's FontInfo during runtime by Markus Mohrhard · 12 years ago
  97. 5fdab12 fix new[]/delete mismatch by Markus Mohrhard · 12 years ago
  98. 06127e06 eliminate xub_StrLen left-over by Eike Rathke · 12 years ago
  99. 2537d2d convert some sal_uInt8 fields to bool by Noel Grandin · 12 years ago
  100. 09188eb coverity#706959 Uncaught exception by Caolán McNamara · 12 years ago