summaryrefslogtreecommitdiff
path: root/sc/source/ui/Accessibility
AgeCommit message (Expand)Author
2014-11-10coverity#1242526 silence Arguments in wrong orderCaolán McNamara
2014-11-03coverity#1209103 copy-paste errorDavid Tardon
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-24loplugin: cstylecastNoel Grandin
2014-10-23loplugin: cstylecastNoel Grandin
2014-10-23loplugin: cstylecastNoel Grandin
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-10-15remove duplicated call to mpChildrenShapes->SelectionChanged()Eike Rathke
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-25editeng: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-24Replace some std::auto_ptr function parameters with std::unique_ptrStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-22WaE: -Wodr, two different ScVisAreaChanged classesCaolán McNamara
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-16fdo#81264 Calc is not accessible to screen readers if sheet is modified [a11y]Niklas Johansson
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-07-03use assert when followed by derefCaolán McNamara
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-24cppcheck: catchExceptionByValueThomas Arnhold
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-05-19Register OpenGL windows to ScGridWindow upon file load.Kohei Yoshida
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-21remove comments why a file gets includedThomas Arnhold
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann
2014-04-11Use valid UNOIDL identifier for XAccessibleGetAccFlowTo.get_AccFlowToStephan Bergmann
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-04-04callcatcher: another layer post pivottable conversionCaolán McNamara
2014-04-04callcatcher: remove old pivot table dialogCaolán McNamara
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-28Remove remaining DBG_CTOR etc. remnants from scStephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-24coverity#708084 Uninitialized scalar fieldCaolán McNamara
2014-03-24coverity#708082 Uninitialized scalar fieldCaolán McNamara
2014-03-17sc: prefer passing OUString by referenceNoel Grandin
2014-03-14Related: rhbz#1076264 intermittent a11y crash in calcCaolán McNamara
2014-03-12Spelling fix: suportedTor Lillqvist
2014-03-11Resolves: #i123622# [ia2] Calc: No focus event fired on cell...Steve Yin
2014-03-11svx: sal_Bool->boolNoel Grandin
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-07coverity#705834 Dereference before null checkCaolán McNamara
2014-03-07coverity#705833 Dereference before null checkCaolán McNamara
2014-03-03Remove visual noise from scAlexander Wilms