summaryrefslogtreecommitdiff
path: root/accessibility
AgeCommit message (Expand)AuthorFilesLines
2017-01-13a11y crash on accessing disposed TabControl during close of impressCaolán McNamara1-3/+8
2016-12-20tdf#104767: Fix calculus of child index in commitTableEvent (accessibility)Julien Nabet1-1/+1
2016-12-11tdf#93430: Cannot get accessible text attributes for 'Not in dictionary' entryTamás Zolnai1-1/+58
2016-11-28tdf#99687: Find Text widget fails to emit object:text-caret-moved eventsTamás Zolnai1-1/+1
2016-10-13Resolves: tdf#103032 a11y crash on listbox dispose in toolbar dropdownCaolán McNamara4-53/+51
2016-06-11Resolves: tdf#100272 row ally index is ROW_INVALIDCaolán McNamara1-1/+8
2016-05-19clang-tidy misc-unused-raiiNoel Grandin1-1/+1
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin1-1/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-05-06connectivity: replace boost::remove_reference with std::remove_referenceMichael Stahl1-1/+0
2016-04-21clang-tidy modernize-loop-convert in a*Noel Grandin5-24/+20
2016-04-21new plugin stylepoliceNoel Grandin3-10/+10
2016-04-18cppcheck: silence known conditions warnings accessibilityJochen Nitschke1-4/+4
2016-04-18clean-up: unused using declarations and includesJochen Nitschke2-4/+0
2016-04-14loplugin:passstuffbyref in variousNoel Grandin2-2/+2
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke1-1/+0
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke2-2/+0
2016-04-04tdf#94306 replace boost::noncopyable in ..Jochen Nitschke1-2/+3
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan1-2/+1
2016-04-01tdf#97966 Drop 'static' keywordsWastack2-3/+3
2016-03-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke1-1/+0
2016-03-23loplugin:constantparam in accessiblityNoel Grandin2-47/+28
2016-03-18convert SvButtonState to scoped enumNoel Grandin2-10/+10
2016-03-09loplugin:constantparam in accessibilityNoel Grandin5-10/+10
2016-02-17use consistent #define checks for the Windows platformNoel Grandin2-3/+3
2016-02-09Remove excess newlinesChris Sherlock82-610/+0
2016-02-08vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock1-1/+1
2016-02-05solenv: fix mkdocs.sh to take into account projects with no inc dirChris Sherlock1-9/+9
2016-02-04accessibility: fix rest of doxygen errorsChris Sherlock8-91/+86
2016-02-04accessibility: cleanup doxygen errorsChris Sherlock6-68/+60
2016-02-04accessibility: fix doxygen errorsChris Sherlock17-225/+213
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock2-3/+3
2016-02-02boost::hash->std::hashNoel Grandin1-1/+0
2016-01-31tdf#88205 Delete 'css::uno::Sequence'kerem1-2/+1
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara1-1/+0
2016-01-27Unwind trivial AccessibleExtendedComponentHelper_BASE typedefsStephan Bergmann8-25/+14
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock1-1/+1
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2-2/+2
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud2-2/+2
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2-2/+2
2016-01-11loplugin:unusedmethods unused return value in accessibilityNoel Grandin2-2/+0
2016-01-10Fix typosAndrea Gelmini1-1/+1
2016-01-05Fix typosAndrea Gelmini2-2/+2
2015-12-17Remove unused ToolPanel (aka TaskPane)Samuel Mehrbrodt8-1425/+0
2015-12-11No need for a separate <vcl/graph.h>Tor Lillqvist1-1/+0
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-1/+1
2015-12-03Use comphelper::containerToSequence()Noel Grandin2-36/+31
2015-11-25loplugin:unusedfields variousNoel Grandin1-4/+0
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin2-23/+4
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian1-48/+307