summaryrefslogtreecommitdiff
path: root/sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx
AgeCommit message (Expand)Author
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke
2016-02-19new loplugin: find write-only fieldsNoel Grandin
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-06Hold ScAccessibleDocumentPagePreview::mpTable by rtl::ReferenceStephan Bergmann
2015-10-05Return rtl::Reference from ShapeTypeHandler::CreateAccessibleObjectStephan Bergmann
2015-07-16loplugin:unusedmethods svx(part2)Noel Grandin
2015-06-29coverity#1308602 Uncaught exceptionCaolán McNamara
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2014-09-30sc: 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-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-24coverity#708084 Uninitialized scalar fieldCaolán McNamara
2014-03-24coverity#708082 Uninitialized scalar fieldCaolán McNamara
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-03-10sc: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-21cid#708083 Uninitialized pointer fieldNoel Grandin
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-17cid#736789 dereference before null checkNoel Grandin
2014-02-14sal_Bool->boolNoel Grandin
2014-02-14sal_Bool->boolNoel Grandin
2014-02-14sal_Bool->boolNoel Grandin
2014-02-11sc: add some missing locks in new codeMichael Stahl
2014-01-25coverity#1158380 Uncaught exceptionCaolán McNamara
2014-01-24coverity#1158381 Uncaught exceptionCaolán McNamara
2014-01-24coverity#1158382 Uncaught exceptionCaolán McNamara
2014-01-06Try not to use ScDocument as a "anything can go in" storage place.Kohei Yoshida
2013-12-02Integrate branch of IAccessible2Steve Yin
2013-11-11remove unnecessary use of OUString constructor in SC moduleNoel Grandin
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard
2013-10-08convert sc/source/ui/Accessibility/*.cxx from String to OUStringNoel Grandin