1. e9cd74a No atlsd.lib in VS 2013 by Tor Lillqvist · 12 years ago
  2. c2034f3 fixincludeguards: fix include guards by Thomas Arnhold · 12 years ago
  3. 0e507ae various: remove SAL_THROW macro by Noel Grandin · 12 years ago
  4. cc25f70 compareTo -> equals by Noel Grandin · 12 years ago
  5. 92b4478 css already means ::com::sun::star by Thomas Arnhold · 12 years ago
  6. 3b24dcc Remove unnecessary semicolons by Peter Senna Tschudin · 12 years ago
  7. ac76cc7 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20 by Julien Nabet · 12 years ago
  8. 74c3ade catch exception by const ref by Takeshi Abe · 12 years ago
  9. 0292b42 cppcheck: Exception should be caught by reference by Thomas Arnhold · 12 years ago
  10. ea6eae7 cppcheck: Variable 'dChildIndex,...' is assigned a value that is never used by Thomas Arnhold · 12 years ago
  11. a7eae9c fix some header guards by Thomas Arnhold · 12 years ago
  12. e9d40e2 remove some more external header guards by Thomas Arnhold · 12 years ago
  13. 2bd7767 Resolves fdo#70681: fixincludeguards.pl: all that's left by Thomas Arnhold · 12 years ago
  14. 7249ba6 remove external header guards by Thomas Arnhold · 12 years ago
  15. aa3548f prewin.h includes windows.h by Thomas Arnhold · 12 years ago
  16. 820a299 Many spelling fixes: directories r* - z*. by Pedro Giffuni · 12 years ago
  17. 541761d prefer makefile-gmake-mode by Takeshi Abe · 12 years ago
  18. da14256 add missing modelines to idl files by Thomas Arnhold · 12 years ago
  19. 97a5ba4 remove comments why a file gets included by Thomas Arnhold · 12 years ago
  20. 75f5d9d typo: postion -> position by Thomas Arnhold · 12 years ago
  21. 5e04ec1 typo: inteface -> interface by Thomas Arnhold · 12 years ago
  22. b25c293 Remove visual noise from winaccessibility by Alexander Wilms · 12 years ago
  23. 0915519 Variable not used but remove some wrong characters by Julien Nabet · 12 years ago
  24. 0ce0c36 Remove unneccessary comments by Alexander Wilms · 12 years ago
  25. b129443 fdo#75162 - IA2: map new document roles to ROLE_SYSTEM_DOCUMENT. by Michael Meeks · 12 years ago
  26. 2bb87dd fdo#39944: Add DOCUMENT_* accessibility UNO roles by Jacobo Aragunde Pérez · 12 years ago
  27. f27ef6d Unused UACCCOM_DLLPRIVATE by Stephan Bergmann · 12 years ago
  28. 85579b1 cppcheck: unused variable by Julien Nabet · 12 years ago
  29. 9e77c2f Remove UNOIDL "array" and "union" vaporware remnants by Stephan Bergmann · 12 years ago
  30. c1503da Typo decendant => descendant in winaccessibility/MAccessible by Julien Nabet · 12 years ago
  31. 7f2a2d2 fdo#73464 - get relation BSTR allocation right. by Michael Meeks · 12 years ago
  32. 44064d1 fdo#73464 - guard against NULL / unset m_xAccessible. by Michael Meeks · 12 years ago
  33. ff8cb18 Resolves: #i124095# Multiple IAccessible and IAccessible2... by Steve Yin · 12 years ago
  34. bcfd016 some notes about COM threading in LO generally and winaccessibility by Michael Stahl · 12 years ago
  35. 6242f82 Initialize m_containedObjects by Steve Yin · 12 years ago
  36. b55259e typo fixes by Andras Timar · 12 years ago
  37. 1542a65 --disable-atl disables winaccessibility by Isamu Mogi · 12 years ago
  38. 9ed3647 Adapt all (non-extension, SharedLibrary) .components to environment="..." by Stephan Bergmann · 12 years ago
  39. ed22381 Drop duplicate #include by Takeshi Abe · 12 years ago
  40. a8804df winaccessibility: let's try to remove that IsInMainThread() by Michael Stahl · 12 years ago
  41. fdd7646 winaccessibility: remove some noise from not-implemented methods by Michael Stahl · 12 years ago
  42. 57acb3d winaccessibility: out-line those COM methods by Michael Stahl · 12 years ago
  43. 975e1d2 winaccessibility: clear entires from XHWNDDocList too by Michael Stahl · 12 years ago
  44. 506bab8 winaccessibility: GetChildInterface may return 0 by Michael Stahl · 12 years ago
  45. b22e987 winaccessibility: do not access freed AccObject by Michael Stahl · 12 years ago
  46. 9e351ed winaccessibility: fix exception handling in AccEventListener by Michael Stahl · 12 years ago
  47. b6664d0 winaccessibility: nobody calls get_XInterface by Michael Stahl · 12 years ago
  48. d28687d winaccessibility: fix locking in UAccCOM by Michael Stahl · 12 years ago
  49. 57f88bb winaccessibility: drop icu externals, probably some copypasta by Michael Stahl · 12 years ago
  50. dd7df93 winaccessibility: remove CheckEnableAccessible.h and assorted noise by Michael Stahl · 12 years ago
  51. cbda6da winaccessibility: InlineIsEqualGUID is defined by guiddef.h by Michael Stahl · 12 years ago
  52. a5c7ed2 winaccessibility: use SAL_N_ELEMENTS by Michael Stahl · 12 years ago
  53. 9d71c9a winaccessibility: clean up the AGGMAP in CMAccessible by Michael Stahl · 12 years ago
  54. a0a9038 Avoid multiple definitions of two lovingly copy-pasted functions by Tor Lillqvist · 12 years ago
  55. 130833f fdo#39956 Delete JAB by David Ostrovsky · 12 years ago
  56. a718fef Use our header guard convention by Tor Lillqvist · 12 years ago
  57. c7fd6b8 Bin pointless header inclusion guard by Tor Lillqvist · 12 years ago
  58. a21825f No _SV_AccObjectWinManager_HXX anywhere by Tor Lillqvist · 12 years ago
  59. b44ed4c vcl: check if AT is running before loading the library by Michael Stahl · 12 years ago
  60. fabca73 winaccessibility: remove global g_acc_manager by Michael Stahl · 12 years ago
  61. b54d441 Revert "winaccessibility: let CoCreateInstance calls find the components" by Michael Stahl · 12 years ago
  62. d0e8e6e winaccessibility: fix my stupid mistake in createAggInstance by Michael Stahl · 12 years ago
  63. 0fb33f6 winaccessibility: improve GenerateNewResId() by Michael Stahl · 12 years ago
  64. e094d6f winaccessibility: remove GetXAccByAccObj() by Michael Stahl · 12 years ago
  65. a2afe34 winaccessibility: remove AccEventListener::m_isDisposed by Michael Stahl · 12 years ago
  66. 83ccdb0 winaccessibility: use uno::Reference in AccEventListener by Michael Stahl · 12 years ago
  67. ef3f28d winaccessibility: use rtl::Reference for listener lifecycle by Michael Stahl · 12 years ago
  68. 576ba8c winaccessibility: actually the member is unused, remove it by Michael Stahl · 12 years ago
  69. 887cf7c winaccessibility: don't store XAccessible* in AccDescendant...Listener by Michael Stahl · 12 years ago
  70. 95759ff winaccessibility: why delayload the dlls? by Michael Stahl · 12 years ago
  71. 2e243de winaccessibility: README already outdated by Michael Stahl · 12 years ago
  72. 455c396 winaccessibility: remove all Registry content/registration code by Michael Stahl · 12 years ago
  73. 5e7b29e winaccessibility: remove obsolete act.hxx by Michael Stahl · 12 years ago
  74. 3cc25be Replace deprecated OUString::valueOf -> OUString::number by Stephan Bergmann · 12 years ago
  75. 3b86569 winaccessibility: replace CoCreateInstance with direct instantiation by Michael Stahl · 12 years ago
  76. f529277 cppcheck: consecutive break by Julien Nabet · 12 years ago
  77. 3f23236 cppcheck: Prefer prefix ++/-- operators for non-primitive types by Julien Nabet · 12 years ago
  78. 732ec36 winaccessibility: let CoCreateInstance calls find the components by Michael Stahl · 12 years ago
  79. d04c970 winaccessibility: fix some error handling in CAccTable by Michael Stahl · 12 years ago
  80. ccb1e06 winaccessibility: don't need 2 global pointers for AccObjectWinManager by Michael Stahl · 12 years ago
  81. a5e281f winaccessibility: make XAccessibleAction member Reference by Michael Stahl · 12 years ago
  82. 58ab523 winaccessibility: CMAccessible needs only one XAccessibleContext by Michael Stahl · 12 years ago
  83. fd2877e winaccessibility: CMAccessible needs only one member for XAccessible by Michael Stahl · 12 years ago
  84. 36e5fa0 Some more adaptions to cppu::supportsService by Stephan Bergmann · 12 years ago
  85. 36223cb Remove unused exports.dxp file by Stephan Bergmann · 12 years ago
  86. 1917dac No need for default component_getImplementationEnvironment function any more by Stephan Bergmann · 12 years ago
  87. d7791c9 Improve debug output by Stephan Bergmann · 12 years ago
  88. f3f4d9e Simplify css.accessibility.MSAAService and corresponding XMSAAService by Stephan Bergmann · 12 years ago
  89. 89633c6 remove unnecessary use of OUString::createFromAscii by Noel Grandin · 12 years ago
  90. d47e869 winaccessibility: "typedef sal_Int32 HWND;" - sigh... by Michael Stahl · 12 years ago
  91. a36d446 winaccessibility: fix even more pointless HWND to long casting by Michael Stahl · 12 years ago
  92. 77f94de winaccessibility: pass pointers as "hyper" in the COM IDL by Michael Stahl · 12 years ago
  93. 8530048 winaccessibility: use sal_Int64 for pointers in AccObjectManagerAgent by Michael Stahl · 12 years ago
  94. c70fd83 winaccessibility: clean up global TopLevelWindowListener by Michael Stahl · 12 years ago
  95. 7236549 Use <windows.h> with a lower-case 'w' for cross-compilation goodness by Tor Lillqvist · 12 years ago
  96. 4757ed4 winaccessibility: XMSAAService could only work on 32-bit by Michael Stahl · 12 years ago
  97. 3e1c7d1 winaccessibility: replace mysterious and inexplicable locking strategy by Michael Stahl · 12 years ago
  98. ed75042 winaccessibility: remove some pointless overrides by Michael Stahl · 12 years ago
  99. 2fb80b6 winaccessibility: make listener methods a bit more obvious by Michael Stahl · 12 years ago
  100. 18f37eb winaccessibility: remove IsXPOrLater by Michael Stahl · 12 years ago