summaryrefslogtreecommitdiff
path: root/sc/source/ui/Accessibility/AccessibleDocumentPagePreview.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-19Replace list by vector in accessible part of scJulien Nabet1-25/+18
2017-10-23loplugin:includeform: scStephan Bergmann1-18/+18
2017-08-24loplugin:constparam in sc part4Noel Grandin1-4/+4
2017-08-18loplugin:unnecessaryparenNoel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin1-1/+1
2017-06-23tdf#39468 Translate some random German comments/termsJens Carl1-1/+1
2017-06-22tdf#39468 Translate some random German comments/termsJens Carl1-1/+1
2017-05-19make string translation loading more uniformCaolán McNamara1-1/+1
2017-05-12convert SdrLayerId to strong_intNoel Grandin1-25/+17
2017-05-02untranslated strings are just stringsCaolán McNamara1-1/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-32/+32
2017-03-28tdf#42949: clean up includes in include/svx/[a-c]* with iwyuJorenz Paragas1-0/+2
2017-02-16split sc.hrc into definitely resources and maybe slotsCaolán McNamara1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-15/+4
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-3/+3
2016-12-05loplugin:unnecessaryoverride (dtors) in scStephan Bergmann1-5/+0
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-13/+12
2016-09-20loplugin:unusedfieldsNoel Grandin1-3/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-08-25drop enum IAccessibleViewForwarderListener::ChangeTypeNoel Grandin1-1/+1
2016-08-22convert SdrHintKind to scoped enumNoel Grandin1-1/+1
2016-06-08remove some manual refcounting in scNoel Grandin1-26/+12
2016-06-02loplugin:unusedfieldsNoel Grandin1-1/+1
2016-05-30tdf#94205 Use o3tl::make_unique instead of new + std::moveapurvapriyadarshi1-4/+1
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke1-2/+2
2016-02-19new loplugin: find write-only fieldsNoel Grandin1-4/+2
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai1-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-13/+13
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara1-6/+6
2015-10-28com::sun::star->css in scNoel Grandin1-5/+5
2015-10-20loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-5/+5
2015-10-06Hold ScAccessibleDocumentPagePreview::mpTable by rtl::ReferenceStephan Bergmann1-19/+10
2015-10-05Return rtl::Reference from ShapeTypeHandler::CreateAccessibleObjectStephan Bergmann1-14/+8
2015-07-16loplugin:unusedmethods svx(part2)Noel Grandin1-32/+0
2015-06-29coverity#1308602 Uncaught exceptionCaolán McNamara1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-10/+10
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-9/+4
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann1-4/+2
2014-09-24Replace some std::auto_ptr function parameters with std::unique_ptrStephan Bergmann1-2/+3
2014-09-23fdo#82577: Handle WindowNoel Grandin1-12/+12
2014-09-22WaE: -Wodr, two different ScVisAreaChanged classesCaolán McNamara1-8/+11
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-22/+19
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-2/+2
2014-06-25remove whitespaceMarkus Mohrhard1-3/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-11/+9
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-5/+1
2014-04-23sc: sal_Bool->boolNoel Grandin1-31/+31