summaryrefslogtreecommitdiff
path: root/svx/source/table/accessibletableshape.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-10-05loplugin:unnecessaryoverride in svxNoel Grandin1-12/+0
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-10/+10
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-12/+12
2016-04-20Replace vector<sal_Bool> with vector<bool>Stephan Bergmann1-4/+4
2016-04-11clang-tidy performance-unnecessary-value-param in svxNoel Grandin1-2/+2
2016-02-12GetActiveAccessibleCell: remove recently obsoleted IF clauseJustin Luth1-17/+6
2016-02-09Remove excess newlinesChris Sherlock1-36/+0
2016-02-08tdf#96685 - set focus of accessible table cellsJustin Luth1-0/+34
2016-01-10Fix typosAndrea Gelmini1-1/+1
2016-01-07optimize performance - avoid GetActiveAccessibleCell callJustin Luth1-14/+12
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-10-31com::sun::star->css in svxNoel Grandin1-8/+8
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-09-07svx: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-04-30Get rid of initial :: for the sdr namespaceTor Lillqvist1-4/+4
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-23/+23
2015-01-30coverity#1267684 Uncaught exceptionCaolán McNamara1-2/+3
2015-01-14fdo#39440 svx: reduce scope of local variablesMichael Weghorn1-2/+1
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-1/+1
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante1-15/+3
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet1-1/+1
2014-05-06Move headers included only in svx itself from include/svx to svx/incTor Lillqvist1-1/+1
2014-04-15svx: sal_Bool->boolNoel Grandin1-4/+4
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-03-11svx: sal_Bool->boolNoel Grandin1-5/+5
2014-03-11editeng: sal_Bool->boolNoel Grandin1-4/+4
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-86/+86
2014-02-23Remove unneccessary commentsAlexander Wilms1-61/+61
2014-02-07coverity#1132667 Unchecked dynamic_castCaolán McNamara1-2/+3
2013-12-13cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2013-12-13WaE: field 'mxImpl' will be initialized after field 'mnPreviousSelectionCount'Tor Lillqvist1-1/+1
2013-12-13fixes for issues checked out by coveritySteve Yin1-1/+1
2013-12-11disposed but not dtoredCaolán McNamara1-0/+1
2013-12-11too many InitsCaolán McNamara1-2/+0
2013-12-02Drop duplicate #includeTakeshi Abe1-1/+0
2013-11-27Integrate branch of IAccessible2Steve Yin1-26/+690
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+0
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-2/+2
2013-01-30remove useless macrosLuboš Luňák1-2/+0
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac1-2/+2
2012-11-27re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz1-1/+0
2011-12-15Removed extra semicolonsJesse1-1/+1
2011-11-27remove include of pch header from svxNorbert Thiebaud1-2/+0
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens1-0/+0
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-2/+2
2011-02-05migrate to use boost unordered containersFridrich Štrba1-1/+1