summaryrefslogtreecommitdiff
path: root/sc/source/ui/Accessibility
AgeCommit message (Expand)Author
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert sc module away from OSL_ASSERT to assertChris Sherlock
2017-05-02untranslated strings are just stringsCaolán McNamara
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-24clang-tidy readability-simplify-boolean-expr in scNoel Grandin
2017-04-21remove some old MSVC workaroundsNoel Grandin
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: scStephan Bergmann
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-28tdf#42949: clean up includes in include/svx/[a-c]* with iwyuJorenz Paragas
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-03-14Translate German comments in sc/source/ui (part of its sub-dirs)Johnny_M
2017-03-09convert SvxCellHorJustify to scoped enumNoel Grandin
2017-03-08convert SvxAdjust to scoped enumNoel Grandin
2017-02-28new loplugin unoanyNoel Grandin
2017-02-18German comment translationsLukas Röllin
2017-02-16split sc.hrc into definitely resources and maybe slotsCaolán McNamara
2017-02-06Typo: s/dependend/dependent/iTor Lillqvist
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-17use rtl::Reference to manage ScAccessiblePageHeaderArea'sNoel Grandin
2016-12-16tdf#71435: Accessible caret-moved events are missing when "freeze" is enabledTamás Zolnai
2016-12-16remove superfluous this->Init() callEike Rathke
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin
2016-12-05loplugin:unnecessaryoverride (dtors) in scStephan Bergmann
2016-11-19Revert "Use rtl::Reference to wrap ScAccessibleEditObject here."Kohei Yoshida
2016-11-19Use rtl::Reference to wrap ScAccessibleEditObject here.Kohei Yoshida
2016-11-18fdo#71409: Prevent the a11y code from creating an edit view instance.Kohei Yoshida
2016-11-17Remove redundant checks on nullptr.Kohei Yoshida
2016-11-17Use std::unique_ptr for mpTextHelper.Kohei Yoshida
2016-11-07loplugin:expandablemethods in scNoel Grandin
2016-11-03tdf#103633 avoid segfault in a11yDavid Tardon
2016-10-19loplugin:expandablemethodds in scNoel Grandin
2016-10-17replace <<= with assign for <<= with rhs AnyJochen Nitschke
2016-10-05loplugin:unnecessaryoverride in scNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-26Resolves: rhbz#1378521 csv dialog a11y returns a new accessible on every queryCaolán McNamara
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-09-20loplugin:unusedfieldsNoel Grandin
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-11tdf#88205 use list ctor for uno::Sequence<OUString> in scJochen Nitschke
2016-08-25drop enum IAccessibleViewForwarderListener::ChangeTypeNoel Grandin
2016-08-22convert SdrHintKind to scoped enumNoel Grandin
2016-07-26sc: convert SC_SCENARIO_.. defines typed flags ..Jochen Nitschke
2016-06-29move #includes to top of fileNoel Grandin
2016-06-14tdf#94205: Some remaining new+std::move -> o3tl::make_uniqueStephan Bergmann
2016-06-08remove some manual refcounting in scNoel Grandin