summaryrefslogtreecommitdiff
path: root/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-11-11remove unnecessary use of OUString constructor in SC moduleNoel Grandin1-2/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-6/+6
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-2/+2
2012-12-18fdo#56937 - mac a11y hang related to traversing vast, broken hierarchies.Michael Meeks1-0/+2
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens1-2/+2
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-23Reducing header dependency on markdata.hxx.Kohei Yoshida1-0/+1
2011-06-03use standard template for this throughoutCaolán McNamara1-10/+7
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak1-3/+2
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-15/+15
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-3/+3
2011-03-01Remove bogus comments.Guillaume Poussel1-1/+1
2010-12-10Removed ScRangeList::at() in favor of operator[].Kohei Yoshida1-1/+1
2010-12-10ScRangePtr is now gone. Good riddance.Kohei Yoshida1-1/+1
2010-12-09Remove another DECLARE_LIST() from CalcJoseph Powers1-20/+2
2010-10-25replace ScUnoGuard by SolarMutexGuardNorbert Thiebaud1-21/+21
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
2010-10-05remove include guards using fixguard.pyPetr Mladek1-6/+0
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2008-04-10INTEGRATION: CWS changefileheader (1.50.88); FILE MERGEDRüdiger Timm1-52/+18
2008-01-29INTEGRATION: CWS dr58_SRC680 (1.49.94); FILE MERGEDRüdiger Timm1-12/+26
2007-07-06INTEGRATION: CWS dr55 (1.48.84); FILE MERGEDRüdiger Timm1-24/+82
2007-02-27INTEGRATION: CWS calcwarnings (1.46.54); FILE MERGEDVladimir Glazounov1-9/+3
2006-12-19INTEGRATION: CWS dr51 (1.46.20); FILE MERGEDIvo Hinkelmann1-13/+13
2006-10-05INTEGRATION: CWS dr50 (1.45.42); FILE MERGEDKurt Zenker1-5/+6
2006-07-21INTEGRATION: CWS pchfix01 (1.44.214); FILE MERGEDKurt Zenker1-2/+5
2005-09-08INTEGRATION: CWS ooo19126 (1.43.452); FILE MERGEDRüdiger Timm1-47/+21
2004-06-04INTEGRATION: CWS rowlimit (1.42.156); FILE MERGEDOliver Bolte1-19/+23
2003-05-27INTEGRATION: CWS calc11 (1.41.2); FILE MERGEDVladimir Glazounov1-3/+3
2003-05-22INTEGRATION: CWS uaa03 (1.40.16); FILE MERGEDVladimir Glazounov1-3/+3
2003-04-24INTEGRATION: CWS uaa02 (1.39.24); FILE MERGEDVladimir Glazounov1-28/+28
2003-03-26MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien1-8/+10
2002-11-15#105061#; rename CHILDREN_TRANSIENT to MANAGES_DESCENDANTSascha Ballach1-3/+3
2002-11-05#104520#; add getForeground and getBackgroundSascha Ballach1-2/+22
2002-09-30#103800#; use a copy of ScViewData's MarkData to mark multiSascha Ballach1-4/+6
2002-09-12#102935#; put focus events in correct orderSascha Ballach1-5/+5
2002-08-29#102680#; lock solar mutex in disposingSascha Ballach1-2/+3
2002-08-29#102444#; add methods so the AccessibleDocument can tell the spreadsheet that...Sascha Ballach1-6/+34
2002-08-19#102423#; don't use uninitialized membersSascha Ballach1-3/+3
2002-08-16#101987#; don't use the return value, because it is always falseSascha Ballach1-4/+4
2002-08-16#101282#; ask contains before look for a result of getAccessibleAt()Sascha Ballach1-8/+11
2002-08-15#102274#; the TableModelChange should only contain the changed range and not ...Sascha Ballach1-10/+75
2002-08-13#102292#; add missing exception declarations; #102296#; the sequence should h...Sascha Ballach1-6/+11
2002-08-06#102052#; add IndexOutOfBoundsExceptionSascha Ballach1-2/+6
2002-08-05#102036#; add lang::IndexOutOfBoundsExceptionSascha Ballach1-3/+9
2002-08-02#101998#; throw IndexOutOfBoundsException if index is not in rangeSascha Ballach1-2/+5
2002-08-02#101987#; only return a AccessibleAt of the point is in the rangeSascha Ballach1-4/+4
2002-08-02#101986#; it is not relative to the parent window, it is relative to the same...Sascha Ballach1-3/+4