summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/AccessibleGraphicShape.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-09-01loplugin:unnecessaryvirtualNoel Grandin1-9/+0
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svxStephan Bergmann1-1/+1
2019-06-12loplugin:unusedmethodsNoel Grandin1-11/+0
2019-05-27tdf#42949 Fix IWYU warnings in include/svx/[sS][a-h]*Gabor Kelemen1-0/+1
2019-03-04simplify UNO getTypes methodsNoel Grandin1-9/+3
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-1/+1
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand1-1/+1
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-1/+1
2017-03-28tdf#42949: clean up includes in include/svx/[a-c]* with iwyuJorenz Paragas1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-10/+0
2016-02-09Remove excess newlinesChris Sherlock1-12/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-31com::sun::star->css in svxNoel Grandin1-13/+13
2015-06-29coverity#1308571 Uncaught exceptionCaolán McNamara1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-12/+12
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+2
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-2/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante1-22/+5
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-8/+8
2013-11-28warning C4702: unreachable codeStephan Bergmann1-2/+0
2013-11-27Integrate branch of IAccessible2Steve Yin1-5/+24
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-4/+4
2013-01-22Remove RTL_CONSTASCII_USTRINGPARAM in svxChr. Rossmanith1-10/+7
2012-06-21re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
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
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2008-04-10INTEGRATION: CWS changefileheader (1.14.368); FILE MERGEDRüdiger Timm1-26/+18
2007-06-27INTEGRATION: CWS vgbugs07 (1.13.354); FILE MERGEDJens-Heiner Rechtien1-5/+5
2006-09-17INTEGRATION: CWS pchfix02 (1.12.536); FILE MERGEDOliver Bolte1-2/+5
2005-09-08INTEGRATION: CWS ooo19126 (1.11.1444); FILE MERGEDRüdiger Timm1-47/+21
2003-04-24INTEGRATION: CWS uaa02 (1.10.170); FILE MERGEDVladimir Glazounov1-4/+4
2002-11-29#105479# Renamed CheckDisposedState, added new IsDisposedThorsten Behrens1-3/+3
2002-06-28#100363# Added support for XServiceInfo::getSupportedServiceNames.Andre Fischer1-3/+26
2002-05-03#95585# Use of new AccessibleShapeInfo class. Implementation of the XAccessib...Andre Fischer1-13/+10
2002-04-18#95585# Made shape tree reference passed to constructor const.Andre Fischer1-3/+3
2002-04-11#95585# Workarround for Solaris macro compiler bug.Andre Fischer1-6/+6
2002-03-18#95585# Non-interface methods start with uppercase character. Use of Accessi...Andre Fischer1-11/+11
2002-03-06#95585# Integrated event handling.Andre Fischer1-4/+4
2002-02-08#65293# AF: Make Solaris compiler happyVladimir Glazounov1-4/+3
2002-02-08#65293# Adapted files so that they compile under Windows.Andre Fischer1-4/+4
2002-02-05#95585# Added accessibility files.Andre Fischer1-0/+227