1. 3b77889 winaccessibility: rename unhelpful string defines. by Michael Meeks · 11 years ago
  2. 71b8099 remove unnecessary use of void in function declarations by Noel Grandin · 11 years ago
  3. 915dc38 Replace remaining getCppuType et al with cppu::UnoType by Stephan Bergmann · 11 years ago
  4. 0be770d presumably this will fix the mismatch of the service names by Caolán McNamara · 11 years ago
  5. 6282076 Typo: (O/o)veride(n)->(O/o)verride(n) by Julien Nabet · 11 years ago
  6. e3a85e4 Typos for description by Julien Nabet · 11 years ago
  7. 52d1de8 Typo accpet->accept by Julien Nabet · 11 years ago
  8. d7d0121 Typo: selction/slection -> selection by Julien Nabet · 11 years ago
  9. bfe79b5 fdo#39440 reduce scope of local variables by Michael Weghorn · 11 years ago
  10. 7ce4ccf Adapt UAccCOM to X64 platform by David Ostrovsky · 11 years ago
  11. da40cac Fix common typos. No automatic tools. Handmade… by Andrea Gelmini · 11 years ago
  12. a1a9f0e fdo#81264 Accessiblitiy focus not tracked for cells in Calc by Niklas Johansson · 11 years ago
  13. bacee60 ref-counting vcl::Window subclasses by Noel Grandin · 11 years ago
  14. 55eca9d fdo#74441 [Accessiblity] Don't expose 0 for empty cells in Calc by Niklas Johansson · 11 years ago
  15. 827c46e fdo#82577: Handle Window by Noel Grandin · 12 years ago
  16. 6e4ab42 Oops, partial revert of 5ba86251c08ea9a9297afd2c1d8f57adaecc3d03 by Tor Lillqvist · 12 years ago
  17. 5ba8625 WaE: C4189: 'isTRUE' : local variable is initialized but not referenced by Tor Lillqvist · 12 years ago
  18. 450f6a1 WaE: C4245: 'argument' : conversion from 'int' to 'unsigned short' by Tor Lillqvist · 12 years ago
  19. 5824c22 warning C4189: local variable is initialized but not referenced by Thomas Arnhold · 12 years ago
  20. 1e0237b warning C4189: local variable is initialized but not referenced by Thomas Arnhold · 12 years ago
  21. 544434c warning C4189: local variable is initialized but not referenced by Thomas Arnhold · 12 years ago
  22. e094863 warning C4189: local variable is initialized but not referenced by Thomas Arnhold · 12 years ago
  23. e9cd74a No atlsd.lib in VS 2013 by Tor Lillqvist · 12 years ago
  24. c2034f3 fixincludeguards: fix include guards by Thomas Arnhold · 12 years ago
  25. 0e507ae various: remove SAL_THROW macro by Noel Grandin · 12 years ago
  26. cc25f70 compareTo -> equals by Noel Grandin · 12 years ago
  27. 92b4478 css already means ::com::sun::star by Thomas Arnhold · 12 years ago
  28. 3b24dcc Remove unnecessary semicolons by Peter Senna Tschudin · 12 years ago
  29. ac76cc7 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20 by Julien Nabet · 12 years ago
  30. 74c3ade catch exception by const ref by Takeshi Abe · 12 years ago
  31. 0292b42 cppcheck: Exception should be caught by reference by Thomas Arnhold · 12 years ago
  32. ea6eae7 cppcheck: Variable 'dChildIndex,...' is assigned a value that is never used by Thomas Arnhold · 12 years ago
  33. a7eae9c fix some header guards by Thomas Arnhold · 12 years ago
  34. e9d40e2 remove some more external header guards by Thomas Arnhold · 12 years ago
  35. 2bd7767 Resolves fdo#70681: fixincludeguards.pl: all that's left by Thomas Arnhold · 12 years ago
  36. 7249ba6 remove external header guards by Thomas Arnhold · 12 years ago
  37. aa3548f prewin.h includes windows.h by Thomas Arnhold · 12 years ago
  38. 820a299 Many spelling fixes: directories r* - z*. by Pedro Giffuni · 12 years ago
  39. 541761d prefer makefile-gmake-mode by Takeshi Abe · 12 years ago
  40. da14256 add missing modelines to idl files by Thomas Arnhold · 12 years ago
  41. 97a5ba4 remove comments why a file gets included by Thomas Arnhold · 12 years ago
  42. 75f5d9d typo: postion -> position by Thomas Arnhold · 12 years ago
  43. 5e04ec1 typo: inteface -> interface by Thomas Arnhold · 12 years ago
  44. b25c293 Remove visual noise from winaccessibility by Alexander Wilms · 12 years ago
  45. 0915519 Variable not used but remove some wrong characters by Julien Nabet · 12 years ago
  46. 0ce0c36 Remove unneccessary comments by Alexander Wilms · 12 years ago
  47. b129443 fdo#75162 - IA2: map new document roles to ROLE_SYSTEM_DOCUMENT. by Michael Meeks · 12 years ago
  48. 2bb87dd fdo#39944: Add DOCUMENT_* accessibility UNO roles by Jacobo Aragunde Pérez · 12 years ago
  49. f27ef6d Unused UACCCOM_DLLPRIVATE by Stephan Bergmann · 12 years ago
  50. 85579b1 cppcheck: unused variable by Julien Nabet · 12 years ago
  51. 9e77c2f Remove UNOIDL "array" and "union" vaporware remnants by Stephan Bergmann · 12 years ago
  52. c1503da Typo decendant => descendant in winaccessibility/MAccessible by Julien Nabet · 12 years ago
  53. 7f2a2d2 fdo#73464 - get relation BSTR allocation right. by Michael Meeks · 12 years ago
  54. 44064d1 fdo#73464 - guard against NULL / unset m_xAccessible. by Michael Meeks · 12 years ago
  55. ff8cb18 Resolves: #i124095# Multiple IAccessible and IAccessible2... by Steve Yin · 12 years ago
  56. bcfd016 some notes about COM threading in LO generally and winaccessibility by Michael Stahl · 12 years ago
  57. 6242f82 Initialize m_containedObjects by Steve Yin · 12 years ago
  58. b55259e typo fixes by Andras Timar · 12 years ago
  59. 1542a65 --disable-atl disables winaccessibility by Isamu Mogi · 12 years ago
  60. 9ed3647 Adapt all (non-extension, SharedLibrary) .components to environment="..." by Stephan Bergmann · 12 years ago
  61. ed22381 Drop duplicate #include by Takeshi Abe · 12 years ago
  62. a8804df winaccessibility: let's try to remove that IsInMainThread() by Michael Stahl · 12 years ago
  63. fdd7646 winaccessibility: remove some noise from not-implemented methods by Michael Stahl · 12 years ago
  64. 57acb3d winaccessibility: out-line those COM methods by Michael Stahl · 12 years ago
  65. 975e1d2 winaccessibility: clear entires from XHWNDDocList too by Michael Stahl · 12 years ago
  66. 506bab8 winaccessibility: GetChildInterface may return 0 by Michael Stahl · 12 years ago
  67. b22e987 winaccessibility: do not access freed AccObject by Michael Stahl · 12 years ago
  68. 9e351ed winaccessibility: fix exception handling in AccEventListener by Michael Stahl · 12 years ago
  69. b6664d0 winaccessibility: nobody calls get_XInterface by Michael Stahl · 12 years ago
  70. d28687d winaccessibility: fix locking in UAccCOM by Michael Stahl · 12 years ago
  71. 57f88bb winaccessibility: drop icu externals, probably some copypasta by Michael Stahl · 12 years ago
  72. dd7df93 winaccessibility: remove CheckEnableAccessible.h and assorted noise by Michael Stahl · 12 years ago
  73. cbda6da winaccessibility: InlineIsEqualGUID is defined by guiddef.h by Michael Stahl · 12 years ago
  74. a5c7ed2 winaccessibility: use SAL_N_ELEMENTS by Michael Stahl · 12 years ago
  75. 9d71c9a winaccessibility: clean up the AGGMAP in CMAccessible by Michael Stahl · 12 years ago
  76. a0a9038 Avoid multiple definitions of two lovingly copy-pasted functions by Tor Lillqvist · 12 years ago
  77. 130833f fdo#39956 Delete JAB by David Ostrovsky · 12 years ago
  78. a718fef Use our header guard convention by Tor Lillqvist · 12 years ago
  79. c7fd6b8 Bin pointless header inclusion guard by Tor Lillqvist · 12 years ago
  80. a21825f No _SV_AccObjectWinManager_HXX anywhere by Tor Lillqvist · 12 years ago
  81. b44ed4c vcl: check if AT is running before loading the library by Michael Stahl · 12 years ago
  82. fabca73 winaccessibility: remove global g_acc_manager by Michael Stahl · 12 years ago
  83. b54d441 Revert "winaccessibility: let CoCreateInstance calls find the components" by Michael Stahl · 12 years ago
  84. d0e8e6e winaccessibility: fix my stupid mistake in createAggInstance by Michael Stahl · 12 years ago
  85. 0fb33f6 winaccessibility: improve GenerateNewResId() by Michael Stahl · 12 years ago
  86. e094d6f winaccessibility: remove GetXAccByAccObj() by Michael Stahl · 12 years ago
  87. a2afe34 winaccessibility: remove AccEventListener::m_isDisposed by Michael Stahl · 12 years ago
  88. 83ccdb0 winaccessibility: use uno::Reference in AccEventListener by Michael Stahl · 12 years ago
  89. ef3f28d winaccessibility: use rtl::Reference for listener lifecycle by Michael Stahl · 12 years ago
  90. 576ba8c winaccessibility: actually the member is unused, remove it by Michael Stahl · 12 years ago
  91. 887cf7c winaccessibility: don't store XAccessible* in AccDescendant...Listener by Michael Stahl · 12 years ago
  92. 95759ff winaccessibility: why delayload the dlls? by Michael Stahl · 12 years ago
  93. 2e243de winaccessibility: README already outdated by Michael Stahl · 12 years ago
  94. 455c396 winaccessibility: remove all Registry content/registration code by Michael Stahl · 12 years ago
  95. 5e7b29e winaccessibility: remove obsolete act.hxx by Michael Stahl · 12 years ago
  96. 3cc25be Replace deprecated OUString::valueOf -> OUString::number by Stephan Bergmann · 12 years ago
  97. 3b86569 winaccessibility: replace CoCreateInstance with direct instantiation by Michael Stahl · 12 years ago
  98. f529277 cppcheck: consecutive break by Julien Nabet · 12 years ago
  99. 3f23236 cppcheck: Prefer prefix ++/-- operators for non-primitive types by Julien Nabet · 12 years ago
  100. 732ec36 winaccessibility: let CoCreateInstance calls find the components by Michael Stahl · 12 years ago