summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/AccessibleTableBase.hxx
AgeCommit message (Collapse)AuthorFilesLines
2014-06-25remove whitespaceMarkus Mohrhard1-2/+0
Change-Id: Ib15413e73409cc33de01fa92a47b9d1237cfc4b2
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
sorry, huge one...
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-43/+43
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-15/+15
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-01-25coverity#1158359 Uncaught exceptionCaolán McNamara1-1/+1
Change-Id: I0428d5de262edde14950f7587803109e9a72fde7
2014-01-25coverity#1158361 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: I65af9fd82027fd7a00e18631707f5300f488ac95
2014-01-25coverity#1158362 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: I60c2b84a9114074bac159379be2cb0ad0e46fceb
2014-01-25coverity#1158365 Uncaught exceptionCaolán McNamara1-2/+4
Change-Id: I821189c6baa6737dd3ff8cecd6c622e62d91d653
2014-01-25coverity#1158368 Uncaught exceptionCaolán McNamara1-2/+3
Change-Id: Iac5d5740c11254bf6e2f343ab7beca9b3e2b1faf
2014-01-25coverity#1158370 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: Ic21644e6430618b3951a925eeeb60132f106c911
2014-01-25coverity#1158371 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: Id66ca9610c7f2204eb9a2bdc9a2a6c5e6a9c80df
2014-01-25coverity#1158372 Uncaught exceptionCaolán McNamara1-5/+10
Change-Id: I1eacc1e0db5d4674bed639a9fb5eda07601ed585
2014-01-25coverity#1158373 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: I2090484b255af60fdb5df5d9378c156794e43c5e
2014-01-25coverity#1158374 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: Ib01554a753fe521b0730d4254411e3f925b83e7a
2014-01-25coverity#1158375 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: I28804c695c0ad19ce3f6323c033deda73f864562
2014-01-25coverity#1158376 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: I1e4e44daa3a5a585934597fc28927931c065dcba
2014-01-25coverity#1158377 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: I2000d825000f2bcf2d4448af111b2f03499a2f3c
2014-01-25coverity#1158378 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: Ie580e4d8282628d06bff5b8f6b191cbd4934a6c7
2014-01-25coverity#1158379 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: Ifd64d1942c92b826cdc73b17c14ef1565526db3f
2014-01-24coverity#1158391 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: Iabe167ec7b1f4ad2a80ddbdb07e790dacbf126ab
2014-01-24coverity#1158390 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: I12c1c2bb1136ff57a729787c94997b2468340b4d
2014-01-23coverity#1158392 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: Ifbf896bf8c13e83279e481e06098b7ed6ea0116c
2014-01-23coverity#1158393 Uncaught exceptionCaolán McNamara1-1/+2
Change-Id: I1b42c0e76da019e1828dd6318dc22c7811ea7429
2013-12-02Integrate branch of IAccessible2Steve Yin1-0/+10
Conflicts: everything Change-Id: I3d8cf956f511a0d953a1cefe83b6ef987806da25
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+5
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2012-06-24rearranged forward declarations of classTakeshi Abe1-2/+0
so that they locate where their classes appear if needed, otherwise removed Change-Id: I457542ec4c31f9a4b56a562f588b7c190c18776c
2012-06-21re-base on ALv2 code.Michael Meeks1-23/+14
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2010-10-28add modelines to .hxx files as wellCaolán McNamara1-0/+3
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-4/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-10INTEGRATION: CWS changefileheader (1.23.330); FILE MERGEDRüdiger Timm1-38/+18
2008/04/01 15:30:48 thb 1.23.330.3: #i85898# Stripping all external header guards 2008/04/01 12:36:43 thb 1.23.330.2: #i85898# Stripping all external header guards 2008/03/31 17:15:38 rt 1.23.330.1: #i87441# Change license header to LPGL v3.
2007-02-27INTEGRATION: CWS calcwarnings (1.22.324); FILE MERGEDVladimir Glazounov1-2/+3
2006/12/14 17:57:10 nn 1.22.324.1: #i69284# warning-free: ui, unxsols4
2005-09-08INTEGRATION: CWS ooo19126 (1.21.154); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 15:05:02 rt 1.21.154.1: #i54170# Change license header: remove SISSL
2005-02-16INTEGRATION: CWS dr33 (1.20.308); FILE MERGEDVladimir Glazounov1-3/+3
2005/02/04 15:52:39 dr 1.20.308.1: #i36782# remove non-ASCII chars from source code
2004-06-04INTEGRATION: CWS rowlimit (1.19.160); FILE MERGEDOliver Bolte1-2/+6
2003/11/28 19:47:56 er 1.19.160.1: #i1967# move ScAddress, ScRange from global.hxx to address.hxx
2003-05-22INTEGRATION: CWS uaa03 (1.18.16); FILE MERGEDVladimir Glazounov1-3/+3
2003/05/21 15:47:22 mt 1.18.16.1: #i14623# UAA finalization
2003-04-24INTEGRATION: CWS uaa02 (1.17.134); FILE MERGEDVladimir Glazounov1-19/+19
2003/04/22 08:15:02 mt 1.17.134.1: #108656# Moved Accessibility from drafts to final
2002-08-13#102292#; add missing exception declarationsSascha Ballach1-12/+22
2002-08-05#102036#; add lang::IndexOutOfBoundsExceptionSascha Ballach1-3/+4
2002-03-22#65293# corrected typoVladimir Glazounov1-3/+3
2002-03-21#95584#; replace SetDefunc by disposing (of XComponent); use ImplHelperSascha Ballach1-24/+23
2002-03-14#95584#; add TableModelChangeEvent supportSascha Ballach1-2/+4
2002-03-12#95584#; XAccessibleSelection interface addedSascha Ballach1-3/+42
2002-03-01#95584#; add XAccessibleText support; copy getImplementationId methodSascha Ballach1-2/+8
2002-02-25#95584#; some cosmetic fixesSascha Ballach1-19/+19
2002-02-20#95584#; create base classesSascha Ballach1-3/+5
2002-02-19#95584#; XAccessibleEventListener addedSascha Ballach1-23/+2
2002-02-14#95584#; some hints for Accessibility addedSascha Ballach1-25/+17
2002-01-30#95584#; move base classes from svtools to scSascha Ballach1-5/+5
2002-01-22#95584#; add all necessary throwsSascha Ballach1-5/+6
2002-01-22#95584#; remove ACCESSIBILITY from header definesSascha Ballach1-5/+5