summaryrefslogtreecommitdiff
path: root/accessibility/source/extended
AgeCommit message (Expand)AuthorFilesLines
2015-04-09loplugin:staticmethodsNoel Grandin2-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-09V801: Decreased performanceCaolán McNamara1-1/+1
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara5-157/+157
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-15/+0
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-1/+0
2014-12-08reduce scope of local variablesMichael Weghorn1-3/+2
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin2-6/+5
2014-10-18convert SV_BMP_ constants to enumNoel Grandin1-4/+4
2014-10-08coverity#1242517 Arguments in wrong order (gold ?)Caolán McNamara2-2/+2
2014-10-03coverity#1242449 Identical code for different branchesCaolán McNamara1-4/+1
2014-10-02loplugin: cstylecastNoel Grandin1-2/+2
2014-09-30loplugin: cstylecastNoel Grandin8-18/+18
2014-09-23fdo#82577: Handle WindowNoel Grandin14-21/+21
2014-09-18fdo#82577: Handle FontNoel Grandin4-5/+5
2014-09-15accessibility: sal_False/True -> false/trueStephan Bergmann10-21/+21
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-3/+3
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-8/+0
2014-06-13loplugin:staticcallStephan Bergmann2-2/+2
2014-06-10-Werror,-Wundefined-bool-conversionStephan Bergmann2-6/+2
2014-06-05various: remove SAL_THROW macroNoel Grandin1-1/+0
2014-05-27css already means ::com::sun::starThomas Arnhold1-58/+58
2014-05-19fix-includes.pl: accessibilityThomas Arnhold1-2/+2
2014-05-15fix cut and paste into macro editor crashCaolán McNamara1-3/+12
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-1/+1
2014-04-18No need for the extra levels here.Jan Holesovsky1-71/+63
2014-04-15accessibility: sal_Bool->boolNoel Grandin16-74/+74
2014-04-14typo: choosen -> chosenThomas Arnhold1-1/+1
2014-04-14typo: accesible -> accessibleThomas Arnhold1-1/+1
2014-04-10It's "its", not "it's"Tor Lillqvist1-2/+2
2014-04-09Remove unused functionsStephan Bergmann1-3/+0
2014-04-04fdo#43157 : clean up more OSL_POSTCONDMichaël Lefèvre1-3/+4
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-14/+14
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann3-16/+16
2014-03-25svtools: sal_Bool->boolNoel Grandin2-8/+8
2014-03-25Remove dead codeStephan Bergmann2-49/+0
2014-03-25Remove dead codeStephan Bergmann9-68/+0
2014-03-24svtools: sal_Bool->boolNoel Grandin5-7/+7
2014-03-18Use cppu::BaseMutex and remove need for Paragraph/ParagraphImpl splitStephan Bergmann1-115/+103
2014-03-15fdo#63154 Remove some solar.h referencesAlexandre Vicenzi1-2/+2
2014-03-14OAccessibleContextWrapperHelper does not implement XAccessibleContextStephan Bergmann1-3/+3
2014-03-13a crash sometimes seen in a11y in baseCaolán McNamara1-14/+15
2014-03-11No need for implGetBounds to be SAL_CALLStephan Bergmann1-1/+1
2014-03-10accessibility: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann8-62/+8
2014-03-05remove unused code in accessibility::DocumentNoel Grandin1-38/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann30-555/+555
2014-02-25Remove visual noise from accessibilityAlexander Wilms21-98/+98
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann2-9/+9