1. b6ff047 remove unused code by Petr Vorel · 14 years ago
  2. 84b3f7b gbuild: get rid of realpath in gb_Foo_set_include by Matúš Kukan · 14 years ago
  3. 3e8e896c Need the sfx library for sfx2::isValidNCName() by Tor Lillqvist · 14 years ago
  4. 14620c3 support import of key shortcut for macro ( Excel only ) by Noel Power · 14 years ago
  5. d082cb2 n747499: Wav/Audio files import - stub. by Muthu Subramanian · 14 years ago
  6. 2bdac35 remove unused code by Petr Vorel · 14 years ago
  7. 5122196 Avoid temporary rtl::OUString by Julien Nabet · 14 years ago
  8. c492c10 WaE: two unused functions by Tor Lillqvist · 14 years ago
  9. 3031300 WaE: use of logical '&&' with constant operand by Tor Lillqvist · 14 years ago
  10. b43bdd4 WaE: expression result unused by Tor Lillqvist · 14 years ago
  11. 56665a8 oox::drawingml::Shape: fix "lock underflow in SvxShape" assertions by Michael Stahl · 14 years ago
  12. 5d49bf6 customshapes: re-generate smaller, faster to compile data. by Michael Meeks · 14 years ago
  13. 62ee264 customshapes: special-case Sequence of EnhancedCustomShapeParameterPair by Michael Meeks · 14 years ago
  14. 40b30c3 customshapes: special case EnhancedCustomShapeParameterPair to win by Michael Meeks · 14 years ago
  15. f597336 customshapes: use static integer array for EnhancedCustomShapeSequences by Michael Meeks · 14 years ago
  16. 36f8ef7 customshapes: 800k size saving, and 25% compile speedup by Michael Meeks · 14 years ago
  17. e3c0a95 generate more pptx test documents with preset shapes by Radek Doulik · 14 years ago
  18. d4157ce customshapes: commit updated autogenerated output. by Michael Meeks · 14 years ago
  19. f291fb5 customshapes: re-work generation to create many small methods by Michael Meeks · 14 years ago
  20. b52ccb8 document customshapes (re-)generation flow. by Michael Meeks · 14 years ago
  21. 24b402d weed out unmatched Sub/End Sub statements when importing VBA fdo#46889 by Noel Power · 14 years ago
  22. 101fd17 n719988, n734733: Bullet should have same color as following text by default by Felix Zhang · 14 years ago
  23. 77901e5 n657904: Styling information isn't applied to grpSp. by Muthu Subramanian · 14 years ago
  24. 1a2a2a0 n#746996: Wrong text color in smartArt. by Muthu Subramanian · 14 years ago
  25. 37eb621 Remove unused code in BiffInputStream. by Santiago Martinez · 14 years ago
  26. d4c467f Remove unused code in BiffObjLineModel. by Santiago Martinez · 14 years ago
  27. 602908b fix oox debug build with DBG_UTIL guard for 'dump' usage by Michael Meeks · 14 years ago
  28. 15af96f oox: guard dbgutil-only methods with ifdef by Miklos Vajna · 14 years ago
  29. 29b1914 reintroduced dump methods that are needed if OSL_DEBUG_LEVEL > 0 by Eike Rathke · 14 years ago
  30. 660cb78 unusedcode: remove something from oox by Matúš Kukan · 14 years ago
  31. 94698d8 fdo#45560: Fixed docx textbox position and size import by Cédric Bosdonnat · 14 years ago
  32. 768da51 force imported xlsx active tab to be shown bnc#748198 by Noel Power · 14 years ago
  33. 3a6c12b Bin code that is never executed but calls a method that has been removed by Tor Lillqvist · 14 years ago
  34. eab072e Remove unused code by Elton Chung · 14 years ago
  35. 96cb767 Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) by Takeshi Abe · 14 years ago
  36. 5c71463 n744503: Importing useBgFill colors for shapes. by Muthu Subramanian · 14 years ago
  37. 2174d4d use stream name for module names when importing vba. fdo#46151 & bnc#747323 by Noel Power · 14 years ago
  38. 905df1b Fix crash in smartart import by Thorsten Behrens · 14 years ago
  39. 9ab0b38 Various string function clean up by Stephan Bergmann · 14 years ago
  40. 8167b8f n744510: Improved 'vert' text imports. by Muthu Subramanian · 14 years ago
  41. c2ad01c remove unused fields by Ivan Timofeev · 14 years ago
  42. 0536df5 Remove unused code by Elton Chung · 14 years ago
  43. 60397e8 Remove unused code by Elton Chung · 14 years ago
  44. f1c1629 Remove unused code by Elton Chung · 14 years ago
  45. 58255c4 handle imported picture attribute from MSO Dialog ( fdo#45995 ) by Noel Power · 14 years ago
  46. 731a8d7 Remove unused code by Elton Chung · 14 years ago
  47. 4b30ec9 fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC by Matúš Kukan · 14 years ago
  48. b93463b n744512: Fixed formatting of tables. by Muthu Subramanian · 14 years ago
  49. 1ae7ac2 Code review fixes. by Muthu Subramanian · 14 years ago
  50. e7e0455 Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...") by Takeshi Abe · 14 years ago
  51. 4908c16 handle row and column offsets for imported shape with cell anchor fdo#45266 by Noel Power · 14 years ago
  52. 700b7941 Added and improved READMEs for modules which used to be in filter by Josh Heidenreich · 14 years ago
  53. c857dff switch to include-based build rather than sourced-based build by Norbert Thiebaud · 14 years ago
  54. 3d62ea9 import group field group name user captions fdo#45310 by Noel Power · 14 years ago
  55. 50be8ec fix corrupted numbers in pivottable using group field as data field fdo#45276 by Noel Power · 14 years ago
  56. 16af091 fix corrupted group field entries in xlsx imported pivot table fdo#45268 by Noel Power · 14 years ago
  57. c07e929 improve xlsx shape/chart import, anchor to cell where needed fdo#45266 by Noel Power · 14 years ago
  58. a71c878 n#744509: Alignment of text is wrong. by Muthu Subramanian · 14 years ago
  59. 34c5059 Fix "Prefer prefix ++/-- operators for non-primitive types" by Julien Nabet · 14 years ago
  60. af15127 Fixes crashing while loading manipulated pptx files. by Muthu Subramanian · 14 years ago
  61. 8d2ec1d fix -Os comment in oox/Library_oox.mk by Rene Engelhard · 14 years ago
  62. 5c0a389 use a $(COM)-$(OS)-$(CPUNAME) pattern by Caolán McNamara · 14 years ago
  63. 95c8262 add missed ifeq to check for IA64... by Rene Engelhard · 14 years ago
  64. bd530e2 build oox with explicit -Os on ia64 as it otherwise gets too big to link by Rene Engelhard · 14 years ago
  65. 1f2bf6d Removed debug statement. by Kohei Yoshida · 14 years ago
  66. 0843da1 fprintf -> SAL_INFO by Luboš Luňák · 14 years ago
  67. 5fb4b78 n719734: Overridding properties from master/layout. by Muthu Subramanian · 14 years ago
  68. a21c7f8 Fix for a probable crash. (code review) by Muthu Subramanian · 14 years ago
  69. e07f5b0 make oox ByteString free by Caolán McNamara · 14 years ago
  70. f908fc4 use $(GPERF) instead of using gperf from path by Bapt · 14 years ago
  71. 8989839 Remove unused Get/SetXmlNamespace by Thomas Arnhold · 14 years ago
  72. 08d47e3 correct copyright header by Thomas Arnhold · 14 years ago
  73. b342887 regenerated custom shapes presets by Radek Doulik · 14 years ago
  74. 76049db updated custom shapes presets generator to use new SubViewSize property by Radek Doulik · 14 years ago
  75. 8447e78 use SubViewSize property for custom shape paths by Radek Doulik · 14 years ago
  76. 229b0cc handle [more] placeholder shapes in Layout slides by Radek Doulik · 14 years ago
  77. fcc8db1 fix for gcc 4.7: unable to find string literal operator by Matúš Kukan · 14 years ago
  78. 8a3b584 export vertical and horizontal flip attribute for customshapes by Noel Power · 14 years ago
  79. aaa4e47 add missing ooxml customshape -> mso shape name entries ( for export support ) by Noel Power · 14 years ago
  80. f7aca07 pptx: regenerated custom shape presets after last path element changes by Radek Doulik · 14 years ago
  81. 909b58f pptx: support fill=[darken|darkenLess|lighten|lightenLess] in path element by Radek Doulik · 14 years ago
  82. 5c4d1b05 n#734734: Text rotation fixes. by Muthu Subramanian · 14 years ago
  83. 2c3d0ff Use SAL_N_ELEMENTS by Thomas Arnhold · 14 years ago
  84. d0521e2 pptx: regenerate presets after custom shapes moveto/close fix by Radek Doulik · 14 years ago
  85. 15a19d7 pptx: custom shapes import, ignore close segment after moveto segment by Radek Doulik · 14 years ago
  86. 534e87c regenerated custom shape presets by Radek Doulik · 14 years ago
  87. c0aa170 pptx: implemented import of <path stroke="false" ...> by Radek Doulik · 14 years ago
  88. effeb08 Kill SvNullStream duplication by Miklos Vajna · 14 years ago
  89. bacfd2d add a comphelper::string::getTokenCount by Caolán McNamara · 14 years ago
  90. 578292d Register chart data ranges via tokens rather than string. by Kohei Yoshida · 14 years ago
  91. 737324f9 regenerated custom shape presets with fixed ssd* constants by Radek Doulik · 14 years ago
  92. 56c40a0 PPTX: fix ssd* constants import for drawingml formulas by Radek Doulik · 14 years ago
  93. 82e385c n734734: Line Spacing is used from previous values. by Muthu Subramanian · 14 years ago
  94. 6af5964 Fix for fdo43460 Part XXV getLength() to isEmpty() by Olivier Hallot · 14 years ago
  95. 60b7f09 n#655408: Importing extLst of drawings in diagrams. by Muthu Subramanian · 14 years ago
  96. 9856dfd unusedcode: oox: remove some unused code by Matúš Kukan · 14 years ago
  97. 7958f82 catch exception by constant reference by Takeshi Abe · 14 years ago
  98. c1c3ef6 callcatcher: remove some unused code by Caolán McNamara · 14 years ago
  99. 0acff17 skip unknown elements when reading multiple elements from docx mathml by Luboš Luňák · 14 years ago
  100. 606c2e7 Fixed: bentConnectors are not imported properly. by Muthu Subramanian · 14 years ago