1. aac188a TEMPORARY: use a different paint rect. by Andrzej Hunt · 12 years ago feature/calctiledrendering5
  2. f61391f Col/Row Headers: use correct scaling. by Andrzej Hunt · 12 years ago
  3. df6df03 Introduce GetScrPosPix/Logic in place of plain GetScrPos. by Andrzej Hunt · 12 years ago
  4. b07f066 Introduce GetScrPos to ScGridWin. by Andrzej Hunt · 12 years ago
  5. ff41179 Only use logic mapping during paint for col/rowbars. by Andrzej Hunt · 12 years ago
  6. 4a95e1a Implement getPartName for Calc. by Andrzej Hunt · 12 years ago
  7. 97f0dae Lets not roll our own twip/mm100 conversions. by Andrzej Hunt · 12 years ago
  8. 6b73ff6 More pixel->document coordinate scaling. by Andrzej Hunt · 12 years ago
  9. 93c6a99 Iterate from origin to tile area to ensure correct positioning. by Andrzej Hunt · 12 years ago
  10. 749926a Use logic units for visible-cells determination. by Andrzej Hunt · 12 years ago
  11. 0314906 Scale the origin for the Draw Layer (Calc Tiled Rendering). by Andrzej Hunt · 12 years ago
  12. 5410dc4 Use OutputDevice scaling for column-/rowbars too. by Andrzej Hunt · 12 years ago
  13. 72458dc Ensure we actually render all cells in the selected area. by Andrzej Hunt · 12 years ago
  14. 26cd99f Take into account drawing layer for data area size. by Andrzej Hunt · 12 years ago
  15. c2704c3 Use output device mapping for draw layer too. by Andrzej Hunt · 12 years ago
  16. e5196f5 Set correct scaling for normal painting. by Andrzej Hunt · 12 years ago
  17. bf605bd Use output device scaling to determine cells in draw-area. by Andrzej Hunt · 12 years ago
  18. ce245af Don't scale grid and cell dimensions multiple times. by Andrzej Hunt · 12 years ago
  19. 099f523 Implement data area size retrieval. by Andrzej Hunt · 12 years ago
  20. c431694 Allow overriding of device for Paint, and use that for Tiles. by Andrzej Hunt · 12 years ago
  21. faf9c29 Calc: Add tiled rendering device to the paint view. by Andrzej Hunt · 12 years ago
  22. bbada35 Render tiles from calc. by Andrzej Hunt · 12 years ago
  23. 6e53a17 fix wrong calculation for text size, fdo#81499 by Markus Mohrhard · 12 years ago
  24. 7bff8e9 the range has to be in the correct order, fdo#81803 by Markus Mohrhard · 12 years ago
  25. 896390d add test case for fdo#81803 by Markus Mohrhard · 12 years ago
  26. 5e55d5f fdo#81330: When moving to a different sheet, set 3D flag on. by Kohei Yoshida · 12 years ago
  27. 6a816d1 fdo#81330: Write test for this. by Kohei Yoshida · 12 years ago
  28. 1fcc305 fdo#80846: Get the parameter order right. by Kohei Yoshida · 12 years ago
  29. 2ef608a fdo#80846: Write test for this. by Kohei Yoshida · 12 years ago
  30. 7b13c6d Bring this logic from ScViewFaunc::DeleteContents to ScDocFunc's. by Kohei Yoshida · 12 years ago
  31. 190a4ee Revert "it makes no sense to use the second column as well, fdo#81499" by Kohei Yoshida · 12 years ago
  32. 227d3e7 bnc#885548: Reset the default user to the document owner at the end. by Kohei Yoshida · 12 years ago
  33. 5021f29 Remove some unused code by Marcos Paulo de Souza · 12 years ago
  34. 551f76f Drop unnecessary SfxApplication::CreateResManager wrapper by Stephan Bergmann · 12 years ago
  35. 9d140cc drop use of SFX_ITEM_PRESENTATION_NONE by Noel Grandin · 12 years ago
  36. 7e018af simplify return argument of SfxPoolItem::GetPresentation by Noel Grandin · 12 years ago
  37. 3008459 fdo#79578: Properly update formulas upon change in db collection. by Kohei Yoshida · 12 years ago
  38. a0b9200 fdo#79578: Write test for this first. by Kohei Yoshida · 12 years ago
  39. ab409bf Move this fucntion to ScDBDocFunc. by Kohei Yoshida · 12 years ago
  40. a3fc7f2 fdo#81617: Split formula groups at sort range boundaries. by Kohei Yoshida · 12 years ago
  41. 97f7007 fdo#81617: Write test for this first. by Kohei Yoshida · 12 years ago
  42. cb3dcb0 Resolves fdo#79273: Data Statistics crashes with any entry by Julien Nabet · 12 years ago
  43. ae1fb2e Dead declaration by Maxim Monastirsky · 12 years ago
  44. 67fa2dc coverity#704706 Unchecked dynamic_cast by Caolán McNamara · 12 years ago
  45. b46a98d coverity#704702 Dereference after null check by Caolán McNamara · 12 years ago
  46. 20f6cf0 Massive 'Dialogdiet fail' and similar to 'Dialog creation failed' by Matteo Casalin · 12 years ago
  47. 52a36fb pImplize XMLPropertyHandlerFactory. by Kohei Yoshida · 12 years ago
  48. 32162d3 coverity#735613 Division or modulo by float zero by Caolán McNamara · 12 years ago
  49. 678ad50 fix coding style by Markus Mohrhard · 12 years ago
  50. dc0b5fa avoid static variables by xukai · 12 years ago
  51. 2a19718 move SFX_ITEMS_DIRECT etc. definitions inside the module by Noel Grandin · 12 years ago
  52. cc827ab Revert "opengl charts: Move the init from sc to chart2 ... by Markus Mohrhard · 12 years ago
  53. 262bde9 simplify SfxItemPool::GetPresentation by Noel Grandin · 12 years ago
  54. 7be0413 remove SFX_ITEM_PRESENTATION_NAMEONLY by Noel Grandin · 12 years ago
  55. c1dd91a callcatcher: update unused code by Caolán McNamara · 12 years ago
  56. bc3b62e use SvXMLExport::GetRelativeReference(), fdo#79305 by Eike Rathke · 12 years ago
  57. 2420e776 fdo#80536 UI: Menu entry for 'Edit File' -> 'Edit Mode' by Joren De Cuyper · 12 years ago
  58. 14277af5 it makes no sense to use the second column as well, fdo#81499 by Markus Mohrhard · 12 years ago
  59. 46698bf that was just a complex way to describe that the whole range is in it by Markus Mohrhard · 12 years ago
  60. cd3d26b vcl consitent use of long for corrdinate by Norbert Thiebaud · 12 years ago
  61. 8b273da add SAL_OVERRIDE by David Tardon · 12 years ago
  62. 7515b1a fdo#63756 build libxml2 with ICU support by David Tardon · 12 years ago
  63. 46cea34 opengl charts: Move the init from sc to chart2, to have the right parent. by Jan Holesovsky · 12 years ago
  64. a82ff18 Resolves fdo#81549: Crash pivot table by Julien Nabet · 12 years ago
  65. be36bc3 disable that test on windows by Markus Mohrhard · 12 years ago
  66. 83da521 one more simplification by Markus Mohrhard · 12 years ago
  67. e566d0e there is already a shared XPath test class by Markus Mohrhard · 12 years ago
  68. 0e8da0b9 these tests need libxml2 now for the headers by Markus Mohrhard · 12 years ago
  69. 76d6625 add test for fdo#79305 by Markus Mohrhard · 12 years ago
  70. 7c03aac respect flag for relative paths, fdo#79305 by Markus Mohrhard · 12 years ago
  71. 4aa9b04 Remove unused classes. by Kohei Yoshida · 12 years ago
  72. 1e6ff8f XFillStyle -> css::drawing::FillStyle by Miklos Vajna · 12 years ago
  73. ae56b36 Add a variant of set that takes ownership of EditTextObject. by Kohei Yoshida · 12 years ago
  74. 4edbaa3 bnc#885548: Add test for import / export of revisions for xlsx. by Kohei Yoshida · 12 years ago
  75. fa44673 bnc#885548: Adjust xlsx export of revisions to get it to work in Excel. by Kohei Yoshida · 12 years ago
  76. b92fdaa bnc#885548: Initial work on importing revisions from xlsx. by Kohei Yoshida · 12 years ago
  77. 1aba46e coverity#1226486 Dereference null return value by Caolán McNamara · 12 years ago
  78. efa9f14 coverity#1209494 Explicit null dereferenced by Caolán McNamara · 12 years ago
  79. f111182 coverity#708018 Uninitialized scalar field by Caolán McNamara · 12 years ago
  80. 01c8962 coverity#737268 Uncaught exception by Caolán McNamara · 12 years ago
  81. 4011b74 resolved fdo#81294 store correct sheet number during range names update by Eike Rathke · 12 years ago
  82. 380855c Let's use this macro since it's there. by Kohei Yoshida · 12 years ago
  83. 3bce167 fdo#81470: Fix a crasher during xlsx export with revisions. by Kohei Yoshida · 12 years ago
  84. ebd8d28 Scope reduction. by Kohei Yoshida · 12 years ago
  85. efd6fc5 Unwind this logic and make it easier to read. by Kohei Yoshida · 12 years ago
  86. c003fca And this too. by Kohei Yoshida · 12 years ago
  87. 1409c9b We can use ptr_vector for this. by Kohei Yoshida · 12 years ago
  88. 226fcd0 No need to check for NULL value before deleting. by Kohei Yoshida · 12 years ago
  89. 642d64d scrolling very slow in calc by Caolán McNamara · 12 years ago
  90. 6a87363 Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xx by Tobias Lippert · 12 years ago
  91. b50953d fdo#81445: Write test for this. by Kohei Yoshida · 12 years ago
  92. 2202bda fdo#81445: Display correct label for empty cell. by Kohei Yoshida · 12 years ago
  93. b409aaa CID#703984 Unchecked return value (CHECKED_RETURN) by Eike Rathke · 12 years ago
  94. 9d929e5 CID#703986 Unchecked return value (CHECKED_RETURN) by Eike Rathke · 12 years ago
  95. 94b3b4fd CID#703987 Unchecked return value (CHECKED_RETURN) by Eike Rathke · 12 years ago
  96. 6b84beb pDok can't be NULL, remove superfluous check by Eike Rathke · 12 years ago
  97. b057b1f CID#735794 Dereference after null check (FORWARD_NULL) by Eike Rathke · 12 years ago
  98. 945c16c5 CID#1000520 Logically dead code (DEADCODE) by Eike Rathke · 12 years ago
  99. e57d982 CID#1000519 Logically dead code (DEADCODE) by Eike Rathke · 12 years ago
  100. ffe7faf CID#1038293 Division or modulo by float zero (DIVIDE_BY_ZERO) by Eike Rathke · 12 years ago