summaryrefslogtreecommitdiff
path: root/accessibility/source/extended/AccessibleGridControlHeader.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-12-29use string OUString literals in a11y for XServiceInfo impl.Arnaud VERSINI1-1/+1
2023-08-03tdf#156473 a11y: Implement AccessibleGridControlHeader::getAccessibleCellAtMichael Weghorn1-3/+7
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin1-4/+4
2023-08-02a11y: Convert AccessibleTableControlObjType to enum classMichael Weghorn1-9/+13
2023-07-20split GetWindowExtentsRelative asunderNoel Grandin1-2/+2
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn1-2/+2
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock1-4/+4
2022-03-04tdf#147742 a11y: AccessibleGridControlHeader needs SolarMutexMichael Weghorn1-0/+2
2022-03-04a11y: Use more conventional indentation of 4 spacesMichael Weghorn1-5/+5
2021-06-05Simplify Sequences initializations (accessibility/binaryurp)Julien Nabet1-4/+2
2021-02-22loplugin:refcounting in accessibilityNoel1-4/+4
2019-10-28tdf#42949 Fix IWYU warnings in accessibility/Gabor Kelemen1-1/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): accessibilityStephan Bergmann1-1/+1
2019-01-18tdf#42949 Fix remaining IWYU warnings in include/vcl/*Gabor Kelemen1-0/+1
2018-11-21weld SwCondCollPageCaolán McNamara1-15/+14
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-02-18Accessibility : cleanup constructors and destructors.Arnaud Versini1-4/+0
2017-10-09accessibility: consistently use "" and <> in include directivesMike Kaganski1-3/+3
2017-07-02loplugin:casttovoid: accessibilityStephan Bergmann1-2/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-10/+10
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-16/+0
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist1-4/+4
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-02-09Remove excess newlinesChris Sherlock1-4/+0
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-0/+0
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-15/+0
2014-10-03coverity#1242449 Identical code for different branchesCaolán McNamara1-4/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-09-15accessibility: sal_False/True -> false/trueStephan Bergmann1-3/+3
2014-04-15accessibility: sal_Bool->boolNoel Grandin1-1/+1
2014-03-25Remove dead codeStephan Bergmann1-7/+0
2014-03-10accessibility: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-6/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-16/+16
2014-02-25Remove visual noise from accessibilityAlexander Wilms1-5/+5
2013-12-16accessibility: Mutex cleanup in AccessibleGridControl* classesMichael Stahl1-4/+7
2013-02-25loplugin: improve indentationThomas Arnhold1-1/+1
2012-09-29re-base on ALv2 code.Michael Meeks1-23/+14
2012-09-14gridfixes: copied #i112562#'s fix from CWS gridcontrol06 hereinNorbert Thiebaud1-2/+14
2012-09-07OUString cleanup in accessibilityRicardo Montania1-3/+1
2012-06-29fdo#39425: Replace DBG_ASSERT macros with OSL_ equivalents in accessibilityJacek Wolszczak1-1/+1
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
2011-11-27remove include of pch header in accessibilityNorbert Thiebaud1-2/+0
2011-09-12callcatcher: various unused methodsCaolán McNamara1-2/+0
2011-06-07use standard pattern for thisCaolán McNamara1-4/+7
2010-10-25replace the now superfluous TCSolarGuard with SolarMutexGuardNorbert Thiebaud1-4/+4
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+2
2010-10-05remove include guards using fixguard.pyPetr Mladek1-0/+0
2010-05-21CWS-TOOLING: integrate CWS gridcontrol_03Kurt Zenker1-46/+21