summaryrefslogtreecommitdiff
path: root/sc/source/ui/Accessibility/AccessibleDocument.cxx
AgeCommit message (Expand)Author
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke
2016-03-07loplugin:write only fieldsNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-06Hold ScAccessibleDocument::mpAccessibleSpreadsheet by rtl::ReferenceStephan Bergmann
2015-10-05Return rtl::Reference from ShapeTypeHandler::CreateAccessibleObjectStephan Bergmann
2015-10-05tdf#94687: Keep original ordering of overall initialization stepsStephan Bergmann
2015-10-01rhbz#1264753: Avoid this being release()ed to 0 in ScAccessibleDocument ctorStephan Bergmann
2015-09-21convert Link<> to typedNoel Grandin
2015-07-22loplugin:unusedmethods scNoel Grandin
2015-07-16loplugin:unusedmethods svx(part2)Noel Grandin
2015-07-02fix a11y crash seen on moving chart wizard dialogCaolán McNamara
2015-06-28coverity#1308558 Uncaught exceptionCaolán McNamara
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-23loplugin:constantfunction: scNoel Grandin
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2015-02-03Typo: selction/slection -> selectionJulien Nabet
2014-11-03coverity#1209103 copy-paste errorDavid Tardon
2014-10-15remove duplicated call to mpChildrenShapes->SelectionChanged()Eike Rathke
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-22WaE: -Wodr, two different ScVisAreaChanged classesCaolán McNamara
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-07-04coverity#703995 Uncheck return valueNorbert Thiebaud
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet
2014-05-11fix-includes.pl: scThomas Arnhold
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-11Use valid UNOIDL identifier for XAccessibleGetAccFlowTo.get_AccFlowToStephan Bergmann
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-14Related: rhbz#1076264 intermittent a11y crash in calcCaolán McNamara
2014-03-11Resolves: #i123622# [ia2] Calc: No focus event fired on cell...Steve Yin
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-03-10sc: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-03-07coverity#705831 Dereference before null checkCaolán McNamara
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-14sal_Bool->boolNoel Grandin
2014-02-11sc: add some missing locks in new codeMichael Stahl
2014-01-08Do not use SvxShapeCollection directly.Matúš Kukan
2014-01-07Resolves: #i123622# No focus event fired on cell when new sheet is createdSteve Yin
2014-01-06Try not to use ScDocument as a "anything can go in" storage place.Kohei Yoshida