summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/Accessibility
Commit message (Expand)AuthorAgeFilesLines
* More -Werror,-Wunused-private-fieldStephan Bergmann2014-10-151-1/+0
* remove duplicated call to mpChildrenShapes->SelectionChanged()Eike Rathke2014-10-151-4/+0
* sc: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-307-33/+27
* editeng: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-251-6/+2
* Replace some std::auto_ptr function parameters with std::unique_ptrStephan Bergmann2014-09-245-12/+31
* fdo#82577: Handle WindowNoel Grandin2014-09-2310-59/+59
* WaE: -Wodr, two different ScVisAreaChanged classesCaolán McNamara2014-09-222-16/+22
* fdo#82577: Handle FontNoel Grandin2014-09-181-1/+1
* fdo#81264 Calc is not accessible to screen readers if sheet is modified [a11y]Niklas Johansson2014-09-161-0/+1
* SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin2014-09-0612-124/+114
* Consistently use size_t and SAL_MAX_SIZEMatteo Casalin2014-08-162-4/+4
* coverity#703995 Uncheck return valueNorbert Thiebaud2014-07-041-2/+2
* use assert when followed by derefCaolán McNamara2014-07-031-1/+1
* remove whitespaceMarkus Mohrhard2014-06-2514-52/+0
* new compilerplugin returnbyrefNoel Grandin2014-06-248-191/+172
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-091-5/+1
* cppcheck: catchExceptionByValueThomas Arnhold2014-05-241-1/+1
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet2014-05-201-3/+3
* Register OpenGL windows to ScGridWindow upon file load.Kohei Yoshida2014-05-191-0/+1
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part14Julien Nabet2014-05-172-2/+2
* fix-includes.pl: scThomas Arnhold2014-05-112-6/+6
* sc: sal_Bool->boolNoel Grandin2014-04-239-134/+134
* remove comments why a file gets includedThomas Arnhold2014-04-211-1/+0
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-141-11/+0
* Use valid UNOIDL identifier for XAccessibleGetAccFlowTo.get_AccFlowToStephan Bergmann2014-04-111-1/+1
* whitespace cleanup in scMarkus Mohrhard2014-04-066-22/+0
* callcatcher: another layer post pivottable conversionCaolán McNamara2014-04-041-15/+0
* callcatcher: remove old pivot table dialogCaolán McNamara2014-04-041-862/+0
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-012-3/+3
* Remove remaining DBG_CTOR etc. remnants from scStephan Bergmann2014-03-282-36/+0
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-274-66/+66
* coverity#708084 Uninitialized scalar fieldCaolán McNamara2014-03-241-1/+6
* coverity#708082 Uninitialized scalar fieldCaolán McNamara2014-03-241-1/+5
* sc: prefer passing OUString by referenceNoel Grandin2014-03-171-17/+14
* Related: rhbz#1076264 intermittent a11y crash in calcCaolán McNamara2014-03-141-34/+53
* Spelling fix: suportedTor Lillqvist2014-03-121-1/+1
* Resolves: #i123622# [ia2] Calc: No focus event fired on cell...Steve Yin2014-03-111-1/+2
* svx: sal_Bool->boolNoel Grandin2014-03-112-6/+6
* svx: sal_Bool->boolNoel Grandin2014-03-111-1/+1
* sc: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2014-03-1014-92/+16
* coverity#705831 Dereference before null checkCaolán McNamara2014-03-071-1/+1
* coverity#705834 Dereference before null checkCaolán McNamara2014-03-071-4/+2
* coverity#705833 Dereference before null checkCaolán McNamara2014-03-071-3/+2
* Remove visual noise from scAlexander Wilms2014-03-036-9/+9
* editeng: sal_Bool->boolNoel Grandin2014-03-031-20/+20
* editeng: sal_Bool->boolNoel Grandin2014-03-031-16/+11
* coverity#1187681 Dereference null return valueCaolán McNamara2014-02-271-1/+4
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-2620-380/+380
* Remove unneccessary commentsAlexander Wilms2014-02-234-23/+23
* cid#708083 Uninitialized pointer fieldNoel Grandin2014-02-211-1/+1