1. 9bf68bb5 TEMPORARY: more twips in ScOutputData. by Andrzej Hunt · 12 years ago feature/calctiledrendering_attempt3
  2. 4831c00 TEMPORARY: ViewData SetPosX/Y. by Andrzej Hunt · 12 years ago
  3. 6a4607e ViewData: further twips updates. by Andrzej Hunt · 12 years ago
  4. 248b478 TEMPORARY: Use PaintMapMode scaling for DrawMapMode too. by Andrzej Hunt · 12 years ago
  5. 09c3df9 Use Twips in DrawEditStandard too. by Andrzej Hunt · 12 years ago
  6. 5186078 Update DrawStrings to Twips. by Andrzej Hunt · 12 years ago
  7. d38609d Upgrade GetOutputArea to Twips too. by Andrzej Hunt · 12 years ago
  8. af2f7fb TEMPORARY: don't predraw for calc. by Andrzej Hunt · 12 years ago
  9. b6c6344 TEMPORARY: variable renamed, but usage not yet adapted. by Andrzej Hunt · 12 years ago
  10. 9d6561a Logic coordinates for clip marks too. by Andrzej Hunt · 12 years ago
  11. bd0e9c2 Use Twips for OutputData as much as possible too. by Andrzej Hunt · 12 years ago
  12. 5492445 Only set outdev origin for tiled rendering. by Andrzej Hunt · 12 years ago
  13. f2b5c89 Use proper conversion for EditGrowX/Y too. by Andrzej Hunt · 12 years ago
  14. 3ce55580 Upgrade GetSelectionRects to logic coordinates too. by Andrzej Hunt · 12 years ago
  15. 74d73b3 Ensure we use the correct rectangle size for tiled rendering. by Andrzej Hunt · 12 years ago
  16. 505376f Match TiledRendering scaling to the new ViewData PaintMapMode. by Andrzej Hunt · 12 years ago
  17. 3733b6f Ensure we keep our modified OutputDevice origin. by Andrzej Hunt · 12 years ago
  18. a869c97 Don't use UpdateVisibleRange for calc tiled rendering. by Andrzej Hunt · 12 years ago
  19. 0dae288 Use logic coordinates to determine cells in visible area. by Andrzej Hunt · 12 years ago
  20. c20b666 Set visible range from origin for Calc Tiled Rendering. by Andrzej Hunt · 12 years ago
  21. fc70111 Kill use of PPT for DrawEditParam. by Andrzej Hunt · 12 years ago
  22. 0dcc11b Add logic/pixel conversion wrappers to ScOutputData. by Andrzej Hunt · 12 years ago
  23. 3bb0d09 Use logic coordinates for GetMergeSizePixel. by Andrzej Hunt · 12 years ago
  24. b2ee26b GetScrPos: do position sums in logic coordinates. by Andrzej Hunt · 12 years ago
  25. e08fd36 Replace AddPixelsWhile with Twips equivalent. by Andrzej Hunt · 12 years ago
  26. 39086b3 Allow PaintMapMode retrieval. by Andrzej Hunt · 12 years ago
  27. ef8a8dc Conversions should be const. by Andrzej Hunt · 12 years ago
  28. 370014b Don't use PPT values for row/column size changes either. by Andrzej Hunt · 12 years ago
  29. 2e20a77 Use GetScrPos so that col/row-headers match the grid. by Andrzej Hunt · 12 years ago
  30. bf8d640 Use MapMode instead of PPT for ScEditUtil::GetEditArea by Andrzej Hunt · 12 years ago
  31. df93334 Add Point and Size versions of convertMm100ToTwip/TwipToMm100. by Andrzej Hunt · 12 years ago
  32. edc452b Use viewdata scaling for vertical grid lines. by Andrzej Hunt · 12 years ago
  33. 89317f9 Implement some Logic/Pixel conversion functions for ScViewData. by Andrzej Hunt · 12 years ago
  34. a537aaa Use MapMode instead of nPPTX/nPPTY. by Andrzej Hunt · 12 years ago
  35. b5c1cee ScOutputData needs ScViewData for scaling. by Andrzej Hunt · 12 years ago
  36. 69bf11e Make nPrtToScreenFactor and GetOutputFactor fractions. by Andrzej Hunt · 12 years ago
  37. c098ed2 ScViewData::GetActiveWin can be const. by Andrzej Hunt · 12 years ago
  38. eabe4fa Allow overriding limits for SetZoom for Tiled Rendering. by Andrzej Hunt · 12 years ago
  39. be77ad9 aScrSize should be mutable. by Andrzej Hunt · 12 years ago
  40. ae35f38 Fillinfo: don't scale data unnecessarily. by Andrzej Hunt · 12 years ago
  41. b9e5c5e Ensure we actually render all cells in the selected area. by Andrzej Hunt · 12 years ago
  42. 589cc15 Take into account drawing layer for data area size. by Andrzej Hunt · 12 years ago
  43. 6bd11d2 Implement data area size retrieval. by Andrzej Hunt · 12 years ago
  44. 97a3734 Allow overriding of device for Paint, and use that for Tiles. by Andrzej Hunt · 12 years ago
  45. c3522ce Calc: Add tiled rendering device to the paint view. by Andrzej Hunt · 12 years ago
  46. e088d7c Render tiles from calc. by Andrzej Hunt · 12 years ago
  47. 4d635dc vcl: don't throw misleading exceptions on every failed access by Michael Stahl · 12 years ago
  48. ea258e3 DOCX export: handle date SDT on paragraphs by Miklos Vajna · 12 years ago
  49. 3f02b29 Unused optional elements by Miklos Vajna · 12 years ago
  50. f122722 warning C4101: 'e': unreferenced local variable by Michael Stahl · 12 years ago
  51. b866f86 qsort and bsearch need different kinds of callback functions by Stephan Bergmann · 12 years ago
  52. 5631661 Missing test dependencies by Stephan Bergmann · 12 years ago
  53. f20dac7 bnc#885548: Write test for this. by Kohei Yoshida · 12 years ago
  54. b4f775d fix image dragging inside a document by Luboš Luňák · 12 years ago
  55. 7150517 drop extra ( by David Tardon · 12 years ago
  56. 83dbae1 warning C4702: unreachable code by Michael Stahl · 12 years ago
  57. b471943 osl: kill check for ancient freebsd < 7 versions by Riccardo Magliocchetti · 12 years ago
  58. 5ab1098 Generalize -fsanitize=address checks by Stephan Bergmann · 12 years ago
  59. 2a6843cb bnc#885548: Set the date time mode to non-fixed after the import is done. by Kohei Yoshida · 12 years ago
  60. 35fa84f Forgot to add break here. by Kohei Yoshida · 12 years ago
  61. 3820a16 DOCX import: handle date SDT in headers/footers by Miklos Vajna · 12 years ago
  62. d1ebad2 DOCX import: tokenize CT_SdtDate / storeMappedDataAs and calendar by Miklos Vajna · 12 years ago
  63. b32539d sw: improve doc model xml dump of SwFmtAnchor by Miklos Vajna · 12 years ago
  64. 2ba698a2 Unused param elements by Miklos Vajna · 12 years ago
  65. 16b1b63 Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy by Stephan Bergmann · 12 years ago
  66. 155026b Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy by Stephan Bergmann · 12 years ago
  67. e395aa0 match va_start() with va_end() by Takeshi Abe · 12 years ago
  68. 4c0eb74 configure: SunStudio is not a (supported) C++ compiler by Michael Stahl · 12 years ago
  69. 3e2ae63 odk: outdated documentation by Michael Stahl · 12 years ago
  70. 6aed6cb Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happy by Stephan Bergmann · 12 years ago
  71. 0465a06 Fix *_component_getFactory function type by Stephan Bergmann · 12 years ago
  72. 4fbd743 Cleanup OUStrings in CustomShapes by Joren De Cuyper · 12 years ago
  73. 608ebc6 Remove redundant inclusions of header "cppuhelper/shlib.h" by Matthew Pottage · 12 years ago
  74. 03e0bd6 [API CHANGE] Removed two cppuhelper deprecated headers. by Matthew Pottage · 12 years ago
  75. 024e537 writerfilter: Move includes accordingly. by Jan Holesovsky · 12 years ago
  76. c74de6c writerfilter: Kill CreateElement and CreateElementMap. by Jan Holesovsky · 12 years ago
  77. 12a1179 -Werror,-Wunused-private-field by Stephan Bergmann · 12 years ago
  78. ac7e26e -Werror,-Wunused-macros by Stephan Bergmann · 12 years ago
  79. 3293bff fdo#81946 Corrupt : DOCX file getting corrupt after RT by PriyankaGaikwad · 12 years ago
  80. 616b3ad java: remove exceptions from throws clauses that are not by Noel Grandin · 12 years ago
  81. b6a83e9 java: remove redundant null checks by Noel Grandin · 12 years ago
  82. 8f020a4 java: redundant assignment, variable can only be null by Noel Grandin · 12 years ago
  83. e5bc8b6 java: variable cannot be null by Noel Grandin · 12 years ago
  84. b58c053f java: remove unnecessary semi-colons by Noel Grandin · 12 years ago
  85. d07539e java: use an empty block rather than an empty statement by Noel Grandin · 12 years ago
  86. a274d19 java: remove redundant super-interfaces by Noel Grandin · 12 years ago
  87. b58f377 java: use the non-deprecated constructor of URI by Noel Grandin · 12 years ago
  88. c5fdde2 add a comment so I don't have to figure out this classes purpose again by Noel Grandin · 12 years ago
  89. 336f3b9 java: code some code to use non-deprecated constructors by Noel Grandin · 12 years ago
  90. 2d70094 java: remove unused imports by Noel Grandin · 12 years ago
  91. e7a474b java: remove unused variables by Noel Grandin · 12 years ago
  92. 27459c7 java: remove unused fields by Noel Grandin · 12 years ago
  93. 8d6cf7a java: remove dead methods by Noel Grandin · 12 years ago
  94. 60fad3f fdo#81945 [DOCX] Round Tripped file corrupted due to nested SDTs by Vinaya Mandke · 12 years ago
  95. 396fa3b reimplement custom sprite rendering with FBO by Markus Mohrhard · 12 years ago
  96. d4b80b6 fix variable name by Markus Mohrhard · 12 years ago
  97. 5ace918 add possibility to generate FBO with texture by Markus Mohrhard · 12 years ago
  98. 779ae37 reuse OpenGLContext in OGL canvas by Markus Mohrhard · 12 years ago
  99. a7f3c73 extract shaders to own file and use shared shader loading by Markus Mohrhard · 12 years ago
  100. 56d45b7 make sure that we always delete the shader and not only the program by Markus Mohrhard · 12 years ago