summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/AccessibleControlShape.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-06-26"fdo#62475 removed pointless commentssonakshi nathani1-45/+2
2013-04-23fdo#46808, convert to XComponentContextNoel Grandin1-4/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-18/+18
2013-03-09sal_Bool to boolTakeshi Abe1-20/+20
2013-03-04fdo#46808, clean up some old queryInterface() callsNoel Grandin1-2/+2
2013-01-22Remove RTL_CONSTASCII_USTRINGPARAM in svxChr. Rossmanith1-21/+14
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens1-2/+2
2012-11-28fdo#46808, Adapt reflection::ProxyFactory UNO service to new styleNoel Grandin1-6/+4
2012-11-27re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud1-4/+4
2012-09-18Make getProcessComponentContext/ServiceFactory throw instead of returning nullStephan Bergmann1-1/+1
2012-01-14Fix for fdo43460 Part XXXVIII getLength() to isEmpty()Olivier Hallot1-2/+2
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-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold1-8/+8
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens1-3/+3
2011-03-04Remove bogus and useless comments in libs-core.Guillaume Poussel1-3/+0
2010-11-14RTL_CONSTASCII_USTRINGPARAM in svxJoost Eekhoorn1-4/+4
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
2010-04-20CWS gnumake2: move all delivered headers in svx to inc/svx; remove unused or ...Mathias Bauer1-3/+3
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2008-07-07INTEGRATION: CWS impressa11y (1.25.106); FILE MERGEDRüdiger Timm1-3/+7
2008-04-10INTEGRATION: CWS changefileheader (1.27.366); FILE MERGEDRüdiger Timm1-62/+18
2007-06-27INTEGRATION: CWS vgbugs07 (1.26.136); FILE MERGEDJens-Heiner Rechtien1-9/+9
2007-01-15INTEGRATION: CWS dba22b (1.25.46); FILE MERGEDVladimir Glazounov1-5/+6
2006-11-14INTEGRATION: CWS aw024 (1.20.258); FILE MERGEDIvo Hinkelmann1-12/+4
2006-09-17INTEGRATION: CWS pchfix02 (1.23.114); FILE MERGEDOliver Bolte1-2/+5
2006-06-19INTEGRATION: CWS warnings01 (1.21.218); FILE MERGEDJens-Heiner Rechtien1-5/+5
2006-05-05INTEGRATION: CWS atkbridge (1.21.168); FILE MERGEDRüdiger Timm1-2/+3
2005-09-08INTEGRATION: CWS ooo19126 (1.20.704); FILE MERGEDRüdiger Timm1-47/+21
2004-09-08INTEGRATION: CWS dba15 (1.19.698); FILE MERGEDJens-Heiner Rechtien1-9/+11
2003-05-19INTEGRATION: CWS dba05 (1.17.10); FILE MERGEDVladimir Glazounov1-56/+183
2003-04-24INTEGRATION: CWS uaa02 (1.15.14); FILE MERGEDVladimir Glazounov1-10/+10
2003-04-17INTEGRATION: CWS sw009 (1.14.8.1.40); FILE MERGEDVladimir Glazounov1-5/+5
2003-04-15INTEGRATION: CWS dbgmacros1 (1.14.8.1.70); FILE MERGEDVladimir Glazounov1-6/+6
2003-03-27MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien1-116/+431
2002-09-23#65293# include <algorithm> (for linux)Frank Schönheit1-2/+3
2002-09-23#100225# changed the signature of IAccesibleParent::ReplaceChild - not creati...Frank Schönheit1-15/+3
2002-09-20#100226# corrected queryInterface; called Init on the new (to-be-replaced) sh...Frank Schönheit1-6/+25
2002-09-11#100226# / #102906# do not listen for disposal of the aggregated context, but...Frank Schönheit1-22/+59
2002-06-27#100763# Calling Init method at newly created accessible shape.Andre Fischer1-5/+12
2002-06-12#100126# additional assertion for recognizing the errors earlier next time ....Frank Schönheit1-2/+3
2002-05-17#95585# Renaming of mShapeTreeInfo.Andre Fischer1-5/+6
2002-05-08#95585# Using copy of AccessibleShapeTreeInfo instead of reference.Andre Fischer1-4/+4
2002-05-06#95585# Using AccessibleShapeInfo in constructor. Fixes property change liste...Andre Fischer1-33/+25
2002-05-02#98750# forgot to remove the event listener from the native contextFrank Schönheit1-3/+11
2002-05-02#98750# code for aggregating the context of the UnoControl we representFrank Schönheit1-15/+140
2002-04-29preparations for #98750#: retrieve the name/description from the respective m...Frank Schönheit1-10/+193
2002-04-18#95585# Made shape tree reference passed to constructor const.Andre Fischer1-3/+3
2002-04-16#95585# Initial revision.Andre Fischer1-0/+186