summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/AccessibleOLEShape.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svxStephan Bergmann1-1/+1
2019-06-12loplugin:unusedmethodsNoel Grandin1-6/+0
2019-05-27tdf#42949 Fix IWYU warnings in include/svx/[sS][a-h]*Gabor Kelemen1-0/+1
2019-04-27tdf#42949 Fix IWYU warnings in include/svx/[a-D]*Gabor Kelemen1-0/+2
2019-03-04simplify UNO getTypes methodsNoel Grandin1-11/+4
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-1/+1
2017-09-22Put definition of _CRT_RAND_S into bin/update_pchMike Kaganski1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-13/+0
2016-02-09Remove excess newlinesChris Sherlock1-12/+0
2015-10-31com::sun::star->css in svxNoel Grandin1-15/+15
2015-06-28coverity#1308544 Uncaught exceptionCaolán McNamara1-3/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-9/+9
2014-12-12svx: Use appropriate OUString functions on string constantsStephan Bergmann1-4/+2
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-20loplugin: cstylecastNoel Grandin1-1/+1
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante1-23/+6
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-9/+9
2013-11-27Integrate branch of IAccessible2Steve Yin1-2/+17
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-7/+7
2013-01-22Remove RTL_CONSTASCII_USTRINGPARAM in svxChr. Rossmanith1-11/+9
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/+2
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2008-06-24INTEGRATION: CWS obo30 (1.19.90); FILE MERGEDKurt Zenker1-5/+3
2008-04-10INTEGRATION: CWS changefileheader (1.18.368); FILE MERGEDRüdiger Timm1-26/+18
2007-06-27INTEGRATION: CWS vgbugs07 (1.17.354); FILE MERGEDJens-Heiner Rechtien1-5/+5
2006-09-17INTEGRATION: CWS pchfix02 (1.16.116); FILE MERGEDOliver Bolte1-2/+5
2006-06-19INTEGRATION: CWS warnings01 (1.15.222); FILE MERGEDJens-Heiner Rechtien1-5/+5
2005-09-08INTEGRATION: CWS ooo19126 (1.14.1408); FILE MERGEDRüdiger Timm1-47/+21
2003-05-22INTEGRATION: CWS uaa03 (1.13.30); FILE MERGEDVladimir Glazounov1-3/+3
2003-04-24INTEGRATION: CWS uaa02 (1.12.170); FILE MERGEDVladimir Glazounov1-4/+4
2002-12-04#105877# Adaption to recent interface changes.Andre Fischer1-3/+3
2002-11-29#105479# Renamed CheckDisposedState, added new IsDisposedThorsten Behrens1-3/+3
2002-06-28#100363# Added support for XServiceInfo::getSupportedServiceNames.Andre Fischer1-2/+24
2002-05-06#95585# Using new class AccessibleShapeTreeInfo in constructor.Andre Fischer1-9/+6
2002-04-22#95585# Moved caption shape from AccessibleOLEShape to AccessibleShape. Orde...Andre Fischer1-10/+7
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-13/+12
2002-03-18#95585# Non-interface methods start with uppercase character. Use of Accessi...Andre Fischer1-12/+13
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/+253