summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/GraphCtlAccessibleContext.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-7/+3
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svxStephan Bergmann1-2/+2
2019-05-23rename SvxGraphCtrl back to GraphCtrlCaolán McNamara1-2/+1
2019-05-17weld SvxIMapDlgCaolán McNamara1-79/+81
2019-05-17allow a OutputDevice parent where that is sufficientCaolán McNamara1-1/+1
2019-04-23tdf#113266 slow opening XLS with 45 MB drawingNoel Grandin1-3/+2
2019-02-10loplugin:indentation in svxNoel Grandin1-4/+4
2018-11-21Simplify containers iterations in svx/source/[a-e]*Arkadiy Illarionov1-5/+2
2018-03-06use more Color in svxNoel Grandin1-1/+1
2018-02-27remove unused vclunohelper.hxx includesJochen Nitschke1-1/+0
2018-02-21ColorData->Color in sd..svxNoel Grandin1-1/+1
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-1/+1
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1
2017-10-23loplugin:includeform: svxStephan Bergmann1-1/+1
2017-09-23loplugin:flatten in svl..svxNoel Grandin1-23/+19
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-1/+1
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-2/+1
2017-05-19make string translation loading more uniformCaolán McNamara1-2/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-12/+12
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-38/+31
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-1/+1
2016-10-27loplugin:expandablemethods in svxNoel Grandin1-7/+0
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-4/+1
2016-09-09loplugin:constantparam in svxNoel Grandin1-17/+1
2016-08-22convert SdrHintKind to scoped enumNoel Grandin1-4/+4
2016-04-12Use const_iterator when possible (svx/accessibility)Julien Nabet1-2/+3
2016-02-09Remove excess newlinesChris Sherlock1-34/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-30/+30
2015-10-31com::sun::star->css in svxNoel Grandin1-2/+2
2015-10-05Return rtl::Reference from ShapeTypeHandler::CreateAccessibleObjectStephan Bergmann1-14/+9
2015-07-16loplugin:unusedmethods svx(part2)Noel Grandin1-25/+0
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-3/+3
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-20/+20
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-3/+3
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-47/+0
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-2/+2
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante1-26/+12
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-1/+1
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-5/+4
2014-04-15svx: sal_Bool->boolNoel Grandin1-2/+2
2014-03-10svx: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-22/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-34/+34
2014-02-23Remove unneccessary commentsAlexander Wilms1-39/+39
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-14sal_Bool->boolNoel Grandin1-2/+2