summaryrefslogtreecommitdiff
path: root/sd/source/ui/accessibility
AgeCommit message (Expand)AuthorFilesLines
2015-03-10V668 no sense in testing the result of new against nullCaolán McNamara1-9/+8
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin2-4/+4
2015-02-02callcatcher: remove some unused methodsCaolán McNamara1-6/+0
2014-11-14more catch by referenceCaolán McNamara1-3/+3
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-12fix build on older compilersNoel Grandin1-2/+2
2014-11-12loplugin: cstylecastNoel Grandin1-2/+2
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-2/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin3-3/+0
2014-10-01sd: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-09-25editeng: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-09-24Replace some std::auto_ptr function parameters with std::unique_ptrStephan Bergmann1-3/+1
2014-09-23Fix build breakages with gcc 4.7. It doesn't like '<::'.Kohei Yoshida1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin4-15/+15
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-5/+5
2014-07-03comphelper: sal_Bool -> boolStephan Bergmann2-2/+2
2014-06-29Typo: beeing->beingJulien Nabet1-1/+1
2014-06-25remove whitespacesMarkus Mohrhard10-477/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin2-4/+4
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-05-29remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin1-1/+1
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part15Julien Nabet1-5/+5
2014-05-13Sub Title -> SubtitleCaolán McNamara1-1/+1
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann1-2/+2
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni3-3/+3
2014-04-25coverity#707088 Uncaught exceptionCaolán McNamara1-1/+1
2014-04-24sd: sal_Bool->boolNoel Grandin3-14/+14
2014-04-15whitespace for include statementsThomas Arnhold3-3/+3
2014-04-14typo: excption -> exceptionThomas Arnhold1-1/+1
2014-04-11Use valid UNOIDL identifier for XAccessibleGetAccFlowTo.get_AccFlowToStephan Bergmann2-2/+2
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-03-24coverity#705856 Dereference before null checkCaolán McNamara1-1/+1
2014-03-11svx: sal_Bool->boolNoel Grandin1-2/+2
2014-03-03editeng: sal_Bool->boolNoel Grandin1-1/+1
2014-03-03editeng: sal_Bool->boolNoel Grandin1-3/+3
2014-02-28Resolves: #i87182# secured usage of LayerTabBar in Draw...Armin Le Grand1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann9-112/+112
2014-02-21coverity#1132721 fix exception specsCaolán McNamara1-1/+1
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2-0/+3
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann2-3/+3
2014-02-14sal_Bool->boolNoel Grandin1-2/+2
2014-02-14Drop unnecessary #includeTakeshi Abe2-2/+0
2014-02-12sal_Bool->boolNoel Grandin1-1/+1
2014-02-11sd: add some missing locks in new codeMichael Stahl3-0/+12
2014-02-04fdo#39944: Add DOCUMENT_* accessibility UNO rolesJacobo Aragunde Pérez1-1/+4
2014-01-28bool improvementsStephan Bergmann2-2/+2
2014-01-27coverity#1158303 Uncaught exceptionCaolán McNamara1-1/+1
2014-01-27coverity#1158304 Uncaught exceptionCaolán McNamara1-1/+3
2014-01-13drop unnecessary tools/string.hxx includesCaolán McNamara1-1/+0