summaryrefslogtreecommitdiff
path: root/accessibility/source/extended/AccessibleBrowseBoxBase.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-12-29use string OUString literals in a11y for XServiceInfo impl.Arnaud VERSINI1-1/+1
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin1-2/+2
2023-07-21tdf#99609 a11y Set old/new value correctly in a11y event againMichael Weghorn1-1/+1
2023-07-19add IndexHint -1 for 2 commitEvent methods in accessibilityJulien Nabet1-5/+1
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn1-4/+4
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin1-9/+8
2022-06-06clang-tidy modernize-pass-by-value in accessibilityNoel Grandin1-12/+13
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák1-2/+2
2021-07-02convert AccessibleBrowseBoxObjType to scoped enumNoel Grandin1-12/+12
2021-02-22loplugin:refcounting in accessibilityNoel1-2/+2
2020-04-18loplugin:flatten in accessibilityNoel Grandin1-14/+14
2019-10-28tdf#42949 Fix IWYU warnings in accessibility/Gabor Kelemen1-0/+2
2019-06-21simplify some getSupportedServiceNamesNoel Grandin1-2/+1
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski1-1/+1
2019-02-08loplugin:indentation in UnoControls..accessibilityNoel Grandin1-3/+3
2019-01-18tdf#42949 Fix remaining IWYU warnings in include/vcl/*Gabor Kelemen1-1/+1
2018-11-21weld SwCondCollPageCaolán McNamara1-17/+17
2018-07-09Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-03-07use more Color in UnoControls..canvasNoel Grandin1-8/+8
2017-11-27accessibility : AccessibleBrowseBoxBase::isAlive is not thread safeArnaud Versini1-0/+3
2017-10-09accessibility: consistently use "" and <> in include directivesMike Kaganski1-1/+1
2017-06-12Remove VCLExternalSolarLock and IMutex.Arnaud Versini1-0/+1
2017-05-16loplugin:comparisonwithconstant in accessibilityNoel Grandin1-2/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-5/+5
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-02-01makeAny->Any in accessibility..avmediaNoel Grandin1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-28/+6
2017-01-09accessibility: simplify lockingArnaud Versini1-10/+8
2016-12-13accessibility: cleanup AccessibleBrowseBoxBase implementationArnaud Versini1-16/+16
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-5/+0
2016-02-04accessibility: fix doxygen errorsChris Sherlock1-34/+34
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-07-29chmod -xTor Lillqvist1-0/+0
2015-07-17com::sun::star->css in accessibilityNoel Grandin1-8/+8
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-04-15accessibility: sal_Bool->boolNoel Grandin1-3/+3
2014-03-25Remove dead codeStephan Bergmann1-25/+0
2014-03-25Remove dead codeStephan Bergmann1-6/+0
2014-03-10accessibility: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-6/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-25/+25
2014-02-25Remove visual noise from accessibilityAlexander Wilms1-6/+6
2014-02-23Remove unneccessary commentsAlexander Wilms1-9/+9
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens1-2/+2
2012-09-29re-base on ALv2 code.Michael Meeks1-23/+14
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud1-1/+1
2012-09-14Introduce cppu::supportsService helper, adapt some call-sitesStephan Bergmann1-11/+2