summaryrefslogtreecommitdiffstats
path: root/accessibility/inc
Commit message (Expand)AuthorAgeFilesLines
* tdf#62475: partial handmade fixesAndrea Gelmini2015-05-155-21/+1
* Gradually typed LinkStephan Bergmann2015-04-301-2/+2
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-2815-28/+35
|\
| * accessibility: cleanup for updated toolkit API.Michael Meeks2015-04-102-5/+3
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-1013-23/+32
* | remove unnecessary use of void in function declarationsNoel Grandin2015-04-1513-50/+50
* | loplugin:staticmethodsNoel Grandin2015-04-132-3/+3
|/
* V801: Decreased performanceCaolán McNamara2015-03-091-2/+2
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-166-16/+12
* loplugin:deletedspecialStephan Bergmann2015-02-077-24/+16
* callcatcher: remove some unused methodsCaolán McNamara2015-02-021-5/+0
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-293-11/+0
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-2615-21/+21
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-021-1/+0
* boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara2014-12-271-2/+2
* More -Werror,-Wunused-private-fieldStephan Bergmann2014-10-151-2/+0
* fdo#82577: Handle WindowNoel Grandin2014-09-237-10/+10
* fdo#82577: Handle FontNoel Grandin2014-09-181-1/+1
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-171-2/+2
* various: remove SAL_THROW macroNoel Grandin2014-06-051-2/+1
* update_pchThomas Arnhold2014-05-281-2/+0
* fix-includes.pl: accessibilityThomas Arnhold2014-05-192-3/+3
* hrc and src files: squeeze multiple newlinesThomas Arnhold2014-05-191-1/+0
* update_pch: add a bunch of pch filesThomas Arnhold2014-05-092-0/+119
* Many spelling fixes: directories a* - g*.Pedro Giffuni2014-04-301-1/+1
* fixincludeguards.sh: accessibilityThomas Arnhold2014-04-1965-180/+180
* accessibility: sal_Bool->boolNoel Grandin2014-04-1527-98/+98
* typo: arround -> aroundThomas Arnhold2014-04-141-1/+1
* It's "its", not "it's"Tor Lillqvist2014-04-103-3/+3
* Remove unused functionsStephan Bergmann2014-04-031-25/+6
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-031-11/+11
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-015-5/+5
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-2663-1189/+1189
* Reduce IAccessibleTabListBox to what's actually usedStephan Bergmann2014-03-251-2/+2
* Remove dead codeStephan Bergmann2014-03-252-24/+0
* Remove dead codeStephan Bergmann2014-03-2511-45/+4
* svtools: sal_Bool->boolNoel Grandin2014-03-242-3/+3
* Use cppu::BaseMutex and remove need for Paragraph/ParagraphImpl splitStephan Bergmann2014-03-181-60/+60
* Find places where OUString and OString are passed by value.Noel Grandin2014-03-181-2/+2
* fdo#63154 Remove some solar.h referencesAlexandre Vicenzi2014-03-151-4/+3
* No need for implGetBounds to be SAL_CALLStephan Bergmann2014-03-1111-11/+11
* made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke2014-03-053-21/+21
* remove unused code in accessibility::DocumentNoel Grandin2014-03-051-3/+0
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-2662-961/+961
* Remove visual noise from accessibilityAlexander Wilms2014-02-2552-204/+204
* Remove unneccessary commentsAlexander Wilms2014-02-232-10/+4
* accessibility: add some missing locks in new codeMichael Stahl2014-02-112-4/+3
* the return of callcatcherCaolán McNamara2014-02-101-1/+0
* std::less is the default hereStephan Bergmann2014-02-071-1/+1
* auto_ptr -> scoped_ptrStephan Bergmann2014-02-073-9/+6