summaryrefslogtreecommitdiff
path: root/winaccessibility
AgeCommit message (Expand)Author
2016-07-12Remove excess newlinesChris Sherlock
2015-11-24com::sun::star->css in winaccessibility/Noel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-02Allow non ASCII chars as accelerator keysNiklas Johansson
2015-09-29Fix typosAndrea Gelmini
2015-09-19boost->stdCaolán McNamara
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-09-02dtrans, winaccessibility: consistently use $(gb_UWINAPI)Michael Stahl
2015-07-19Fix typosAndrea Gelmini
2015-07-09remove obsolete check for pre-MSVC2013 ATL library nameMichael Stahl
2015-07-08Fix typosAndrea Gelmini
2015-06-30Fix typosAndrea Gelmini
2015-06-16Remove reference to AccessibleTextImpl.javaAndrea Gelmini
2015-06-15cppcheck:redundantAssignmentNoel Grandin
2015-06-15Fix typosAndrea Gelmini
2015-04-23winaccessibility: rename unhelpful string defines.Michael Meeks
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-22presumably this will fix the mismatch of the service namesCaolán McNamara
2015-03-20Typo: (O/o)veride(n)->(O/o)verride(n)Julien Nabet
2015-03-13Typos for descriptionJulien Nabet
2015-02-03Typo accpet->acceptJulien Nabet
2015-02-03Typo: selction/slection -> selectionJulien Nabet
2015-01-19fdo#39440 reduce scope of local variablesMichael Weghorn
2014-12-02Adapt UAccCOM to X64 platformDavid Ostrovsky
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-06fdo#81264 Accessiblitiy focus not tracked for cells in CalcNiklas Johansson
2014-10-29ref-counting vcl::Window subclassesNoel Grandin
2014-10-17fdo#74441 [Accessiblity] Don't expose 0 for empty cells in CalcNiklas Johansson
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-13Oops, partial revert of 5ba86251c08ea9a9297afd2c1d8f57adaecc3d03Tor Lillqvist
2014-08-13WaE: C4189: 'isTRUE' : local variable is initialized but not referencedTor Lillqvist
2014-08-13WaE: C4245: 'argument' : conversion from 'int' to 'unsigned short'Tor Lillqvist
2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold
2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold
2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold
2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold
2014-07-08No atlsd.lib in VS 2013Tor Lillqvist
2014-06-06fixincludeguards: fix include guardsThomas Arnhold
2014-06-05various: remove SAL_THROW macroNoel Grandin
2014-06-04compareTo -> equalsNoel Grandin
2014-05-27css already means ::com::sun::starThomas Arnhold
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet
2014-05-23catch exception by const refTakeshi Abe
2014-05-22cppcheck: Exception should be caught by referenceThomas Arnhold
2014-05-22cppcheck: Variable 'dChildIndex,...' is assigned a value that is never usedThomas Arnhold
2014-05-18fix some header guardsThomas Arnhold