summaryrefslogtreecommitdiff
path: root/sc/source/ui/Accessibility/AccessiblePageHeaderArea.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-05-19make string translation loading more uniformCaolán McNamara1-3/+3
2017-05-02untranslated strings are just stringsCaolán McNamara1-3/+4
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-6/+6
2017-03-08convert SvxAdjust to scoped enumNoel Grandin1-6/+6
2017-02-16split sc.hrc into definitely resources and maybe slotsCaolán McNamara1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-12/+0
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-1/+1
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-12/+8
2016-06-14tdf#94205: Some remaining new+std::move -> o3tl::make_uniqueStephan Bergmann1-6/+4
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai1-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-28com::sun::star->css in scNoel Grandin1-2/+2
2015-06-28coverity#1308528 Uncaught exceptionCaolán McNamara1-1/+1
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-10/+10
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann1-4/+2
2014-09-24Replace some std::auto_ptr function parameters with std::unique_ptrStephan Bergmann1-2/+7
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-3/+3
2014-03-10sc: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-6/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-10/+10
2014-02-14sal_Bool->boolNoel Grandin1-1/+1
2013-11-11remove unnecessary use of OUString constructor in SC moduleNoel Grandin1-2/+1
2013-10-08convert sc/source/ui/Accessibility/*.cxx from String to OUStringNoel Grandin1-6/+6
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-10/+10
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-2/+2
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud1-1/+1
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-0/+2
2011-06-03use standard template for this throughoutCaolán McNamara1-10/+7
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak1-2/+2
2010-10-25replace ScUnoGuard by SolarMutexGuardNorbert Thiebaud1-7/+7
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-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov1-4/+1
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2010-01-08#i107450#: build all other modules with new editeng libMathias Bauer1-1/+1
2008-04-10INTEGRATION: CWS changefileheader (1.18.388); FILE MERGEDRüdiger Timm1-54/+18
2006-12-19INTEGRATION: CWS dr51 (1.17.86); FILE MERGEDIvo Hinkelmann1-3/+3
2006-07-21INTEGRATION: CWS pchfix01 (1.16.214); FILE MERGEDKurt Zenker1-2/+5
2005-09-08INTEGRATION: CWS ooo19126 (1.15.774); FILE MERGEDRüdiger Timm1-47/+21
2003-04-24INTEGRATION: CWS uaa02 (1.14.128); FILE MERGEDVladimir Glazounov1-15/+15
2002-11-27#105657#; correct the supported service nameSascha Ballach1-3/+3
2002-10-14#103861#; use also for the onscreen position the parent positionSascha Ballach1-10/+10
2002-10-02#102444#; add as listenerSascha Ballach1-2/+9
2002-10-02#103861#; use the boundingbox of the parent instead calculate againSascha Ballach1-14/+14
2002-09-02#102444#; send visible data change eventsSascha Ballach1-9/+35
2002-08-29#102748#; calculate BoundingBoxOnScreen lke parentSascha Ballach1-2/+8
2002-08-29#102680#; lock solar mutex in disposingSascha Ballach1-2/+3
2002-08-16#101282#; ask contains before look for a result of getAccessibleAt()Sascha Ballach1-7/+16