summaryrefslogtreecommitdiff
path: root/sc/source/ui/Accessibility
AgeCommit message (Expand)Author
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-03-30coverity#1292227 Missing break in switchCaolán McNamara
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-26Enhancement : tdf#89908 Add Search field to the autofilterDeena Francis
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-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann
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