summaryrefslogtreecommitdiff
path: root/sd/source/ui/accessibility
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-08Do not use SvxShapeCollection directly.Matúš Kukan1-3/+6
2014-01-06Resolves: #i123817# prepare codebase for updating to boost 1.55Herbert Dürr1-1/+1
2013-12-13cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2013-12-09fdo#54938: Convert sd to use cppu::supportsServiceMarcos Paulo de Souza2-51/+6
2013-11-28Use rtl::Reference instead of std::auto_ptrStephan Bergmann1-41/+16
2013-11-28Integrate branch of IAccessible2Steve Yin11-35/+943
2013-10-02More SAL_WNODEPRECATED_DECLARATIONS_PUSH/POP around std::auto_ptrStephan Bergmann2-0/+6
2013-09-20Turn sidebar back to non-experimentalCaolán McNamara2-844/+0
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák2-4/+4